testing memory pressure #114
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:
src/EvenireDB.Client/GrpcEventsClient.cs#L33
Converting null literal or possible null value to non-nullable type.
|
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.Benchmark/EventsProviderBenckmarks.cs#L17
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
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.
|
build:
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:
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L8
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|