Describe the Bug
With latest version (1.0.1) there is an exception happening during dotnet pack:
CSC : error AD0001: Analyzer 'NuGetizer.SponsorLinker' threw an exception of type 'System.ArgumentNullException' with message 'Value cannot be null. (Parameter 'path2')'. [C:\Projects\ProjectX\ProjectX.csproj]
It happens not always, but quite often. I have 5 packable projects in the solution and some of them are randomly not packaged. I need to repeat dotnet pack several times until everything passed correctly.
Version Info
Currently latest version - 1.0.1
Describe the Bug
With latest version (1.0.1) there is an exception happening during
dotnet pack:It happens not always, but quite often. I have 5 packable projects in the solution and some of them are randomly not packaged. I need to repeat
dotnet packseveral times until everything passed correctly.Version Info
Currently latest version - 1.0.1