Reputation: 7465
Trying to use the new "hot reload" feature in VS 2022. I have 4 .NET 5 projects (Blazor, API, Tests and Class Library). 2 of them are set to start on debug (Blazor and API).
The hot reload button is disabled. I cannot seem to figure out why.
Is there a list of "limitations" outlined on Hot Reload? I have not been able to find documentation on this.
Upvotes: 3
Views: 2268
Reputation: 190945
.NET hot reload is part of .NET 6. You'll have to upgrade your projects.
Upvotes: 5