-
After updating to NET6 packages, Orchard fails to start. Is there some action we should do after updating packages? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Do you have .NET Core 6 installed? Are you using source or NuGet packages? |
Beta Was this translation helpful? Give feedback.
-
Yes, I have .NET 6 installed and I am using nugets 1.3.0-preview-16704 It also seems that it works under production env. (ASPNETCORE_ENVIRONMENT) just not in development |
Beta Was this translation helpful? Give feedback.
-
And there was no change in project other than updating nugets & updating target framework of project to net6.0 |
Beta Was this translation helpful? Give feedback.
-
Yes, would be fine to create a PR updating the related doc, thanks |
Beta Was this translation helpful? Give feedback.
-
My experience is that the runtime compilation is not playing well with .NET6.0. and IMHO just disable it |
Beta Was this translation helpful? Give feedback.
And there was no change in project other than updating nugets & updating target framework of project to net6.0