first commit #122
Annotations
2 errors and 10 warnings
build
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
|
build
The operation was canceled.
|
build:
src/EvenireDB/ExtentInfoProvider.cs#L45
Possible null reference return.
|
build:
src/EvenireDB/Persistence/EventsProvider.cs#L27
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/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
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:
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:
tests/EvenireDB.Tests/LRUCacheTests.cs#L83
Cannot convert null literal to non-nullable reference type.
|
build:
tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
tests/EvenireDB.Tests/EventsProviderTests.cs#L37
Dereference of a possibly null reference.
|