You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite often a StackOverflow when we do the check transitive but then it suddenly goes away and the error might be away for several days and then suddenly it is back again. Also, we use multiple build agents and often it happens just on one, the same build works fine on another machine (but it is not always the same machine where we have the problems.
We use the nuget-license inside a nuke build.
Have you tried the alpha of the upcoming version 3 of the tool? This version should not cause such issues. It uses the same code as dotnet to get information about installed packages…
I can confirm that this issue still exists. While our nuget dependencies have been unchanged, the license tool stack overflows as soon as I use the -t parameter. What I learned so far:
tool runs fine without -t
tool runs fine with -t for the same solution on my colleagues machine. He uses v2.4.0 of the license tool.
tool fails on my machine with -t parameter and v2.4.0, 2.7.1 and 3.0 alpha 9.
As the tool runs fine on my colleagues machine, the issue might be host related. I'm using a M1 mac mini running MacOs Sonoma, whereas my colleague uses a M1 Macbook Air still running MacOS Ventura. Would be interesting to know, if @rogerbriggen uses Mac as well.
We have quite often a StackOverflow when we do the check transitive but then it suddenly goes away and the error might be away for several days and then suddenly it is back again. Also, we use multiple build agents and often it happens just on one, the same build works fine on another machine (but it is not always the same machine where we have the problems.
We use the nuget-license inside a nuke build.
nuget-license_stackoverflow.txt
The text was updated successfully, but these errors were encountered: