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
What you're seeing is a much broader topic than Orchard Core. This is NuGet Auditing and the reason why it's suddenly appearing now is it rolled out with .NET 8 / Visual Studio 17.8.
We have tried installing the latest versions of those packages, but the issue still exists.
The .NET SDK version we are using is 7.0.404 but issue still exists.
Is there any way you can solve the issue?
You can forcibly ignore these errors by adding /p:TreatWarningsAsErrors=false to your command lines.
Or you can add <NuGetAudit>false</NuGetAudit> in the main project as explained in the linked documentation.
I was unable to load the orchard core project when I install the setup for the first time. I have been facing the below issue

Help me to resolve this issue.
The text was updated successfully, but these errors were encountered: