Skip to content

cleanup

cleanup #100

Triggered via push January 20, 2024 22:07
Status Success
Total duration 46s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/EvenireDB/IEventsProvider.cs#L12
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
build: src/EvenireDB/Utils/LRUCache.cs#L63
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L124
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L9
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EvenireDB/Utils/LRUCache.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property 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: src/EvenireDB.Benchmark/RawEventHeaderSerializationBenchmark.cs#L10
Non-nullable field '_headers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/EvenireDB.Benchmark/RawEventHeaderSerializationBenchmark.cs#L11
Non-nullable field '_buffer' 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: src/EvenireDB.Benchmark/FileEventsRepositoryWriteBenckmarks.cs#L11
Non-nullable field '_repoConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.