We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
System.Text.Json
Steps to reproduce:
netstandard2.1
TypeLoadException: VTable setup of type System.Text.Json.Utf8JsonWriter failed
This does not happen when skipping the aliasing step.
The text was updated successfully, but these errors were encountered:
As workarounds:
Sorry, something went wrong.
Workaround #1 won't work for us, so I attempted workaround #2. It worked in editor, but when I did a player build, it crashes with a new error:
System.Text.Json.Utf8JsonWriter doesn't implement interface System.IAsyncDisposable
Since we're SOL on this one, I'll try my luck and see if @xoofx has any idea what might be going on 🙏
tl;dr: Same code base, if we build with netstandard2.1 (i.e. using Unity 2022 or newer) it crashes. Works if we build with ns2.0.
No branches or pull requests
Steps to reproduce:
netstandard2.1
(i.e. using Unity 2022 or newer)This does not happen when skipping the aliasing step.
The text was updated successfully, but these errors were encountered: