Try our conversational search powered by Generative AI!

Migration to .net core

Nat
Nat
Vote:
 

Hi

We are using episerver.cms 11.14, a bit behind the curve - but are really wanting to migrate to net core as soon as it is available. I understand this currently to be Q4 this year.

I was wondering however if anyone knows how difficult migrating would be, how much code - or in which areas - is likely to need to be re-written.

None of our libraries are currently net standard, maybe this would be a good thing to try and start updating if that is at least moving in the right direction.

#260456
Aug 11, 2021 15:06
LarryVictorio - Dec 29, 2021 19:04
So did you end up doing the upgrade to CMS12/.NET5? I'm curious to find out about any parts that were particularly troublesome.
Vote:
 

Based on my experience it's a sizable amount of work. Nothing particularly big, but expect most of the time to be spent in testing.

Of course, each site is different, but the actual breaking changes are "managable", VS will catch most of them and you can fix them quite easily.

We will hopefully do a series regarding upgrading Foundation to .NET 5 

#260457
Aug 11, 2021 18:42
Vote:
 

Getting everything on .NET Standard version will help for the .NET 5/6 upgrade. It's worth nothing this isn't .NET Core anymore as the 5 version that the new preview is replaces any naming relating to .NET Core.

I'd suggest you get used to the .NET 5 preview and understand it. I've done a series of posts on some areas of it https://world.optimizely.com/blogs/scott-reed/dates/2021/7/-net-5-preview-breakdown--admin-area/ that might help. There's going to be a course at some points around the .NET 5 version so keep an eye out for that.

Also to be aware there's a migration tool which will help you migrate. Core areas to be aware of

  1. Structure, there's some structural changes so some of the web files will need moving
  2. No web.config - Everything needs to be moved to your own startup code configuration (not that hard from the examples)
  3. Configuration of logging/connection string moved to JSON config
  4. Bundling moved to the bundleconfig file
  5. Admin has been reworked so you'll have to check compatibility of admin plugins used

If I was quoting this I'd probably put in around 8-10 days to upgrade (if experienced in Optimizely) and around 2-3 days of testing and another 2-3 days of bug fixing. As a rough point

#260493
Aug 12, 2021 7:27
valdis - Aug 20, 2021 18:39
I like your optimism ;)
Nat
Vote:
 

Hi Larry

we havent upgraded yet, as other work had got in the way. we did however, upgrade all our packages to the lastest non CMS 12 version as a starting point.

next step may well be updating all our libs to net standard and see where we go from there. 

we have quite a large amount of custom code, partial routers segments etc, which afaik are no longer supported in 12, so think we will be doing a great deal more than 10 days worth of upgrading I would expect.

if you have managed to make any progress, would certainly be interested in what were any sticking points for you

#269403
Jan 04, 2022 9:14
Scott Reed - Jan 04, 2022 9:22
yep, if you have a lot of custom code you'll have to add on more time to my base estimate for a pretty standard quicksilver/alloy type project. We have been upgrading a project and a lot of custom code has caused issues.
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.