Minor maintenance: #8
Annotations
1 error and 4 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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:
src/SCClassicalPlanning/ProblemCreation/PddlParser.cs#L196
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|
build:
src/SCClassicalPlanning/Planning/StateAndGoalSpace/CostStrategies/IgnorePreconditionsGreedySetCover.cs#L151
Dereference of a possibly null reference.
|
build:
src/SCClassicalPlanning/Planning/Utilities/InvariantInspector.cs#L182
Missing XML comment for publicly visible type or member 'InvariantInspector.IsTrivial(Literal)'
|