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
对于直接引用nuget程序包的情况,遇到问题想调试osharp代码,很不方便
如 https://docs.microsoft.com/zh-cn/dotnet/standard/library-guidance/sourcelink 所示,提供解决方案步骤如下:
<PropertyGroup> <RepositoryUrl>https://github.com/dotnetcore/osharp</RepositoryUrl> <RepositoryType>git</RepositoryType> <PublishRepositoryUrl>true</PublishRepositoryUrl> <EmbedUntrackedSources>true</EmbedUntrackedSources> <IncludeSymbols>true</IncludeSymbols> <SymbolPackageFormat>snupkg</SymbolPackageFormat> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> </ItemGroup>
The text was updated successfully, but these errors were encountered:
使用SourceLink解决引用nuget版本时不方便源码调试的问题 #183
13ffc4b
Sorry, something went wrong.
No branches or pull requests
您的功能请求与现有问题有关吗?请描述
对于直接引用nuget程序包的情况,遇到问题想调试osharp代码,很不方便
描述您想到的解决方案
如 https://docs.microsoft.com/zh-cn/dotnet/standard/library-guidance/sourcelink 所示,提供解决方案步骤如下:
The text was updated successfully, but these errors were encountered: