Hi, this is a great project and I'm trying to integrate it into one of my github projects but I'm struggling with your documentation as it contains so many different things and it's really hard to extract what one has to do. I've also been looking at some other projects (Dapper, Newtonsoft) but it seems like they are all set up differently and it's hard to see what's related to SourceLink.
It would be great if there were a Wiki page that explains the required setup for a ".NET Core SDK based solution hosted on Github". IMO it should answer the following questions:
What has to go in my Directory.Build.properties?
E.g. I don't know if I still need tags like DebugType, DebugSymbols, IncludeSymbols
What has to go in my *.csproj files?
What does the necessary dotnet pack call look like for my CI script?
Hi, this is a great project and I'm trying to integrate it into one of my github projects but I'm struggling with your documentation as it contains so many different things and it's really hard to extract what one has to do. I've also been looking at some other projects (Dapper, Newtonsoft) but it seems like they are all set up differently and it's hard to see what's related to SourceLink.
It would be great if there were a Wiki page that explains the required setup for a ".NET Core SDK based solution hosted on Github". IMO it should answer the following questions:
DebugType
,DebugSymbols
,IncludeSymbols
dotnet pack
call look like for my CI script?