From 64ad7c180f4e8d1cad1bd538b488978d574abb80 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Thu, 21 Nov 2024 10:43:17 -0800 Subject: [PATCH] Add WebAssemblyHotReloadCapabilities msbuild property Enables Hot Reload to detect capabilities before WASM runtime is loaded into the browser. --- .../targets/Microsoft.AspNetCore.Components.WebAssembly.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/WebAssembly/WebAssembly/src/targets/Microsoft.AspNetCore.Components.WebAssembly.props b/src/Components/WebAssembly/WebAssembly/src/targets/Microsoft.AspNetCore.Components.WebAssembly.props index f8387e44dbdb..6eb5c1ba4feb 100644 --- a/src/Components/WebAssembly/WebAssembly/src/targets/Microsoft.AspNetCore.Components.WebAssembly.props +++ b/src/Components/WebAssembly/WebAssembly/src/targets/Microsoft.AspNetCore.Components.WebAssembly.props @@ -2,6 +2,7 @@ $(MSBuildThisFileDirectory)blazor.webassembly.js false + Baseline;AddMethodToExistingType;AddStaticFieldToExistingType;NewTypeDefinition;ChangeCustomAttributes;AddInstanceFieldToExistingType;GenericAddMethodToExistingType;GenericUpdateMethod;UpdateParameters;GenericAddFieldToExistingType