Fixed Build Script Error #890
Annotations
10 warnings
ClientCore/ClientConfiguration.cs#L7
The using directive for 'System.Collections.Generic' appeared previously in this namespace
|
ClientCore/OSVersion.cs#L1
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
ClientCore/SavedGameManager.cs#L15
Member 'saveRenameInProgress' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
ClientCore/CnCNet5/GameCollection.cs#L15
Rename type name GameCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
ClientCore/Enums/AllowPrivateMessagesFromEnum.cs#L3
Rename type name AllowPrivateMessagesFromEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
ClientCore/Statistics/StatisticsManager.cs#L425
Count() is used where Any() could be used instead to improve performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1827)
|
ClientCore/Statistics/StatisticsManager.cs#L333
Member 'CreateDummyFile' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
ClientCore/Statistics/StatisticsManager.cs#L415
Member 'GetRankForCoopMatch' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
ClientCore/Statistics/GameParsers/LogFileStatisticsParser.cs#L107
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'LogFileStatisticsParser.ParseStatistics(string)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
ClientCore/Statistics/GameParsers/LogFileStatisticsParser.cs#L116
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'LogFileStatisticsParser.ParseStatistics(string)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
The logs for this run have expired and are no longer available.
Loading