Skip to content

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

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… #20

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

nuget.yml

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

Annotations

4 warnings
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.