OpenSource library- Source Link
Part 1 |
|
Part 2 |
|
Part 3 |
|
Part 4 |
|
Part 5 |
|
Part 6 |
|
Part 7 |
The documentation at https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink says to enable source link.
Nr |
Recomandation |
AOP Roslyn |
1 |
CONSIDER using SourceLink to add source control metadata to your assemblies and NuGet packages. |
Modified(1) |
2 |
CONSIDER including symbol files (*.pdb) in the NuGet package. |
Done already(2) |
For (1) : I have followed the instructions at https://github.com/dotnet/sourcelink/blob/master/README.md
For(2): It was done already by csproj configuration.
Leave a Reply