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
* Update dependencies from dotnet/blazor
* Update version of blazor package used
* Removed obsolete WipedMethod invocation test
* react to mono.wasm to dotnet.wasm rename
* Leftover code cleanup
<AdditionalMonoLinkerOptions>--disable-opt unreachablebodies --verbose --strip-security true --exclude-feature com --exclude-feature sre -v false -c link -u link -b true</AdditionalMonoLinkerOptions>
9
+
<AdditionalMonoLinkerOptions>--disable-opt unreachablebodies --verbose --strip-security true --exclude-feature com -v false -c link -u link -b true</AdditionalMonoLinkerOptions>
Assert.FileExists(result,buildOutputDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
29
29
}
@@ -65,8 +65,8 @@ public async Task Build_WithLinkOnBuildDisabled_Works()
Assert.FileExists(result,buildOutputDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
Assert.FileExists(result,blazorPublishDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
30
30
@@ -57,8 +57,8 @@ public async Task Publish_WithNoBuild_Works()
Assert.FileExists(result,blazorPublishDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
64
64
@@ -96,8 +96,8 @@ public async Task Publish_WithLinkOnBuildDisabled_Works()
Assert.FileExists(result,blazorPublishDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
103
103
@@ -158,8 +158,8 @@ public async Task Publish_HostedApp_Works()
Assert.FileExists(result,blazorPublishDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
165
165
@@ -201,8 +201,8 @@ public async Task Publish_HostedApp_WithNoBuild_Works()
Assert.FileExists(result,blazorPublishDirectory,"dist","_framework","_bin","Microsoft.Extensions.Logging.Abstractions.dll");// Verify dependencies are part of the output.
0 commit comments