Recalculate cost when starting production of queued production items. #8
Annotations
10 errors and 1 warning
Check Code:
OpenRA.Mods.Common/Activities/Air/TakeOff.cs#L39
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Check Code:
OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs#L761
Opening brace should be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1012.md)
|
Check Code:
OpenRA.Mods.Common/Traits/BotModules/BridgeRepairBotModule.cs#L25
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Check Code:
OpenRA.Mods.Common/Traits/BotModules/BridgeRepairBotModule.cs#L44
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Check Code:
OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs#L159
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Check Code:
OpenRA.Mods.Common/Traits/ReplacedInQueue.cs#L22
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Check Code:
OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs#L362
Use compound assignment (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0074)
|
Check Code:
OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs#L198
use 'var' instead of explicit type (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0007)
|
Check Code:
OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDeploy.cs#L199
use 'var' instead of explicit type (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0007)
|
Check Code:
OpenRA.Mods.Common/Activities/Air/TakeOff.cs#L39
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading