-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Unexpected System.ArrayTypeMismatchException at execution time #70267
Comments
Related to dotnet#63221 Related to dotnet#70256 Related to dotnet#70257 Related to dotnet#70267
Related to dotnet#63221 Related to dotnet#70256 Related to dotnet#70257 Related to dotnet#70267
@AlekseyTs I see you have tests for this - are you working on the fix as well or should I be looking into it since I was assigned? |
I am not working on the fix at the moment. |
The compiler generates a reference access to
|
I think there is another option, which is implemented by |
There's another option I'm investigating - emitting |
Investigation notes:
|
Compile and run:
Observed:
Other scenarios where compiler captures references to array elements, which could be reference types, could be affected as well.
The text was updated successfully, but these errors were encountered: