updated deployment scripts #82
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/IEventsProvider.cs#L9
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
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.
|