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
Right now the following exception is thrown when trying to use PiranhaCMS in an ASP.NET Core 3.0 project (BasicWeb). The only difference is the TargetFramework in the csproj, changing it to ASP.NET Core 2.2 works fine.
As 3.0 is further away than our next release we haven’t tested it yet. The error looks like it has something to do with how views are embedded. As this will be changed to Razor Class Libraries in our 6.0 release I’m guessing this error will sort itself out after that.
I have investigated a bit further and it doesn't seem to be worth the hassle to switch to the Razor Sdk right now if you're already going for Razor Class Libraries in 6.0. Seeing that the target date is set to end of march, I'm closing this issue and will stay on 2.2 for now (or pull both 6.0 branches and get cracking).
We have decided to release a minor version 5.4 in wait for the next major release. In this version the manager will be converted to a Razor Class Library, maybe you'll have better luck with this version on 3.0. See #527
Right now the following exception is thrown when trying to use PiranhaCMS in an ASP.NET Core 3.0 project (BasicWeb). The only difference is the TargetFramework in the csproj, changing it to ASP.NET Core 2.2 works fine.
The text was updated successfully, but these errors were encountered: