.NET Core `dotnet watch run` on MacOS
For me,
e.g. I'm getting some .NET error and it won't compile. Restart it and it works. Or trying to debug something and wondering why it isn't working — turns out the code is actually correct and .NET just needed to be restarted because it isn't seeing my changes.
dotnet watch run frequently needs to be restarted because it stops seeing changes. Does anybody else have this issue? It happens frequently enough that I'm not sure I can even use it.e.g. I'm getting some .NET error and it won't compile. Restart it and it works. Or trying to debug something and wondering why it isn't working — turns out the code is actually correct and .NET just needed to be restarted because it isn't seeing my changes.