This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Publish #18
Annotations
6 warnings
Publish:
SecondStageUpdater/Program.cs#L180
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1867)
|
Publish:
SecondStageUpdater/Program.cs#L179
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847)
|
Publish:
SecondStageUpdater/Program.cs#L54
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SecondStageUpdater.Program.Main(string[])' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Publish:
SecondStageUpdater/Program.cs#L150
Modify 'Main' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Publish:
SecondStageUpdater/Program.cs#L187
Modify 'Main' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Publish:
SecondStageUpdater/Program.cs#L219
Modify 'Main' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
The logs for this run have expired and are no longer available.
Loading