-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload doesn't work on Browser AOT #54617
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue Detailshot reload is not supported for AOTd assemblies. Instead of disabling the test with
|
@lambdageek Should #53565 be closed in favor of this? |
Oh darn, I missed that we already had an issue. I guess we should close the older one, since this one now has a reference in the code |
@lambdageek This is listed in a couple active issues now so I tried to make the description and milestone match, feel free update. |
I just hit this test failure while adding the new
can someone please take a look? Here are some files to help the investigation: |
This is being hit on rolling builds, log too.
|
@radical please disable the failing tests for AOT configurations. Hot reload is not supported for AOTd assemblies |
hot reload is not supported for AOTd assemblies.
Instead of disabling the test with
[ActiveIssue]
we need to updateApplyUpdateUtil.IsSupported
to detect that we're in AOT and disable the test.The text was updated successfully, but these errors were encountered: