refactoring #34
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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:
tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference 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/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:
tests/EvenireDB.Tests/StreamTypeTests.cs#L10
Null should not be used for type parameter 'value' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|