Good morning fellow Umbraco enthousiasts! I would like your input on something. I'm writing a few blogs about the common things you face when updating your Umbraco 13 project to Umbraco 16 (and it will probably all apply to 17 as well). I have a list of subjects I'm going to cover, please give your opinion or suggestion 🙂 It's really about COMMON things and not intended to be a 'how do I extend the backoffice guide', but simply if you have an Umbraco project that you need to update, what will you come across:
* Requirements (.net version, Node version, visual studio (code) version etc)
* Cache (IPublishedSnapshotAccessor does not exist anymore, what to use)
* Content delivery API endpoints (no more UmbracoApiController)
* Management API controllers (no more UmbracoAuthorizedApiController, how to you convert them)
* Translation/localization (javascript, manifest file, Umbraco Flavored Markdown, no more ILocalizationService)
* Small stuff: more async, even more use of key instead of id, no more Umbraco.Cms.Web.Backoffice package...etc