Skip to content

Release 3.0.0

Release 3.0.0 #419

Triggered via pull request October 8, 2024 20:34
Status Success
Total duration 1m 13s
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Rules.Framework/Validation/ValidationProvider.cs#L20
Possible null reference return.
build: src/Rules.Framework/Source/UpdateRuleArgs.cs#L5
Non-nullable property 'Rule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Rules.Framework/Extensions/LinqExtension.cs#L11
Possible null reference return.
build: src/Rules.Framework/Extensions/LinqExtension.cs#L16
Possible null reference return.
build: src/Rules.Framework/Evaluation/Compiled/OneToOneValueConditionNodeExpressionBuilder.cs#L36
Cannot convert null literal to non-nullable reference type.
build: src/Rules.Framework/Evaluation/Compiled/OneToOneValueConditionNodeExpressionBuilder.cs#L45
Cannot convert null literal to non-nullable reference type.
build: src/Rules.Framework/Evaluation/Compiled/OneToManyValueConditionNodeExpressionBuilder.cs#L37
Cannot convert null literal to non-nullable reference type.
build: src/Rules.Framework/Evaluation/Compiled/OneToManyValueConditionNodeExpressionBuilder.cs#L46
Cannot convert null literal to non-nullable reference type.
build: src/Rules.Framework/Evaluation/Compiled/ManyToOneValueConditionNodeExpressionBuilder.cs#L34
Cannot convert null literal to non-nullable reference type.
build: src/Rules.Framework/Evaluation/Compiled/ManyToManyValueConditionNodeExpressionBuilder.cs#L34
Cannot convert null literal to non-nullable reference type.