Any experience updating to v8 with lots of custom code?
Hi all
We are looking into upgrading one of our customers from a 7.13.2 to 8.1 and we have identified a lot of places where we need to update the code to handle the new syntax in v8.
But what we are looking for is any experience in the possible pitfalls.
We have identified that we need to update the following:
View files (from guide)
ContentFinders -> Composers
EventHandlers -> Composers
Examine -> new config and search
New DI implementation, Autofac -> Lightinject
ApplicationContext.Current -> DI and helpers
Vorto -> Language Variants
Logging, string interpolation -> new method with arguments
Hangfire - UmbracoContext and DI
Config transformation (new config values)
Any experience updating to v8 with lots of custom code?
Hi all
We are looking into upgrading one of our customers from a 7.13.2 to 8.1 and we have identified a lot of places where we need to update the code to handle the new syntax in v8.
But what we are looking for is any experience in the possible pitfalls.
We have identified that we need to update the following: View files (from guide) ContentFinders -> Composers EventHandlers -> Composers Examine -> new config and search New DI implementation, Autofac -> Lightinject ApplicationContext.Current -> DI and helpers Vorto -> Language Variants Logging, string interpolation -> new method with arguments Hangfire - UmbracoContext and DI Config transformation (new config values)
Looking forward hearing about your experiences.
is working on a reply...