Skip to content

Commit a6a1f06

Browse files
committed
disable Blazor WebAssembly ahead-of-time compilation
1 parent 9148ca9 commit a6a1f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/Sentry.Samples.AspNetCore.Blazor.Wasm/Sentry.Samples.AspNetCore.Blazor.Wasm.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
8-
<RunAOTCompilation>true</RunAOTCompilation>
8+
<!--<RunAOTCompilation>true</RunAOTCompilation>-->
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@@ -22,4 +22,5 @@
2222
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all"/>
2323
<ProjectReference Include="..\..\src\Sentry.AspNetCore.Blazor.WebAssembly\Sentry.AspNetCore.Blazor.WebAssembly.csproj" />
2424
</ItemGroup>
25+
2526
</Project>

0 commit comments

Comments
 (0)