Uh oh!
There was an error while loading. Please reload this page.
[browser] partial reversal of PR #82826 - #83637
Conversation
ghost
commented
Mar 18, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThere is problem in Blazor E2E test with protecting the class It seems in some scenario the root file I believe that this PR would be enough revert of the original #82826
|
This comment was marked as outdated.
This comment was marked as outdated.
wtgodbe
commented
Mar 21, 2023
@maraf any idea why this is failing? If we understand the failures and can fix them, I think we should port this to the preview3 branch instead of #83664 in order to unblock runtime -> aspnetcore codeflow (CC @mmitche) Related: dotnet/aspnetcore#47110 |
maraf
commented
Mar 21, 2023
Failures are not related. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
maraf
commented
Mar 21, 2023
/backport to release/8.0-preview3 |
Started backporting to release/8.0-preview3: https://github.com/dotnet/runtime/actions/runs/4483993832 |
There is problem in Blazor E2E test with protecting the class
System.Runtime.InteropServices.JavaScript.LegacyExportsfrom trimming.It seems in some scenario the root file
ILLink.Descriptors.LegacyJsInterop.xmlis not available and the class is trimmed even if we still should have it.I believe that this PR would be enough revert of the original #82826
We should use it in case that we can't figure out better fix.