Skip to content

bump version to 0.1.1 and improve null safety with nullable reference… #17

bump version to 0.1.1 and improve null safety with nullable reference…

bump version to 0.1.1 and improve null safety with nullable reference… #17

Triggered via push April 30, 2025 18:24
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
build-and-test
28s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build-and-test: ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L19
Non-nullable property 'Superstate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L19
Non-nullable property 'Substates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L19
Non-nullable property 'Superstate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L19
Non-nullable property 'Substates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.