Skip to content

Update README.md

Update README.md #19

Triggered via push September 21, 2024 15:31
Status Failure
Total duration 2m 2s
Billable time 3m
Artifacts

Build-Master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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/Abacus/Core/Transition.cs#L20
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L21
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/Transition.cs#L22
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L23
Non-nullable property 'Transitions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L11
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L12
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/Transition.cs#L13
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L14
Non-nullable property 'Transitions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Template.cs#L7
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Abacus/Core/Transition.cs#L20
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/