Update docs.yml #10
Annotations
10 warnings
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/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/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.
|