Merge pull request #13 from mizrael/file-storage #113
Annotations
11 warnings
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 and test:
src/EvenireDB.Client/GrpcEventsClient.cs#L33
Converting null literal or possible null value to non-nullable type.
|
Build and test:
src/EvenireDB/Utils/LRUCache.cs#L63
Dereference of a possibly null reference.
|
Build and test:
src/EvenireDB/Utils/LRUCache.cs#L124
Dereference of a possibly null reference.
|
Build and test:
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 and test:
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 and test:
tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build and test:
tests/EvenireDB.Tests/LRUCacheTests.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Build and test:
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 and test:
samples/EvenireDB.Samples.TemperatureSensors/Settings.cs#L3
Non-nullable property 'SensorIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L67
Argument of type 'Reading?[]' cannot be used for parameter 'readings' of type 'Reading[]' in 'Sensor.Sensor(Guid id, Reading[]? readings)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading