RavenDB-23743 Extend the configuration options #33
Annotations
1 error and 20 warnings
build
Process completed with exit code 1.
|
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.
|
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.
|