Orchardcore: Why re-implement Orchard CMS on .NET Core instead of porting older versions?

Created on 20 Mar 2019  路  2Comments  路  Source: OrchardCMS/OrchardCore

Older versions of Orchard CMS already have quite powerful features and many third-party modules. The new re-implemented version is brand new and ultra-fast, but unfortunately the old modules are no longer reusable.

So, Why re-implement Orchard CMS on .NET Core instead of porting older versions?

I really want to know what caused this decision.

Thanks!

Most helpful comment

All 2 comments

Modules for .NET Framework 4.7 __can't__ work with the ones for dotnet core. It would have been impossible to not break existing modules. They all rely on System.Web which is a totally different set of services than in core.

Was this page helpful?
0 / 5 - 0 ratings