Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix IDE0074 - 'Use compound assignment' as reported by new style rules #17631

Copy link
Copy link
@adityapatwardhan

Description

@adityapatwardhan
Issue body actions

Prerequisites

Steps to reproduce

With the pre-release builds for .NET 7 preview 6 IDE0074 is being reported over a100 times. We would like to fix these eventually but would not block us from accepting .NET 7 preview 6.

The full list of reported issues is:

D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\SessionStateExceptions.cs(500,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\SessionStateExceptions.cs(237,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\RuntimeException.cs(154,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ParameterBinderExceptions.cs(215,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshObjectDisposedException.cs(107,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshNotSupportedException.cs(101,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshNotImplementedException.cs(101,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshInvalidOperationException.cs(118,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshArgumentOutOfRangeException.cs(120,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshArgumentNullException.cs(122,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\MshArgumentException.cs(124,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ExecutionExceptions.cs(1002,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ExecutionExceptions.cs(894,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ExecutionExceptions.cs(164,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\CommandDiscoveryExceptions.cs(124,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\singleshell\config\MshSnapinInfo.cs(121,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\singleshell\config\MshSnapinInfo.cs(126,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\singleshell\config\MshSnapinInfo.cs(131,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\singleshell\config\MshSnapinInfo.cs(136,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\security\wldpNativeMethods.cs(80,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\namespaces\NavigationProviderBase.cs(518,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\security\SecureStringHelper.cs(261,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\help\ProviderHelpInfo.cs(170,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\help\ProviderHelpInfo.cs(175,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\DscSupport\CimDSCParser.cs(564,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\DscSupport\CimDSCParser.cs(583,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\DscSupport\CimDSCParser.cs(602,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\DscSupport\CimDSCParser.cs(621,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\DscSupport\CimDSCParser.cs(1896,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\help\BaseCommandHelpInfo.cs(359,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\help\BaseCommandHelpInfo.cs(364,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Wide.cs(190,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_List.cs(211,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\DisplayDatabase\displayDescriptionData.cs(889,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\DisplayDatabase\displayDescriptionData.cs(898,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\SessionStateScope.cs(1631,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\SessionStateContainer.cs(4092,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\SessionStateContainer.cs(4158,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\SessionStateLocationAPIs.cs(319,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\SessionStateProviderAPIs.cs(963,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\ScriptBlockToPowerShell.cs(233,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\CompiledScriptBlock.cs(369,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\server\ServerRunspacePoolDriver.cs(2007,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\server\ServerRunspacePoolDriver.cs(2530,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\server\ServerRunspacePoolDriver.cs(274,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\client\remoterunspace.cs(2914,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\client\Job2.cs(96,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\client\Job.cs(3374,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\client\Job.cs(636,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\PSSessionConfigurationData.cs(227,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\PSSessionConfigurationData.cs(228,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\InitialSessionStateProvider.cs(1743,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\InitialSessionStateProvider.cs(289,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\InitialSessionStateProvider.cs(294,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\server\OutOfProcServerMediator.cs(361,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\fanin\BaseTransportManager.cs(1362,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\common\psstreamobject.cs(502,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\client\RunspaceRef.cs(211,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\namespaces\RegistryProvider.cs(2999,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\namespaces\FileSystemProvider.cs(5114,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\namespaces\FileSystemProvider.cs(5306,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\namespaces\FileSystemProvider.cs(6246,41): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\Utilities\Mshexpression.cs(329,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\commands\ReceiveJob.cs(1068,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\commands\PSRemotingCmdlet.cs(4236,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\commands\newrunspacecommand.cs(527,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\remoting\commands\getrunspacecommand.cs(346,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\NewModuleManifestCommand.cs(951,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\NewModuleManifestCommand.cs(953,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\NewModuleManifestCommand.cs(955,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\NewModuleManifestCommand.cs(1033,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(2567,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(2572,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(2577,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(2582,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(2587,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(3221,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(3227,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(3355,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleCmdletBase.cs(6594,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ImportModuleCommand.cs(664,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ImportModuleCommand.cs(1416,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ImportModuleCommand.cs(1427,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(83,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(109,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(135,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(403,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(689,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(694,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\GetCommandCommand.cs(1157,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\ListWriter.cs(180,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\ListWriter.cs(197,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\ListWriter.cs(216,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\FormatViewGenerator_Table.cs(236,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\FormatViewGenerator_Table.cs(394,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\FormatViewGenerator_Table.cs(415,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\FormatViewGenerator_Complex.cs(286,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\BaseOutputtingCommand.cs(131,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ParameterBinderBase.cs(1002,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshSecurityException.cs(96,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObjectTypeDescriptor.cs(413,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObject.cs(677,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObject.cs(724,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObject.cs(746,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObject.cs(768,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshObject.cs(790,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshMemberInfo.cs(2635,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshMemberInfo.cs(2279,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshCommandRuntime.cs(981,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshCommandRuntime.cs(948,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\MshCommandRuntime.cs(2565,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleIntrinsics.cs(144,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleIntrinsics.cs(273,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleIntrinsics.cs(290,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Modules\ModuleIntrinsics.cs(1195,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\CompiledScriptBlock.cs(1018,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\CompiledScriptBlock.cs(1030,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\LanguagePrimitives.cs(637,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\LanguagePrimitives.cs(784,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\LanguagePrimitives.cs(904,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\LanguagePrimitives.cs(4678,41): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\LanguagePrimitives.cs(5746,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LoopCompiler.cs(377,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LocalVariables.cs(166,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LocalVariables.cs(299,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\InformationRecord.cs(99,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PSTask.cs(1539,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PSDataCollection.cs(1325,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LightCompiler.cs(1135,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PowerShell.cs(765,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PowerShell.cs(807,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PowerShell.cs(2239,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\PowerShell.cs(3547,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LabelInfo.cs(362,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\LabelInfo.cs(179,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(375,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(390,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(454,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(476,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(493,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(510,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(527,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(544,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(566,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(588,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(605,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(650,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(665,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(680,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(695,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionList.cs(1130,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\InstructionFactory.cs(122,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\MshHostUserInterface.cs(1093,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\ControlFlowInstructions.cs(160,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\interpreter\BranchLabel.cs(113,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ExtendedTypeSystemException.cs(650,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ExecutionContext.cs(117,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ExecutionContext.cs(222,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ExecutionContext.cs(1665,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ErrorPackage.cs(1029,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\TypeTable.cs(3727,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\debugger\debugger.cs(1060,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\debugger\debugger.cs(1952,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\debugger\debugger.cs(2155,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\TypeTable.cs(774,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\TypeTable.cs(844,45): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CoreAdapter.cs(3050,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CoreAdapter.cs(2261,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CompiledCommandParameter.cs(443,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CompiledCommandParameter.cs(476,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandSearcher.cs(931,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandProcessorBase.cs(355,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandPathSearch.cs(496,29): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandPathSearch.cs(523,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandParameter.cs(127,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\RunspacePoolInternal.cs(234,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandDiscovery.cs(812,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\LocalConnection.cs(87,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\LocalConnection.cs(771,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(7266,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(6451,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(5348,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(5697,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(5751,37): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\runtime\Binding\Binders.cs(5847,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\hostifaces\AsyncResult.cs(88,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionCompleters.cs(336,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionCompleters.cs(498,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionCompleters.cs(1612,29): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\TypeResolver.cs(585,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\TypeResolver.cs(373,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionCompleters.cs(5749,22): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(1245,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(1818,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(1956,29): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(2225,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(2249,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\tokenizer.cs(2272,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionAnalysis.cs(186,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CommandCompletion\CompletionAnalysis.cs(1865,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\SafeValues.cs(551,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\InteropServices\ComEventsMethod.cs(86,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\ComEventsSink.Extended.cs(21,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\SplatCallSite.cs(33,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\IDispatchComObject.cs(274,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(447,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(827,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\ComTypeClassDesc.cs(49,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\ComTypeClassDesc.cs(57,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(1794,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(1938,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\ComInterop\ComInvokeBinder.cs(117,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(3235,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(3593,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(3905,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4326,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4358,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4425,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4448,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CmdletParameterBinderController.cs(273,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4666,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(4681,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(5256,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(5549,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CmdletParameterBinderController.cs(1455,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(6055,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(6079,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(6435,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(6606,33): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Parser.cs(7211,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\CmdletInfo.cs(383,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(1689,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(1714,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(1736,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(1761,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(1787,25): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(612,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(645,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(668,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(698,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\utils\ObjectStream.cs(729,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(1113,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(1761,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(2057,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(2129,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\StringDecorated.cs(97,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\FormatAndOutput\common\StringDecorated.cs(24,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(3949,17): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\pipeline.cs(1024,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\parser\Compiler.cs(6151,13): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Pipe.cs(236,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Pipe.cs(244,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Pipe.cs(252,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]
D:\a\PowerShell\PowerShell\src\System.Management.Automation\engine\Pipe.cs(260,21): error IDE0074: Use compound assignment [D:\a\PowerShell\PowerShell\src\System.Management.Automation\System.Management.Automation.csproj]

Expected behavior

No reported errors for IDE0074

Actual behavior

Over 100 issues reported

Error details

https://github.com/PowerShell/PowerShell/runs/7203630671?check_suite_focus=true

Environment data

Daily GitHub action

Visuals

No response

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributors

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.