From 699f7ce6e870f7a054a12dd20a3dcd751246c545 Mon Sep 17 00:00:00 2001 From: Ron Green <11993626+georgettica@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:56:25 +0300 Subject: [PATCH 1/2] fix: change Nullable usage (#13791) changed format of nullable usage to one more appropriate --- .../commands/utility/ImplicitRemotingCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs index 2171dd66aec..a13c6e95c5d 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs @@ -1793,8 +1793,8 @@ internal List GetRemoteCommandMetadata(out Dictionary Date: Fri, 16 Oct 2020 20:26:51 +0300 Subject: [PATCH 2/2] fix: correct logic flaw Co-authored-by: Ilya --- .../commands/utility/ImplicitRemotingCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs index a13c6e95c5d..b7266fa1114 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs @@ -1793,8 +1793,8 @@ internal List GetRemoteCommandMetadata(out Dictionary