Skip to content

Update README.md

Update README.md #2

Triggered via push November 2, 2024 10:49
Status Success
Total duration 21s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: StateMachine/Transition.cs#L57
Cannot convert null literal to non-nullable reference type.
build: StateMachine/Transition.cs#L77
Possible null reference argument for parameter 'other' in 'bool Transition<TStateEnum, TEventEnum, TEventData>.Equals(Transition<TStateEnum, TEventEnum, TEventData> other)'.
build: StateMachine.Tests/UnitTest1.cs#L718
Non-nullable property 'Prop2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: StateMachine.Tests/UnitTest1.cs#L373
Dereference of a possibly null reference.
build: StateMachine.Tests/UnitTest1.cs#L375
Argument of type 'Func<It.IsAnyType, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<It.IsAnyType, Exception?, string>' in 'void ILogger.Log<IsAnyType>(LogLevel logLevel, EventId eventId, IsAnyType state, Exception? exception, Func<IsAnyType, Exception?, string> formatter)' due to differences in the nullability of reference types.
build: StateMachine.Tests/UnitTest1.cs#L399
Cannot convert null literal to non-nullable reference type.
build: StateMachine.Tests/UnitTest1.cs#L538
Cannot convert null literal to non-nullable reference type.
build: StateMachine.Tests/UnitTest1.cs#L655
Cannot convert null literal to non-nullable reference type.
build: StateMachine/Transition.cs#L57
Cannot convert null literal to non-nullable reference type.
build: StateMachine/Transition.cs#L77
Possible null reference argument for parameter 'other' in 'bool Transition<TStateEnum, TEventEnum, TEventData>.Equals(Transition<TStateEnum, TEventEnum, TEventData> other)'.