testing async iterators #111
Annotations
3 errors and 11 warnings
build:
src/EvenireDB/FileEventsRepository.cs#L10
'FileEventsRepository' does not implement interface member 'IEventsRepository.ReadAsync(Guid, CancellationToken)'. 'FileEventsRepository.ReadAsync(Guid, CancellationToken)' cannot implement 'IEventsRepository.ReadAsync(Guid, CancellationToken)' because it does not have the matching return type of 'IAsyncEnumerable<Event>'.
|
build:
src/EvenireDB/FileEventsRepository.cs#L10
'FileEventsRepository' does not implement interface member 'IEventsRepository.ReadAsync(Guid, CancellationToken)'. 'FileEventsRepository.ReadAsync(Guid, CancellationToken)' cannot implement 'IEventsRepository.ReadAsync(Guid, CancellationToken)' because it does not have the matching return type of 'IAsyncEnumerable<Event>'.
|
build
Process completed with exit code 1.
|
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.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#L12
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/FileEventsRepository.cs#L79
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.Client/GrpcEventsClient.cs#L33
Converting null literal or possible null value to non-nullable type.
|
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.
|