Skip to content

minor fixes

minor fixes #71

Triggered via push November 5, 2025 16:38
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: tools/EvenireDB.Tools.Benchmark/RestApiBenchmark.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: tools/EvenireDB.Tools.Benchmark/GrpcApiBenchmark.cs#L23
Non-nullable field '_events' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: tools/EvenireDB.Tools.Benchmark/RestApiBenchmark.cs#L22
Non-nullable field '_events' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: tests/EvenireDB.Server.Tests/IncomingEventsSubscriberTests.cs#L25
Possible null reference assignment.
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)'.