-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Assembly Alias causes System.Text.Json
exception
#1777
Comments
As workarounds:
|
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. |
System.Text.Json
exceptionSystem.Text.Json
exception
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: