JTOne123 / GitHubMassUpdater

Console application to do a mass update on GitHub
MIT License
13 stars 2 forks source link

Units.NET - Did not detect existing SourceLink config, also applied to console applications #8

Open angularsen opened 4 years ago

angularsen commented 4 years ago

https://github.com/angularsen/UnitsNet/pull/811

Should probably not update console applications

Incorrectly fixed these (duplicate config)

It specifically didn't seem to recognize the existing <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />.

Correctly fixed these

angularsen commented 4 years ago

By the way, love your effort on this. Seems like a real good idea!

JTOne123 commented 4 years ago

thanks for detailed issue