11 questions
0
votes
1
answer
985
views
"Hot Reload" feature seems sluggish and or buggy
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 ...
2
votes
3
answers
2k
views
ASP.Net crashing on dotnet watch command
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 ...
13
votes
3
answers
5k
views
Dotnet watch run - Force reload on "rude edit" - .Net 6
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 ...
1
vote
2
answers
4k
views
Debug Multiple Microservices in Visual Studio
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 ...
1
vote
1
answer
644
views
How to tell dotnet watch to run a different build configuration? [duplicate]
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 ...
1
vote
1
answer
1k
views
What MSBuild property is set when dotnet-watch is used?
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?