fix: ci from master to main #3
Merged
Annotations
10 errors
|
Build:
Datastructures/Collections/Queue.cs#L14
Rename type name Queue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Datastructures/Collections/Stack.cs#L12
Rename type name Stack so that it does not end in 'Stack' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Projects/LunarDoggo.QuizGame/IO/FileQuizQuestionSerializer.cs#L62
Member 'GetFileContent' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build:
Projects/LunarDoggo.QuizGame/IO/FileQuizQuestionSerializer.cs#L35
Member 'SetGuids' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build:
Projects/LunarDoggo.QuizGame/IO/FileQuizQuestionSerializer.cs#L48
Member 'DeserializeJson' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build:
Projects/LunarDoggo.QuizGame/Visuals/ConsoleVisualizer.cs#L43
Member 'DrawQuizQuestionAnswer' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build:
Projects/LunarDoggo.Beginners.ConsoleIOValidation/Program.cs#L6
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Build:
Projects/LunarDoggo.FileSystemTree/Program.cs#L9
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Build:
Projects/LunarDoggo.FileSystemTree/Program.cs#L31
Count() is used where Any() could be used instead to improve performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1827)
|
|
Build:
Projects/LunarDoggo.Beginners.ConsoleIO/Program.cs#L7
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
Loading