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
// issue tracking both DeepClone and DeepEquals: https://github.com/dotnet/runtime/issues/56592
@@ -927,14 +926,14 @@ public static System.Text.Json.Nodes.JsonNode DeepClone(this System.Text.Json.No
927
926
928
927
System.Text.Json.Nodes.JsonNodeclone=null;
929
928
930
-
#pragma warning disable IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
929
+
#pragma warning disable IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
#pragma warning restore IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
936
+
#pragma warning restore IL2026// Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code
938
937
939
938
if(clone==null)thrownewNotImplementedException();
940
939
@@ -943,15 +942,13 @@ public static System.Text.Json.Nodes.JsonNode DeepClone(this System.Text.Json.No
0 commit comments