SSIS Extension for Visual Studio 2022

Update 5 Jun. 2023 – General Availability (GA) release Microsoft released Version 1.0 (General Availability (GA) release) of the SQL Server Integration Services extension for Visual Studio 2022. Update 24 Nov. 2022 – Public preview released Microsoft added a public preview of the SQL Server Integration Services Projects 2022 to the Visual Studio marketplace, which … Read more

Installation of AnkhSVN Visual Studio 2019

I have made a fork of the AnkhSVN project and published a version on Visual Studio Marketplace as AnkhSVN2019. This version targets only Visual Studio 2019. The page on the Visual Studio Marketplace is here: https://marketplace.visualstudio.com/items?itemName=PhilJollans.AnkhSVN2019 You can also find it by searching the Visual Studio Marketplace in Visual Studio. The project is on GitHub … Read more

Failed to find a valid digest in the ‘integrity’ attribute for resource in Blazor app

This is an annoying issue indeed and I’m getting that error every now and then. It seems to happen after updating some packages, and the build processes fails to pick up the new SHA for the package. You can verify that this is the issue by finding the file containing the SHAs and compare the … Read more