Closed Aleksanderis closed 1 year ago
Hm... that should not be happening at all, ever. That said, I've updated the SponsorLink dependency a bit and nugetizer is a bit lagging. I'll ship an update with an updated dependency.
Could perhaps mention what IDE/editor you're using when this happens?
(I think from another report of yours, that you might be using Rider...)
Thanks!
I'm using Rider, but it happens outside IDE. I'm just running dotnet pack
on solution level. It then packs all projects in solution which are packable (<IsPackable>true</IsPackable>
).
Gotcha. Outside an IDE, nothing should be running. Will double check!
v1.0.2 shoud have the fix. Thanks for reporting!
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 pack
several times until everything passed correctly.Version Info
Currently latest version - 1.0.1