Novacare blog

Azure DevOps: Migrating to windows-latest

Microsoft is deprecating and removing the windows-2016 environments in DevOps in the coming months. Here's how to change the agent environment in your pipelines. YAML If you are using YAML for setup this is an easy fix. Just change the pool:vmImage setting to windows-2022 GUI configuration If…

Optimizely Content Cloud (CMS) and updates to the database schema

The Optimizely (formerly Episerver) products are continuously improved and weekly updates provide bug fixes, security updates, performance improvements, and occasional new features. Sometimes the database schema remains unchanged when you update the product, sometimes it does not. When Optimizely makes changes to the database schema, those changes are incorporated into…

Sanity: Serializing custom annotations in .NET

Knut from Sanity has a guide on how to create internal and external links in Sanity Studio. He also shows how you can render these links in your front end. Unfortunately, he does not show how you can do it using .NET. After digging around the github repo for Sanity…