Skip to content

Merge branch 'master' of github.com:PatrikTrefil/argsparse #11

Merge branch 'master' of github.com:PatrikTrefil/argsparse

Merge branch 'master' of github.com:PatrikTrefil/argsparse #11

Triggered via push December 22, 2023 10:30
Status Success
Total duration 2m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: argsparse/Flag.cs#L20
Non-nullable field 'names' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-test: argsparse/Option.cs#L49
Non-nullable field 'names' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-test: argsparse/Parser.cs#L77
Non-nullable field 'names' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-test: argsparse/Parser.cs#L87
Non-nullable field 'names' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-test: numactl/ArgsConfiguration.cs#L112
Dereference of a possibly null reference.
build-test: tests/SpecialTests/SubparserTests.cs#L163
Dereference of a possibly null reference.
build-test: tests/SpecialTests/SubparserTests.cs#L180
Dereference of a possibly null reference.
build-test: tests/SpecialTests/SubparserTests.cs#L241
Dereference of a possibly null reference.
build-test: tests/ParsingTests/MixedParsingTests.cs#L11
Non-nullable field 'RequiredStringOption' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-test: tests/ParsingTests/MixedParsingTests.cs#L16
Non-nullable field 'RequiredArgument' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.