Skip to content
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

Unable to load the Orchard Core project #14914

Closed
ArnimSharma007 opened this issue Dec 18, 2023 · 4 comments
Closed

Unable to load the Orchard Core project #14914

ArnimSharma007 opened this issue Dec 18, 2023 · 4 comments
Labels

Comments

@ArnimSharma007
Copy link

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
Screenshot 2023-12-18 182821

Help me to resolve this issue.

@rjpowers10
Copy link
Contributor

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.

@ArnimSharma007
Copy link
Author

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?

@hishamco
Copy link
Member

OC is moved to .net 8.0 so previous versions are no longer supported

@sebastienros
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants