PowerShell/src/System.Management.Automation/FormatAndOutput/common
xtqqczze 883ca98dd7
Seal private classes (#15725)
* Seal private classes

* Fix CS0509

* Fix CS0628
2021-07-19 14:09:12 +05:00
..
DisplayDatabase Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
Utilities When formatting, if collection is modified, don't fail the entire pipeline (#14438) 2021-01-27 16:37:36 -08:00
BaseCommand.cs Annotate ThrowTerminatingError with DoesNotReturn attribute (#15352) 2021-05-06 09:23:34 -07:00
BaseFormattingCommand.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
BaseFormattingCommandParameters.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
BaseOutputtingCommand.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
ColumnWidthManager.cs Fix IDE0044: MakeFieldReadonly part 16 (#13971) 2020-11-05 08:26:39 +05:00
ComplexWriter.cs Fix redundant iteration while splitting lines (#14851) 2021-04-12 10:23:12 -07:00
FormatGroupManager.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
FormatMsgCtxManager.cs Enable SA1516: Elements should be separated by blank line (#14137) 2020-11-20 16:11:36 +05:00
FormattingObjects.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
FormattingObjectsDeserializer.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
FormatViewGenerator.cs Fix RCS1033: Remove redundant boolean literal part 1 (#13454) 2020-11-05 22:23:27 +05:00
FormatViewGenerator_Complex.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
FormatViewGenerator_List.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
FormatViewGenerator_Table.cs Mark local variable as const (#13217) 2020-11-24 20:06:16 +05:00
FormatViewGenerator_Wide.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
FormatViewManager.cs Mark local variable as const (#13217) 2020-11-24 20:06:16 +05:00
FormatXMLWriter.cs Make classes sealed (#15675) 2021-07-04 16:49:52 +05:00
ILineOutput.cs Enable ANSI formatting via $PSStyle and support suppressing ANSI output (#13758) 2020-12-11 10:33:57 -08:00
ListWriter.cs Revert "Use is null syntax (#13277)" (#13322) 2020-07-30 16:06:38 -07:00
OutputManager.cs Fix IDE0044: MakeFieldReadonly part 16 (#13971) 2020-11-05 08:26:39 +05:00
OutputQueue.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
PSStyle.cs Add support to colorize FileInfo file names (#14403) 2021-07-12 11:07:29 -07:00
StringDecorated.cs Enable ANSI formatting via $PSStyle and support suppressing ANSI output (#13758) 2020-12-11 10:33:57 -08:00
TableWriter.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00