From 49ec47c59e2c87a653da0b896f9bb807661eea33 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 21 Jun 2018 14:49:22 -0700 Subject: [PATCH 1/2] remove PSReadLine from sln file --- PowerShell.sln | 2 -- 1 file changed, 2 deletions(-) diff --git a/PowerShell.sln b/PowerShell.sln index f831410072f..86e297792fd 100644 --- a/PowerShell.sln +++ b/PowerShell.sln @@ -22,8 +22,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Management.Infras EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerShell.Commands.Diagnostics", "src\Microsoft.PowerShell.Commands.Diagnostics\Microsoft.PowerShell.Commands.Diagnostics.csproj", "{439A24FC-8E0A-48B6-8227-44C297311F49}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerShell.PSReadLine", "src\Microsoft.PowerShell.PSReadLine\Microsoft.PowerShell.PSReadLine.csproj", "{07BFD271-8992-4F34-9091-6CFC3E224A24}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.WSMan.Management", "src\Microsoft.WSMan.Management\Microsoft.WSMan.Management.csproj", "{8F63D134-E413-4181-936D-D82F3F5F1D85}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerShell.Security", "src\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.csproj", "{C4F81816-C87A-4ABF-8A37-24AC16A0A6CF}" From 2e35cffa7444ad9cc25a5b383631d37c162e1773 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 21 Jun 2018 16:09:36 -0700 Subject: [PATCH 2/2] More cleanup --- .github/CODEOWNERS | 3 --- src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14446590e3a..1a5c6f3f46f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,9 +59,6 @@ src/System.Management.Automation/engine/parser @daxian-dbw @BrucePay # Area: Providers src/System.Management.Automation/namespaces @BrucePay @anmenaga -# Area: PSReadLine -src/Microsoft.PowerShell.PSReadLine @charub - # Area: Remoting src/System.Management.Automation/engine/remoting @dantraMSFT @mirichmo @PaulHigin diff --git a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp index aa6dcdd4d99..4c4ddea4631 100644 --- a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp +++ b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp @@ -681,7 +681,6 @@ namespace NativeMsh "Microsoft.PowerShell.Commands.Utility", "Microsoft.PowerShell.ConsoleHost", "Microsoft.PowerShell.CoreCLR.Eventing", - "Microsoft.PowerShell.PSReadLine", "Microsoft.PowerShell.SDK", "Microsoft.PowerShell.Security", "Microsoft.VisualBasic",