chore: remove pre-correction D013-compliance.md and fix JsonHelper XML doc comment nullability

Co-authored-by: GoodOlClint <151449+GoodOlClint@users.noreply.github.com>
Agent-Logs-Url: https://github.com/GoodOlClint/PSProxmoxVE/sessions/2feecd30-2ba1-40bc-b1b5-c1fcc485a319
This commit is contained in:
copilot-swe-agent[bot]
2026-03-25 16:42:29 +00:00
parent 9e22036abd
commit 4a63055c10
2 changed files with 1 additions and 201 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace PSProxmoxVE.Core.Utilities
{
/// <summary>
/// Converts a JToken to a native .NET type recursively.
/// JObject becomes Dictionary&lt;string, object&gt;, JArray becomes List&lt;object&gt;, JValue becomes primitive.
/// JObject becomes Dictionary&lt;string, object?&gt;, JArray becomes List&lt;object?&gt;, JValue becomes its primitive value.
/// </summary>
public static object? ToNative(JToken? token)
{