We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SourceLink can be added, so users can debug their own stores much more easy. More info on https://github.com/dotnet/sourcelink
The text was updated successfully, but these errors were encountered:
csproj
<PublishRepositoryUrl>true</PublishRepositoryUrl> <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Sorry, something went wrong.
Source Link appears to be broken ATM.
The current instructions to enable Source Link require a PackageReference for the appropriate source code provider (for Dynamic LINQ this would be GitHub):
PackageReference
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
But none of the Dynamic LINQ projects have this reference.
I've found Nuget Package Explorer useful for debugging this issue.
(ping @JonathanMagnan)
No branches or pull requests
SourceLink can be added, so users can debug their own stores much more easy. More info on https://github.com/dotnet/sourcelink
The text was updated successfully, but these errors were encountered: