Skip to content

.net8

.net8 #15

Triggered via push May 13, 2024 16:55
Status Success
Total duration 51s
Artifacts

nuget.yml

on: push
nuget-pack
41s
nuget-pack
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
nuget-pack
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/.
nuget-pack: ManagedCode.Orleans.StateMachine/Extensions/StateMachineExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: ManagedCode.Orleans.StateMachine/Models/OrleansStateMachineInfo.cs#L15
Possible null reference assignment.
nuget-pack: ManagedCode.Orleans.StateMachine/Models/OrleansStateMachineInfo.cs#L16
Possible null reference assignment.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: ManagedCode.Orleans.StateMachine/Extensions/StateMachineExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.