Bump Akka from 1.4.0-beta1 to 1.4.0-beta3 #6
Annotations
3 errors and 20 warnings
Test-windows-latest
Process completed with exit code 1.
|
Test-ubuntu-latest
The job was canceled because "windows-latest" failed.
|
Test-ubuntu-latest
The operation was canceled.
|
Test-windows-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-windows-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-windows-latest:
src/Akka.Persistence.EventStore/DefaultEventAdapter.cs#L90
Possible null reference return.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L51
Possible null reference return.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L67
Possible null reference return.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L184
Converting null literal or possible null value to non-nullable type.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L206
Converting null literal or possible null value to non-nullable type.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreSubscription.cs#L85
Possible null reference argument for parameter 'item' in 'bool ICollection<EventStoreCatchUpSubscription>.Remove(EventStoreCatchUpSubscription item)'.
|
Test-windows-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreSubscription.cs#L95
Cannot convert null literal to non-nullable reference type.
|
Test-windows-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/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/DefaultEventAdapter.cs#L90
Possible null reference return.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L51
Possible null reference return.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L67
Possible null reference return.
|
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/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.
|