Umbraco Certified Master | Umbraco MVP (2x) | UmbHost Master Mind
Aaron Sadler shares his experience on how in Umbraco 15+, removing the "Getting Started" dashboard is more complex than in previous versions. The process involves creating a Vite package, configuring TypeScript and Vite settings, and writing a JavaScript file to exclude the dashboard. Following these steps allows users to successfully hide the dashboard in the Umbraco backoffice.
Aaron Sadler explores a common issue with Web Deploy resetting file permissions during deployment and provides a solution to prevent this from happening. It includes a configuration change and an alternative command-line approach to maintain custom permissions across deployments.
Aaron Sadler's blog explores resolving compatibility issues when opening .NET Framework 4.5 projects in Visual Studio 2022. He highlights using the Microsoft.NETFramework.ReferenceAssemblies.net45 package as a key part of the solution to enable smooth integration.