GitHub Actions #23
Annotations
1 error and 12 warnings
Cake Action
The process 'tools\dotnet-cake' failed with exit code 1
|
The following actions uses node12 which is deprecated and will be forced to run on node16: cake-build/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, cake-build/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Cake Action:
DeclarativeCommandLine/Utils/OptionDescriptor.cs#L5
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/OptionDescriptor.cs#L7
Non-nullable property 'Option' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Attributes/CommandAttribute.cs#L6
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Attributes/CommandAttribute.cs#L10
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/ArgumentDescriptor.cs#L5
Non-nullable property 'Argument' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/ArgumentDescriptor.cs#L7
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/CommandDescriptor.cs#L22
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/CommandDescriptor.cs#L22
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/CommandDescriptor.cs#L22
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Cake Action:
DeclarativeCommandLine/Utils/CommandHandler.cs#L68
Nullability of reference types in value of type 'List<object?>' doesn't match target type 'List<object>'.
|
Loading