.net8 #12
Annotations
11 warnings
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/StateMachineGrain.cs#L12
Non-nullable field '_stateConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field 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 declaring the property as nullable.
|
build-and-test:
ManagedCode.Orleans.StateMachine/Models/OrleansStateMachineInfo.cs#L15
Possible null reference assignment.
|
build-and-test:
ManagedCode.Orleans.StateMachine/Models/OrleansStateMachineInfo.cs#L16
Possible null reference assignment.
|
build-and-test:
ManagedCode.Orleans.StateMachine/Models/OrleansStateMachineInfo.cs#L11
Non-nullable property 'StateType' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
|
build-and-test:
ManagedCode.Orleans.StateMachine/Models/OrleansStateInfo.cs#L11
Non-nullable property 'Superstate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
ManagedCode.Orleans.StateMachine/Extensions/StateMachineExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
|