-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuget-license does not find packages on Windows Server 2019 Standard 1809 #154
Comments
Thanks a lot for reporting. Would you be able to provide a small reproduction example? Github provides runners based on Windows Server 2019. https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md Unfortunately it will be exceptionally hard to track this down without a way to reproduce the issue. In general the app works as expected in all scenarios that are ran by the CI pipeline - See https://github.com/sensslen/nuget-license/actions/runs/13277124918/job/37068671976 and https://github.com/sensslen/nuget-license/actions/runs/13277124918/job/37068669986. Granted - one ran on ubuntu |
The problem can be related with "Empty Output after 3.1.0 update" #148. A colleague of mine also reproduced the problem on a Windows 11 system. |
The problem is not related to #148, as that was only happening for solution files, not project files. |
No traces have been implemented to nuget-license so far. I'll have a look when I get time. However if you want a fix sooner, feel free to download the code and debug it. Any Pull-Request will be highly appreciated. |
@RoelandNEC can you please make sure that all the required workloads are installed on your build server? When I try to build the BCTAgent locally I get
If this happens, I can reproduce the issue... |
So in essence this means that you will only be able to analyze packages when you were able to previously successfully ran a |
We are using nuget-license to generate automatically a list of used third party software with our NEC application.
On a development system this works OK, but on the build server not.
Input is the same BCT Agent.csproj file.
Development system: Windows 10 Pro 22H2
Build server Windows Server 2019 Standard 1809
Output from build server:
Output from development system:
(I removed everything after version.)
Remove txt from the attached file to try yourself.
BCT Agent.csproj.txt
Notes:
Please have a look at this.
Thanks,
Roeland
The text was updated successfully, but these errors were encountered: