Merge pull request #5 from henkla/feature/update-readme #14
Annotations
1 error and 12 warnings
build-and-publish
Process completed with exit code 1.
|
build-and-publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-publish:
Simple.ArgumentParser/Command.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Command.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Option.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Option.cs#L5
Non-nullable property 'ShortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Option.cs#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Parser.cs#L20
Possible null reference argument for parameter 'version' in 'Arguments.Arguments(Func<string> helpSection, string version)'.
|
build-and-publish:
Simple.ArgumentParser/Command.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Command.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Option.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-publish:
Simple.ArgumentParser/Option.cs#L5
Non-nullable property 'ShortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|