PowerShell/src/Microsoft.PowerShell.ConsoleHost/host/msh
xtqqczze 883ca98dd7
Seal private classes (#15725)
* Seal private classes

* Fix CS0509

* Fix CS0628
2021-07-19 14:09:12 +05:00
..
CommandLineParameterParser.cs Default to MTA on Windows platforms where STA is not supported (#15106) 2021-04-22 08:38:13 -07:00
ConsoleControl.cs Handle exception if ConsoleHost tries to set cursor out of bounds because screen buffer changed (#15380) 2021-05-14 11:05:49 -07:00
ConsoleHost.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
ConsoleHostRawUserInterface.cs Handle exception if ConsoleHost tries to set cursor out of bounds because screen buffer changed (#15380) 2021-05-14 11:05:49 -07:00
ConsoleHostTranscript.cs Remove unnecessary usings part 5 (#14050) 2020-11-13 08:37:41 +05:00
ConsoleHostUserInterface.cs Fix CA1846 and CA1845 for using AsSpan instead of Substring (#15738) 2021-07-09 10:55:23 -07:00
ConsoleHostUserInterfaceProgress.cs Use ProgressView.Classic if Virtual Terminal is not supported (#15048) 2021-04-12 16:40:29 -07:00
ConsoleHostUserInterfacePrompt.cs Mark local variable as const (#13217) 2020-11-24 20:06:16 +05:00
ConsoleHostUserInterfacePromptForChoice.cs Fix RCS1215: Expression is always equal to true/false (#14356) 2021-01-19 16:03:59 +05:00
ConsoleHostUserInterfaceSecurity.cs Fix PromptForCredential() to add targetName as domain (#14504) 2021-03-08 10:52:02 -08:00
ConsoleShell.cs Cleanup: Remove redundant empty lines (#13404) 2020-08-25 11:29:26 -07:00
ConsoleTextWriter.cs Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
Executor.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
ManagedEntrance.cs Run dotnet-format to improve formatting of source code (#13503) 2020-11-04 11:13:56 -08:00
PendingProgress.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
ProgressNode.cs Fix CA1846 and CA1845 for using AsSpan instead of Substring (#15738) 2021-07-09 10:55:23 -07:00
ProgressPane.cs Suppress Write-Progress in ConsoleHost if output is redirected and fix tests (#14716) 2021-02-08 09:42:53 -08:00
Serialization.cs Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
StartTranscriptCmdlet.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
StopTranscriptCmdlet.cs Update StopTranscriptCmdlet.cs summary comment (#15349) 2021-05-06 08:56:55 +05:00
UpdatesNotification.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00