Skip to content

tests

tests #15

Triggered via push April 30, 2025 09:04
Status Success
Total duration 34s
Artifacts

dotnet.yml

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

Annotations

10 warnings
build-and-test: ManagedCode.Orleans.StateMachine/Extensions/StateMachineExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
build-and-test: ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L11
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#L11
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/OrleansStateMachineInfo.cs#L11
Non-nullable property 'TriggerType' 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/OrleansStateMachineInfo.cs#L11
Non-nullable property 'StateType' 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/StateMachineGrain.cs#L13
Non-nullable property 'StateMachine' 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/StateMachineGrain.cs#L12
Non-nullable field '_stateConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: ManagedCode.Orleans.StateMachine/Extensions/StateMachineExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.