added Stream type #18
Merged
Annotations
10 warnings
src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
|
src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
|
src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
samples/EvenireDB.Samples.TemperatureSensors/Settings.cs#L5
Non-nullable property 'SensorIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
samples/EvenireDB.Samples.TemperatureSensors/Sensor.cs#L28
Argument of type 'Reading?[]' cannot be used for parameter 'readings' of type 'Reading[]' in 'Sensor.Sensor(Guid id, Reading[]? readings)' due to differences in the nullability of reference types.
|
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L9
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L15
The type 'EvenireDB.Samples.TemperatureSensors.Settings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'EvenireDB.Samples.TemperatureSensors.Settings?' doesn't match 'class' constraint.
|
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L17
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
|
src/EvenireDB.AdminUI/Program.cs#L12
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
|
src/EvenireDB.AdminUI/Shared/StreamRow.razor#L49
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading