Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
985 views

What I'm Building I am building a Blazor (Interactive Server) web application using .NET 8.0 Machine & Software I am using a Mac Pro (Intel 2019) with macOS Sonoma and Rider 2024.2. All software ...
Matthew Layton's user avatar
2 votes
3 answers
2k views

I have been developing a website with ASP.Net and using "dotnet watch" to view progress as I go. Everything had been working fine, but today I updated VS and now whenever I make a change and ...
Daniel Stephens's user avatar
13 votes
3 answers
5k views

I run web projects like this, during development: dotnet watch run The project/browser reloads when I make a change. Awesome! However, sometimes I will be shown this: Unable to apply hot reload ...
Kjensen's user avatar
  • 12.5k
1 vote
2 answers
4k views

I have a solution which contains two microservices and an API gateway. While debugging, the solution requires to run again and again to get insights or fix bugs. I have tried dotnet watch run but with ...
rashidali's user avatar
  • 330
1 vote
1 answer
644 views

Today I have a container running dotnet watch -v --project ".\\MyProject" run --no-launch-profile and the "MyProject" folder is mapped transparently to a .NET Core project of my ...
IvanL's user avatar
  • 2,485
1 vote
1 answer
1k views

When running dotnet watch or dotnet watch test, is there a way to know inside of the csproj file that it's running in a watch mode so certain features can be turned on or off?
Daniel A. White's user avatar