RichardSoeteman.NET

RichardSoeteman.NET

A blog about random stuff in Umbraco and .NET development

Refactoring a large codebase with refactoring attributes

Published 21 February 2024
We've all been in this situation where we inherited a large project that is a complete mess and needed to be migrated to the latest version of Umbraco. Where to start when your first thought is let's start over? In thi...
Read more →

Automatic versioning for Umbraco packages

Published 12 January 2024
One thing that is always needed for Umbraco package development is adding a version number to your  package. Then you also need to make sure this version is not only added to your project files but also to your Umbraco...
Read more →

Quick tip Treating Warnings as Errors

Published 22 November 2023
Currently I am upgrading CMSImport to Umbraco V13. I could have been done by now if I didn't broke my old rule to treat Warnings as Errors.
Read more →

Auto install latest Umbraco 14

Published 16 November 2023
The upcoming months I will be experimenting a lot with the new Backoffice. To quickly generate a development site I created a small Powershell script that generates a new Umbraco V14 site and install the latest Client ...
Read more →