Closed charlessolar closed 4 years ago
GitLink worked great for my v4.6.2 projects but as I move to dot standard I found when using dotnet pack the project properties need this option to include generated (and gitlink'ed) pdbs
dotnet pack
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
As mentioned on SourceLink's readme. It might be a good idea to mention that here too 👍
(the other option is to use a symbol server of course but for private repos this is a needless complication)
GitLink worked great for my v4.6.2 projects but as I move to dot standard I found when using
dotnet pack
the project properties need this option to include generated (and gitlink'ed) pdbsAs mentioned on SourceLink's readme. It might be a good idea to mention that here too 👍
(the other option is to use a symbol server of course but for private repos this is a needless complication)