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
thrownewJsonException($"Encounted an unsupported variant tag '{variantTag}' on '{SimplifiedFullName(interfaceType)}', which could not be deserialised.");
18
+
thrownewJsonException($"Encountered an unsupported variant tag '{variantTag}' on '{SimplifiedFullName(interfaceType)}', which could not be deserialized.");
#pragma warning restore IDE0057// Use range operator
28
+
29
+
[MethodImpl(MethodImplOptions.NoInlining)]
30
+
internalstaticvoidThrowJsonExceptionForMissingSettings()=>thrownewJsonException("Unable to retrieve client settings for JsonSerializerOptions.");
31
+
32
+
[MethodImpl(MethodImplOptions.NoInlining)]
33
+
internalstaticvoidThrowInvalidOperationForBulkWhenNotIStreamSerializable()=>thrownewInvalidOperationException("Operation must implement IStreamSerializable.");
0 commit comments