Skip to content

updated workflow

updated workflow #17

Triggered via push November 18, 2025 16:04
Status Failure
Total duration 1m 48s
Artifacts

benchmark.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
Please use Linux-based OS as a runner.
build
Error: Please use Linux-based OS as a runner.
build
Error: EPERM: operation not permitted, unlink 'D:\a\_temp'
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: src/EvenireDB.AdminUI/Program.cs#L12
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
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: tools/EvenireDB.Tools.EventsGenerator/Program.cs#L85
Possible null reference argument for parameter 'value' in 'StreamType.implicit operator StreamType(string value)'.
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)'.