-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
FieldAccessException when using Blazor and generic async methods #526
Comments
When investigating the IL, the
Also interesting to see that the methodTimerMessage is set to |
Differences where the
|
I think the issue is the usage of the definition, not the reference, of the field. |
Tested the fix, the error is gone now. |
When trying to trace some methods in Blazor (WASM) in overridden methods, I get a "FieldAccessException".
I am trying to create a repro with unit tests for this.
The text was updated successfully, but these errors were encountered: