Steven Giesel

@steven-giesel.com

Hey there - I am developer living in Switzerland. I am a Microsoft #MVP, and sometimes, I write and talk about #csharp and #dotnet code 📖Blog: https://steven-giesel.com 👨🏻‍💻Github: https://github.com/linkdotnet

Annoyingly the latest patch release of #dotnet 9 (9.0.102) did not fix the "dotnet watch" bug (github.com/dotnet/sdk/i...). After one or two changes I always receive: "Change failed to apply (error code: '00-00-00-00-00'). Further changes won't be applied to this process."

dotnet watch file-watching has regressed in 9.0 · Issue #44912 · dotnet/sdk

Describe the bug I am using "dotnet watch" to launch and watch an extremely simple asp.net application which, for the purposes of this bug report, simply serves up a static index.html file. I have ...

github.com