mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-05 12:27:40 +00:00
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:
@@ -11,7 +11,7 @@ namespace PSProxmoxVE.Core.Utilities
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts a JToken to a native .NET type recursively.
|
||||
/// JObject becomes Dictionary<string, object>, JArray becomes List<object>, JValue becomes primitive.
|
||||
/// JObject becomes Dictionary<string, object?>, JArray becomes List<object?>, JValue becomes its primitive value.
|
||||
/// </summary>
|
||||
public static object? ToNative(JToken? token)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user