Skip to content

minor fixes

minor fixes #123

Triggered via push June 9, 2024 22:25
Status Success
Total duration 44s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/EvenireDB/ExtentInfoProvider.cs#L45
Possible null reference return.
build: src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
build: src/EvenireDB/Persistence/EventsProvider.cs#L48
Possible null reference argument for parameter 'extentInfo' in 'IAsyncEnumerable<RawHeader> IDataRepository.AppendAsync(ExtentInfo extentInfo, IEnumerable<Event> events, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/EvenireDB/StreamInfoProvider.cs#L68
Dereference of a possibly null reference.
build: src/EvenireDB.Client/GrpcEventsClient.cs#L33
Converting null literal or possible null value to non-nullable type.
build: src/EvenireDB.Benchmark/EventsProviderBenckmarks.cs#L15
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/EvenireDB.Benchmark/GetBytesBenchmark.cs#L7
Non-nullable field '_input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/EvenireDB.Tests/EventsProviderTests.cs#L37
Dereference of a possibly null reference.
build: tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
build: tests/EvenireDB.Tests/EventsProviderTests.cs#L57
Dereference of a possibly null reference.