You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fact(Skip="We don't have a way to propagate AppEnvironment from server when using index.html fallback - https://github.com/dotnet/aspnetcore/issues/59456")]
34
34
publicvoidWebAssemblyConfiguration_Works()
35
35
{
36
36
// Verify values from the default 'appsettings.json' are read.
@@ -43,7 +43,7 @@ public void WebAssemblyConfiguration_Works()
[Fact(Skip="We don't have a way to propagate AppEnvironment from server when using index.html fallback - https://github.com/dotnet/aspnetcore/issues/59456")]
47
47
publicvoidWebAssemblyHostingEnvironment_Works()
48
48
{
49
49
// Verify values from the default 'appsettings.json' are read.
0 commit comments