Unpack Canvas Apps in a Pipeline
In this blog post we will learn how to unpack Canvas Apps in a pipeline to be able to see and track changes in our repository. Problem As you might know the step “Unpack Solution” of the Power Platform Build Tools will not unpack Canvas apps. When you run...
Read MoreHow to handle hotfixes in Dataverse
Recently I noticed some questions coming up here and there regarding how to handle hotfixes in Dataverse. There was one community member who specifically asked whether I would have a blog post about that. So I thought it might be time to write about it. What is an Hotfix?...
Read MoreAdd SASS to a TypeScript project for Dataverse
In some of my recent blog posts, we learned how to set up a TypeScript project and how to add React and tests to it. Today we will learn how to add SASS to a TypeScript project for Dataverse. The following configuration is working as of writing this blog...
Read MoreRelease 2021 Wave 1 summary
As I described in one of my previous posts (Explaining “One Version” – Dynamics MDA) Microsoft is releasing two “Waves” of new functionalities and improvements per year. Today, 27.01.2021, Microsoft has published the Release Notes for the Release 2021 Wave 1. Like the last time, it is overall a quite...
Read MoreAdd React and Tests to a TypeScript project
In one of my last blog posts, I explained how to set up a basic TypeScript project. In this article, I would like to explain how to add React and Tests to a TypeScript project. We will achieve this in a way that the react parts are in the...
Read More