- checkpoint: initial code dump #1
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.
|