Release Pipeline #44
Annotations
50 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L9
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L10
Non-nullable field 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L11
Non-nullable field 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L12
Non-nullable field 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L13
Non-nullable field 'FieldHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/RepetitionDetector.cs#L63
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
build:
src/Sapling.Engine/DataGen/DataGenerator.cs#L154
Unreachable code detected
|
build:
src/Sapling.Engine/Evaluation/NnueWeights.cs#L56
Dereference of a possibly null reference.
|
build:
src/Sapling/UciEngine.cs#L31
Dereference of a possibly null reference.
|
build:
src/Sapling.Engine/DataGen/DataGenerator.cs#L154
Unreachable code detected
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L9
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L10
Non-nullable field 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L11
Non-nullable field 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L12
Non-nullable field 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L13
Non-nullable field 'FieldHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Evaluation/NnueWeights.cs#L56
Dereference of a possibly null reference.
|
build:
src/Sapling.Engine/RepetitionDetector.cs#L63
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
build:
src/Sapling/UciEngine.cs#L31
Dereference of a possibly null reference.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/Sapling.Engine/DataGen/DataGenerator.cs#L154
Unreachable code detected
|
build:
src/Sapling.Engine/Evaluation/NnueWeights.cs#L56
Dereference of a possibly null reference.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L9
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L10
Non-nullable field 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L11
Non-nullable field 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L12
Non-nullable field 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L13
Non-nullable field 'FieldHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/RepetitionDetector.cs#L63
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
build:
src/Sapling/UciEngine.cs#L31
Dereference of a possibly null reference.
|
build:
src/Sapling.Engine/DataGen/DataGenerator.cs#L154
Unreachable code detected
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L9
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L10
Non-nullable field 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L11
Non-nullable field 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L12
Non-nullable field 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L13
Non-nullable field 'FieldHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/RepetitionDetector.cs#L63
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
build:
src/Sapling.Engine/Evaluation/NnueWeights.cs#L56
Dereference of a possibly null reference.
|
build:
src/Sapling/UciEngine.cs#L31
Dereference of a possibly null reference.
|
build:
src/Sapling.Engine/DataGen/DataGenerator.cs#L154
Unreachable code detected
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L9
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L10
Non-nullable field 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L11
Non-nullable field 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Sapling.Engine/Tuning/SpsaOptions.cs#L12
Non-nullable field 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|