We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7395250 commit 6e0f783Copy full SHA for 6e0f783
PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Retrieval/JsonProfileSerializer.cs
@@ -84,6 +84,7 @@ public static JsonProfileSerializer Create(Formatting formatting)
84
Converters = GetFormatConverters(),
85
MissingMemberHandling = MissingMemberHandling.Ignore,
86
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
87
+ MaxDepth = 128,
88
};
89
90
var serializer = JsonSerializer.Create(settings);
0 commit comments