Ctznkane525
Ctznkane525

Reputation: 7465

Visual Studio 2022 - Hot Reload Disabled

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

Answers (1)

Daniel A. White
Daniel A. White

Reputation: 190945

.NET hot reload is part of .NET 6. You'll have to upgrade your projects.

Upvotes: 5

Related Questions