FIX: Project file does not exist in GitHub actions/setup-dotnet@v4

Publishing apps in GitHub with a workflow Have you ever set up a GitHub Actions workflow for a .NET project, only to be hit with the dreaded MSB1009: Project file does not exist error when running dotnet publish? Yeah, me too. It’s frustrating, but the fix is easier than you think. Are you publishing an … Continue reading FIX: Project file does not exist in GitHub actions/setup-dotnet@v4

FIX: HRESULT 0xc8000222 .Net Framework by Bas Wijdenes

“HRESULT 0xc8000222” and .NET Framework. I do not have much to say about this subject. I saw this passing by at answers.microsoft.com about installing .Net Framework and I wanted to make it a more extensive tutorial.The error message you get is: “Installation Did Not Succeed .Net Framework 4.5 has not been installed because: HRESULT 0XC8000222″ Let’s … Continue reading FIX: HRESULT 0xc8000222 .Net Framework by Bas Wijdenes