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

TEnum[] to List<TEnum> for webassembly compatibility issue in .net 9 #557

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

soenneker
Copy link
Contributor

@soenneker soenneker commented Nov 18, 2024

@ardalis I confirmed this change fixes the issue, as suggested by @DataByte-James in #556. Seems to be a quirk with .NET 9 webassembly/mono runtime that affects arrays, and not lists. This issue is looking like it will be addressed by MS too.. (dotnet/runtime#109931) but this change should have no negative impact.

Hopefully this could get a quick review if possible.

Thank you

@ardalis
Copy link
Owner

ardalis commented Nov 18, 2024

This shouldn't have any public impact, right? So, I can probably just ship it with a point release.

@soenneker
Copy link
Contributor Author

@ardalis Correct. Thank you for the quick review

@ardalis ardalis merged commit fe57f0c into ardalis:main Nov 19, 2024
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.

2 participants