GitHub Actions #25
Annotations
10 warnings
Cake Action:
DeclarativeCommandLine/obj/Release/net8.0/DeclarativeCommandLine.AssemblyInfo.cs#L18
The specified version string '1.0.0-build-3-202412111706' does not conform to the recommended format - major.minor.build.revision
|
Cake Action:
DeclarativeCommandLine/DeclarativeCommandLineFactory.cs#L8
Parameter 'serviceProvider' is unread.
|
Cake Action:
DeclarativeCommandLine/Utils/CommandHandler.cs#L49
Unreachable code detected
|
Cake Action:
DeclarativeCommandLine/Attributes/ArgumentAttribute.cs#L1
Namespace "DeclarativeCommandLine" does not match folder structure, expected "DeclarativeCommandLine.Attributes" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
Cake Action:
DeclarativeCommandLine/Attributes/BaseCommandAttribute.cs#L1
Namespace "DeclarativeCommandLine" does not match folder structure, expected "DeclarativeCommandLine.Attributes" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
Cake Action:
DeclarativeCommandLine/Attributes/CommandAttribute.cs#L1
Namespace "DeclarativeCommandLine" does not match folder structure, expected "DeclarativeCommandLine.Attributes" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
Cake Action:
DeclarativeCommandLine/Attributes/OptionAttribute.cs#L1
Namespace "DeclarativeCommandLine" does not match folder structure, expected "DeclarativeCommandLine.Attributes" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
Cake Action:
DeclarativeCommandLine/Attributes/RootCommandAttribute.cs#L1
Namespace "DeclarativeCommandLine" does not match folder structure, expected "DeclarativeCommandLine.Attributes" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
Cake Action:
DeclarativeCommandLine/Attributes/ArgumentAttribute.cs#L35
Remove the property setter from Name or reduce its accessibility because it corresponds to positional argument name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
Cake Action:
DeclarativeCommandLine/Attributes/OptionAttribute.cs#L59
Remove the property setter from Name or reduce its accessibility because it corresponds to positional argument name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
Loading