Update docs.yml #9
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/ConfigTests/ConfigTestsHelpClasses.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
tests/ConfigTests/ConfigTestsHelpClasses.cs#L6
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|