Bump Akka.Persistence and Akka #3
Annotations
2 errors and 10 warnings
|
dotnet test
The operation was canceled.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L51
Possible null reference return.
|
dotnet build:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L67
Possible null reference return.
|
dotnet build:
src/Akka.Persistence.EventStore/DefaultEventAdapter.cs#L90
Possible null reference return.
|
dotnet build:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L184
Converting null literal or possible null value to non-nullable type.
|
dotnet build:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L206
Converting null literal or possible null value to non-nullable type.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
src/Akka.Persistence.EventStore/Snapshot/EventStoreSnapshotStore.cs#L16
Non-nullable field 'Snapshot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading