Hello all,
When I looked through PRs on GitHub I noticed that two PRs:
https://github.com/umbraco/Umbraco-CMS/pull/7822
https://github.com/umbraco/Umbraco-CMS/pull/7817
Which made me feeling worried about a unicore project.
From my quick research doing shared logic on runtimes between .net core and framework, are actually not recommended and I could not understand why Umbraco is trying to do something that sounds like an antipattern.
Additionally, that approach is generating a lot issues with future changes in code as to avoid breaking changes we will be tied to implementation which are obsolete as they have to work on both runtimes.
Abstraction of Runtimes?!
Hello all, When I looked through PRs on GitHub I noticed that two PRs: https://github.com/umbraco/Umbraco-CMS/pull/7822 https://github.com/umbraco/Umbraco-CMS/pull/7817 Which made me feeling worried about a unicore project. From my quick research doing shared logic on runtimes between .net core and framework, are actually not recommended and I could not understand why Umbraco is trying to do something that sounds like an antipattern. Additionally, that approach is generating a lot issues with future changes in code as to avoid breaking changes we will be tied to implementation which are obsolete as they have to work on both runtimes.
If you have concerns I would recommend commenting on the PRs as well so the people involved 100% see it
is working on a reply...