Skip to content

Merge pull request #10 from mizrael/memory-consumption #79

Merge pull request #10 from mizrael/memory-consumption

Merge pull request #10 from mizrael/memory-consumption #79

Triggered via push October 23, 2023 19:12
Status Success
Total duration 1m 26s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/EvenireDB.Grpc/obj/Debug/net8.0/Events.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/EvenireDB.Grpc/obj/Debug/net8.0/Events.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/EvenireDB.Grpc/obj/Debug/net8.0/Events.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/EvenireDB.Grpc/obj/Debug/net8.0/Events.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/EvenireDB.Grpc/obj/Debug/net8.0/EventsGrpc.cs#L8
The type name 'grpc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/EvenireDB/Utils/LRUCache.cs#L65
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L126
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L11
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#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L66
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.