#dotnet
Read more stories on Hashnode
Articles with this tag
I've recently been working with a solution which contains 34 projects. In the file system, the root of the repository had a flat list of all 34...
The cause of the error When using the .NET 6 SDK to run dotnet publish, you may get the error NETSDK1152. The full error looks something like...
Two ways I use unit tests while fixing bugs · Background My previous post covers a bug that I recently fixed as part of a .NET upgrade. This post covers...
Why code which had been working for years started throwing runtime exceptions after upgrading to target .NET 6 · The code that was broken by .NET 6...