Skip to content

- checkpoint: initial code dump #1

- checkpoint: initial code dump

- checkpoint: initial code dump #1

Triggered via push August 16, 2025 21:26
Status Failure
Total duration 1m 53s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Abacus.Core/Model/WorkflowTemplate.cs#L12
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: src/Abacus.Core/Model/WorkflowTransition.cs#L25
Non-nullable property 'ToTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus.Core/Model/WorkflowTransition.cs#L24
Non-nullable property 'FromTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus.Core/Model/WorkflowTransition.cs#L22
Non-nullable property 'WorkflowTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus.Core/Model/WorkflowTransition.cs#L13
Non-nullable property 'Trigger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus.Core/Model/WorkflowTransition.cs#L11
Non-nullable property 'Condition' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus.Core/Model/WorkflowTransition.cs#L9
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: src/Abacus.Core/Services/Impl/WorkflowEngine.cs#L66
Cannot convert null literal to non-nullable reference type.
build: src/Abacus.Core/Services/IWorkflowEngine.cs#L30
Cannot convert null literal to non-nullable reference type.
build: src/Abacus.Core/IDataProvider.cs#L16
Cannot convert null literal to non-nullable reference type.