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
#pragma warning disable IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
664
+
#pragma warning disable IL3050// Calling members annotated with 'RequiresDynamicCodeAttribute' may break functionality when AOT compiling.
663
665
finishedItem.WriteTo(newJsonTextWriter(sw));
666
+
#pragma warning restore IL3050// Calling members annotated with 'RequiresDynamicCodeAttribute' may break functionality when AOT compiling.
667
+
#pragma warning restore IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
664
668
665
669
RaiseError("Value {0} is not defined in enum.".FormatWith(CultureInfo.InvariantCulture,sw.ToString()),schema);
0 commit comments