Skip to content
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

workaround .net nativeAOT crash #2943

Merged
merged 2 commits into from
Dec 4, 2023
Merged

workaround .net nativeAOT crash #2943

merged 2 commits into from
Dec 4, 2023

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Dec 4, 2023

fixes #2933

We don't need to keep the specific type here, changing to the same type as the intermediary collection works around the bug cleanly without any external APIs being affected (as long as we don't expect people casting stuff around)

Upstream issue: dotnet/runtime#95574

@vaind vaind marked this pull request as ready for review December 4, 2023 20:26
@vaind vaind merged commit 175623c into main Dec 4, 2023
21 checks passed
@vaind vaind deleted the fix/net8-crash-workaround branch December 4, 2023 21:06
vaind added a commit that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NativeAOT iOS transactions crash the app
2 participants