minor fixes #55
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: simon-k/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
|
src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
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.
|
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.
|
tests/EvenireDB.Tests/LRUCacheTests.cs#L83
Cannot convert null literal to non-nullable reference type.
|
tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
|
tests/EvenireDB.Tests/EventsProviderTests.cs#L38
Dereference of a possibly null reference.
|
tests/EvenireDB.Tests/EventsProviderTests.cs#L58
Dereference of a possibly null reference.
|
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)
|
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)
|
This job succeeded
Loading