Skip to content

[GitHub Actions] Make PR validation run on Linux only #9

[GitHub Actions] Make PR validation run on Linux only

[GitHub Actions] Make PR validation run on Linux only #9

Triggered via pull request March 29, 2024 14:12
Status Success
Total duration 7m 32s
Artifacts

pr_validation.yaml

on: pull_request
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/Journal/EventStoreJournal.cs#L27
Non-nullable property 'Stash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L27
Non-nullable field '_eventAdapter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L109
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)'.