patspaeth

Results 4 issues of patspaeth

We as a company need to do license clearing and so we need to know what source code matches a particular released nuget version. Is it possible to at least...

enhancement

It would be helpful when I can set the name and version of the metaData component from outside.

enhancement
help wanted

We have dotnet core 5.0 projects where the property < IsTestProject>true is not present, but vs still identfy it as test project. To avoid manual effort to add this property...

bug

I am using the Arcade Build SDK from microsoft by defining it in the Directory.Build.targets file: ``` ``` And using analyzers in the Directory.Build.props file: ``` all runtime; build; native;...