Skip to content

refactoring

refactoring #91

Triggered via push December 12, 2023 02:52
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/EvenireDB.Client/Event.cs#L36
Argument 1: cannot convert from 'System.Guid' to 'EvenireDB.Client.EventId'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L6
Argument 1: cannot convert from 'ulong' to 'long'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L6
Argument 2: cannot convert from 'ushort' to 'short'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L9
Argument 1: cannot convert from 'long' to 'ulong'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L9
Argument 2: cannot convert from 'short' to 'ushort'
build: src/EvenireDB.Server/Grpc/EventsService.cs#L32
Cannot implicitly convert type 'string' to 'GrpcEvents.EventId'
build: src/EvenireDB.Server/Grpc/EventsService.cs#L47
Argument 1: cannot convert from 'GrpcEvents.EventId' to 'string'
build: src/EvenireDB.Client/Event.cs#L36
Argument 1: cannot convert from 'System.Guid' to 'EvenireDB.Client.EventId'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L6
Argument 1: cannot convert from 'ulong' to 'long'
build: src/EvenireDB.Server/DTO/EventDTO.cs#L6
Argument 2: cannot convert from 'ushort' to 'short'
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#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/Utils/LRUCache.cs#L63
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L124
Dereference of a possibly null reference.