From 1649db7235989b3c66a82307ec22d94f03792d8e Mon Sep 17 00:00:00 2001 From: Tal Zaccai Date: Wed, 8 May 2024 16:23:41 -0600 Subject: [PATCH] Update playground/CommandInfoUpdater/CommandInfoUpdater.cs Co-authored-by: Lukas Maas --- playground/CommandInfoUpdater/CommandInfoUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/CommandInfoUpdater/CommandInfoUpdater.cs b/playground/CommandInfoUpdater/CommandInfoUpdater.cs index 360ac5a4ea..087552432c 100644 --- a/playground/CommandInfoUpdater/CommandInfoUpdater.cs +++ b/playground/CommandInfoUpdater/CommandInfoUpdater.cs @@ -269,7 +269,7 @@ private static bool GetUserConfirmation(IReadOnlyDictionaryQueried commands info /// True if succeeded private static unsafe bool TryGetCommandsInfo(string[] commandsToQuery, int respServerPort, - IPAddress respServerHost, ILogger logger, out IDictionary commandsInfo) + IPAddress respServerHost, ILogger logger, out IDictionary? commandsInfo) { commandsInfo = default;