Skip to content

CSV-1063 & CSV-1064 update packages #26

CSV-1063 & CSV-1064 update packages

CSV-1063 & CSV-1064 update packages #26

Triggered via pull request January 15, 2025 06:04
Status Success
Total duration 1m 2s
Artifacts

akkaTests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Akka.Persistence.RavenDB/Query/ContinuousQuery/ObservableExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Akka.Persistence.RavenDB/Query/ContinuousQuery/ObservableExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Akka.Persistence.RavenDB/Journal/Types/UniqueActor.cs#L6
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/EventMetadata.cs#L6
Non-nullable field 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/EventMetadata.cs#L7
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/RavenDbJournal.cs#L33
Non-nullable property 'Stash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L32
Possible null reference assignment.
build: src/Akka.Persistence.RavenDB/Snapshot/RavenDbSnapshotStore.cs#L23
Non-nullable property 'Stash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Akka.Persistence.RavenDB/Snapshot/Types/Snapshot.cs#L10
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Snapshot/Types/Snapshot.cs#L11
Non-nullable field 'Manifest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Query/ContinuousQuery/ObservableExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Akka.Persistence.RavenDB/Query/ContinuousQuery/ObservableExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Akka.Persistence.RavenDB/Journal/Types/UniqueActor.cs#L6
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/EventMetadata.cs#L6
Non-nullable field 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/EventMetadata.cs#L7
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L32
Possible null reference assignment.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L8
Non-nullable field 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L9
Non-nullable field 'PersistenceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L11
Non-nullable field 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Akka.Persistence.RavenDB/Journal/Types/Event.cs#L14
Non-nullable field 'WriterGuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.