Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid throwing TypeLoadException for generic 2D arrays (case UUM-34854)
Mono was a bit too aggressive with its TypeLoadException processing, not allowing some valid code in this case. This change applies the fix from: dotnet/runtime#85828
- Loading branch information