You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure how related it is but seeing this when using JsonSerializerOptions.TypeInfoResolver with a combined generated SerializerContext + new instance of DefaultJsonTypeInfoResolver()
nevermind, I had forgotten to push an updated dependency (updated to support net7.0) so it was still using the older net6.0 build which I'm assuming is the cause, leaving this here in case anyone else finds this via bing/google/whatever
As I have learned here, cloning Json serialization options is problematic when library targets .net6 and is being used in a .net7 application.
The culprit is this line in
ZoomNetJsonConverter
:it can be replaced with:
The text was updated successfully, but these errors were encountered: