Skip to content

added semaphore to writer #117

added semaphore to writer

added semaphore to writer #117

Triggered via push June 7, 2024 20:45
Status Success
Total duration 43s
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/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: tests/EvenireDB.Tests/LRUCacheTests.cs#L82
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/EventIdTests.cs#L12
Null should not be used for type parameter 'text' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: src/EvenireDB.Benchmark/EventsProviderBenckmarks.cs#L17
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: src/EvenireDB.Client/GrpcEventsClient.cs#L33
Converting null literal or possible null value to non-nullable type.