Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aspnetcore/test/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Blazor WebAssembly Hot Reload support has the following conditions:
* Adding new lambdas or local functions, adding a new [`await` operator](/dotnet/csharp/language-reference/operators/await) or [`yield` keyword](/dotnet/csharp/language-reference/keywords/yield) expression is ***not*** supported.
* Changing the names of method parameters is ***not*** supported.
* Changes outside of method bodies is ***not*** supported.
* In Visual Studio 2022 GA (17.0), Hot Reload is only supported when running without the debugger.

## .NET CLI

Expand Down