Skip to content

Refactor code so it doesn't hit mono aot limitation #118698

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

Merged
merged 1 commit into from
Aug 14, 2025

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Aug 13, 2025

The previous code was hitting a mono aot gsharedvt limitation described in #118697. This is not trivial and too risky to fix in time for .NET 10. The alternative easy fix is to pass the return byref.

This regressed after #118408.

Fixes #118576

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[tvOS] Invalid IL when compiling System.Net.Http.Json.Functional.Tests
2 participants