PowerShell/src/Microsoft.PowerShell.Commands.Utility/commands/utility
2021-11-02 16:53:36 -07:00
..
FormatAndOutput Use bool?.GetValueOrDefault() in FormatWideCommand (#15988) 2021-08-30 08:51:07 -07:00
ShowCommand Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
trace Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
WebCmdlet Add -HttpVersion parameter to web cmdlets (#15853) 2021-11-02 16:53:36 -07:00
AddMember.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
AddType.cs Disallow Add-Type in NoLanguage mode on a locked down machine (#16245) 2021-10-14 14:53:41 -07:00
Compare-Object.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
ConsoleColorCmdlet.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
ConvertFrom-SddlString.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
ConvertFrom-StringData.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
ConvertFromMarkdownCommand.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
ConvertTo-Html.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
Csv.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
CsvCommands.cs ConvertTo-Csv: Quote fields with quotes and newlines when using -UseQuotes AsNeeded (#15765) 2021-08-04 14:47:57 -07:00
CustomSerialization.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
CustomSerializationStrings.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
DebugRunspaceCommand.cs Make PS-Committee reviewed experimental features stable (#15864) 2021-08-09 14:01:57 -07:00
Disable-PSBreakpoint.cs Add -Runspace parameter to all *-PSBreakpoint cmdlets (#10492) 2020-07-21 11:48:54 -07:00
Enable-PSBreakpoint.cs Add -Runspace parameter to all *-PSBreakpoint cmdlets (#10492) 2020-07-21 11:48:54 -07:00
EnableDisableRunspaceDebugCommand.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
ExportAliasCommand.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
Get-Error.cs Enable IDE0075: SimplifyConditionalExpression (#14078) 2020-12-02 08:25:56 +05:00
Get-PSBreakpoint.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
Get-PSCallStack.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
GetAliasCommand.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
GetCultureCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
GetDateCommand.cs #4750 Fix Get-Date -UFormat %G and %g behavior (#14555) 2021-03-01 16:37:15 -08:00
GetEventCommand.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
GetEventSubscriberCommand.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
GetHash.cs Fix IDE0090: Simplify new expression part 4.4 (#14258) 2020-11-26 10:38:27 +05:00
GetHostCmdlet.cs Remove unnecessary usings part 4 (#14023) 2020-11-16 19:54:05 +05:00
GetMember.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
GetRandomCommand.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
GetRunspaceCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
GetUICultureCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
GetUnique.cs Fix accessor order (#13538) 2020-11-05 10:05:50 +05:00
GetUptime.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
GetVerbCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
Group-Object.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
ImplicitRemotingCommands.cs Add clean block to script block as a peer to begin, process, and end to allow easy resource cleanup (#15177) 2021-10-11 14:49:09 -07:00
Import-LocalizedData.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
ImportAliasCommand.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
ImportPowerShellDataFile.cs Make PS-Committee reviewed experimental features stable (#15864) 2021-08-09 14:01:57 -07:00
InvokeExpressionCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Join-String.cs Enable CA1812 (#15674) 2021-06-27 20:16:17 +05:00
MarkdownOptionCommands.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
MatchString.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
Measure-Object.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
New-Object.cs Don't use ArgumentList when creating COM object as it's not applicable to the COM parameter set (#15915) 2021-08-14 07:32:51 -07:00
NewAliasCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
NewEventCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
NewGuidCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
NewTemporaryFileCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
NewTimeSpanCommand.cs Fix RCS1188: Remove redundant auto-property initialization part 2 (#14262) 2020-12-04 16:31:57 +05:00
ObjectCommandComparer.cs Refactor multiply operation for better performance in 2 Commands.Utility functions (#14148) 2020-12-08 13:59:10 -08:00
OrderObjectBase.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
PSBreakpointAccessorCommandBase.cs Remove unnecessary usings part 4 (#14023) 2020-11-16 19:54:05 +05:00
PSBreakpointCommandBase.cs Make PS-Committee reviewed experimental features stable (#15864) 2021-08-09 14:01:57 -07:00
PSBreakpointUpdaterCommandBase.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
ReadConsoleCmdlet.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
RegisterObjectEventCommand.cs Remove unnecessary usings part 4 (#14023) 2020-11-16 19:54:05 +05:00
RegisterPSEventCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
Remove-PSBreakpoint.cs Add -Runspace parameter to all *-PSBreakpoint cmdlets (#10492) 2020-07-21 11:48:54 -07:00
RemoveAliasCommand.cs Fix CA2243: Attribute string literals should parse correctly (#15622) 2021-06-25 17:59:30 +05:00
RemoveEventCommand.cs Fix IDE0090: Simplify new expression part 4.5 (#14259) 2020-11-27 08:17:15 +05:00
RunspaceAttribute.cs Revert "Use is null syntax (#13277)" (#13322) 2020-07-30 16:06:38 -07:00
Select-Object.cs Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
Send-MailMessage.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
Set-PSBreakpoint.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
SetAliasCommand.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
SetDateCommand.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
ShowMarkdownCommand.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
Sort-Object.cs Fix RCS1188: Remove redundant auto-property initialization part 2 (#14262) 2020-12-04 16:31:57 +05:00
StartSleepCommand.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
Tee-Object.cs Encoding Parameter for Tee-Object (#12135) 2021-07-22 09:26:07 +05:00
TestJsonCommand.cs Fix spelling in XML docs (#15939) 2021-08-17 09:01:04 +05:00
TimeExpressionCommand.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
UnblockFile.cs Enable SA1000: Keywords should be spaced correctly (#13973) 2020-11-30 22:13:12 +05:00
UnregisterEventCommand.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
Update-Data.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
Update-List.cs Fix IDE0090: Simplify new expression part 4.6 (#14260) 2020-11-27 08:20:36 +05:00
Update-TypeData.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
UtilityCommon.cs Fix spelling in XML docs (#15939) 2021-08-17 09:01:04 +05:00
Var.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
WaitEventCommand.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
Write-Object.cs Revert "Use is null syntax (#13277)" (#13322) 2020-07-30 16:06:38 -07:00
Write.cs Add position 0 to Write-Error parameters (#13813) 2021-07-21 18:05:06 -07:00
WriteAliasCommandBase.cs Remove unnecessary usings part 4 (#14023) 2020-11-16 19:54:05 +05:00
WriteConsoleCmdlet.cs Fix RCS1188: Remove redundant auto-property initialization part 2 (#14262) 2020-12-04 16:31:57 +05:00
WriteProgressCmdlet.cs Enable IDE0049 PreferBuiltInOrFrameworkType (#14491) 2021-07-28 12:39:14 -07:00
XmlCommands.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00