Bump Akka.Persistence and Akka #18
Annotations
9 errors and 10 warnings
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L69
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L292
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L69
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L292
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L69
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L292
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L69
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Journal/EventStoreJournal.cs#L292
'object' does not contain a definition for 'Match' and no accessible extension method 'Match' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
|
Test-ubuntu-latest
Process completed with exit code 1.
|
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/DefaultSnapshotEventAdapter.cs#L51
Dereference of a possibly null reference.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultSnapshotEventAdapter.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultSnapshotEventAdapter.cs#L52
Possible null reference argument for parameter 'value' in 'JToken.explicit operator long(JToken value)'.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultSnapshotEventAdapter.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultSnapshotEventAdapter.cs#L77
Converting null literal or possible null value to non-nullable type.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultEventAdapter.cs#L82
Dereference of a possibly null reference.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultEventAdapter.cs#L82
Converting null literal or possible null value to non-nullable type.
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/DefaultEventAdapter.cs#L90
Possible null reference return.
|