Skip to content

Update readme.md

Update readme.md #38

Triggered via push June 20, 2024 14:48
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
build: src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
build: src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
build: tests/EvenireDB.Tests/DataFixture.cs#L5
Non-nullable field '_baseDataPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/EvenireDB.Tests/StreamInfoProviderTests.cs#L25
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: tests/EvenireDB.Tests/EventsProviderTests.cs#L38
Dereference of a possibly null reference.
build: tests/EvenireDB.Tests/EventsProviderTests.cs#L58
Dereference of a possibly null reference.
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/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)