Skip to content

GitHub Actions

GitHub Actions #25

Manually triggered December 11, 2024 17:05
Status Success
Total duration 11m 0s
Artifacts

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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
build: DeclarativeCommandLine/DeclarativeCommandLineFactory.cs#L8
Parameter 'serviceProvider' is unread.
build: DeclarativeCommandLine/Utils/CommandHandler.cs#L49
Unreachable code detected
build: 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)
build: 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)
build: 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)
build: 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)
build: 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)
build: 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)
build: 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)