File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/Sentry.Samples.AspNetCore.Blazor.Wasm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 builder . Services . AddScoped ( _ =>
2323 new HttpClient
2424 {
25- BaseAddress = new ( builder . HostEnvironment . BaseAddress )
25+ BaseAddress = new Uri ( builder . HostEnvironment . BaseAddress )
2626 } ) ;
2727 await builder . Build ( ) . RunAsync ( ) ;
2828}
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <OverrideHtmlAssetPlaceholders >true</OverrideHtmlAssetPlaceholders >
8- <!-- <RunAOTCompilation>true</RunAOTCompilation>-->
8+ <!-- <RunAOTCompilation>true</RunAOTCompilation>--><!-- see https://github.com/dotnet/runtime/issues/121975 -->
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
You can’t perform that action at this time.
0 commit comments