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
When setting AndroidStripILAfterAOT=true in a test app, some tests are failing the first time we run them, but then they'll pass if we run them again.
The error is 100% reproducible when starting the app again.
Here is the error: InvalidProgramException: Invalid IL code in Xunit.Assert:True(bool): method body is empty.
No issue in Debug. No issue when removing AndroidStripILAfterAOT=true.
This is similar to #104156, but no BroadcastReceiver is involved here.