Skip to content

Commit ea3ffe8

Browse files
committed
... and comment why
1 parent a6a1f06 commit ea3ffe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Sentry.Samples.AspNetCore.Blazor.Wasm/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
}

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

Lines changed: 1 addition & 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>--><!--see https://github.com/dotnet/runtime/issues/121975-->
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition="'$(Configuration)' == 'Release'">

0 commit comments

Comments
 (0)