From 1f44f0b7762688731ff368e2ccf280dab136f616 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 15 Apr 2022 05:01:36 -0500 Subject: [PATCH] Remove Blazor WASM non-debug condition --- aspnetcore/test/hot-reload.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/test/hot-reload.md b/aspnetcore/test/hot-reload.md index 81d5bec28989..fe40fa670528 100644 --- a/aspnetcore/test/hot-reload.md +++ b/aspnetcore/test/hot-reload.md @@ -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