-
Notifications
You must be signed in to change notification settings - Fork 729
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
[Bug] Security warning/errors when restoring on net9preview #18019
Comments
These are false positives from NuGet. NuGet/Home#13622 |
The possible options:
|
The NuGet issue will not be fixed in .NET 9 stable |
@jeromelaban Do you have a preference on what we should do here? |
There's no good way for fixing this. All modes are causing trouble. We'll need to fix this in multiple locations, or workaround in multiple locations and this is going to either be a security risk, or very verbose change to the default templates. |
.NET9 now in general release and this error swamps the output. I'm getting this...
What should we do about it? The description for that package on Nuget explicitly says not to reference it directly. Please advise what we are supposed to do. Thanks. |
Current behavior
Create new application using any of the template options
Update global.json to allow prerelease versions
Run dotnet restore
Expected behavior
No security warnings/errors
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: