EEchoboxinechobox.hashnode.dev·Jan 21, 2022 · 1 min readIncluding CSHTML files when using dotnet watchEveryone has their preferred workflow with .Net 5+ and mine is to use dotnet watch. "watch" is great and it automatically reloads the app whenever it detects a file change. Unfortunately it doesn't detect changes to Razor Views (.cshtml) by default. ...00