updated runner os #18
Annotations
1 error and 10 warnings
|
build
The operation was canceled.
|
|
build:
src/EvenireDB.AdminUI/Shared/StreamRow.razor#L37
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/EvenireDB.AdminUI/Shared/StreamRow.razor#L33
Non-nullable field '_deleteStreamModal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/EvenireDB.AdminUI/Shared/StreamRow.razor#L49
Cannot convert null literal to non-nullable reference type.
|
|
build:
tools/EvenireDB.Tools.EventsGenerator/Program.cs#L85
Possible null reference argument for parameter 'value' in 'StreamType.implicit operator StreamType(string value)'.
|
|
build:
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.
|
|
build:
samples/EvenireDB.Samples.TemperatureSensors/Settings.cs#L5
Non-nullable property 'SensorIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
|
build:
src/EvenireDB/Persistence/DataRepository.cs#L19
Async-iterator 'DataRepository.ReadAsync(ExtentInfo, IAsyncEnumerable<RawHeader>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build:
src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
|