Skip to content

[GitHub Actions] Make PR validation run on Linux only (#27) #10

[GitHub Actions] Make PR validation run on Linux only (#27)

[GitHub Actions] Make PR validation run on Linux only (#27) #10

Triggered via push March 29, 2024 14:27
Status Success
Total duration 7m 37s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L28
Non-nullable field '_conn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L28
Non-nullable field '_snapshotAdapter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L184
Converting null literal or possible null value to non-nullable type.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L206
Converting null literal or possible null value to non-nullable type.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Journal/EventStoreSubscription.cs#L85
Possible null reference argument for parameter 'item' in 'bool ICollection<EventStoreCatchUpSubscription>.Remove(EventStoreCatchUpSubscription item)'.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Journal/EventStoreSubscription.cs#L95
Cannot convert null literal to non-nullable reference type.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L27
Non-nullable property 'Stash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.