Skip to content

Add support to scheduler message #5486

Add support to scheduler message

Add support to scheduler message #5486

Triggered via pull request January 20, 2025 15:26
Status Failure
Total duration 2m 8s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerPost<TRequest>(TimeSpan, TRequest, RequestContext?)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerPost<TRequest>(DateTimeOffset, TRequest, RequestContext?)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerAsync<TRequest>(TimeSpan, TRequest, RequestContext?, bool, CancellationToken)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerAsync<TRequest>(DateTimeOffset, TRequest, RequestContext?, bool, CancellationToken)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerPost<TRequest>(TimeSpan, TRequest, RequestContext?)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerPost<TRequest>(DateTimeOffset, TRequest, RequestContext?)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerAsync<TRequest>(TimeSpan, TRequest, RequestContext?, bool, CancellationToken)'
build: tests/Paramore.Brighter.Core.Tests/MessageDispatch/TestDoubles/SpyCommandProcessor.cs#L57
'SpyCommandProcessor' does not implement interface member 'IAmACommandProcessor.SchedulerAsync<TRequest>(DateTimeOffset, TRequest, RequestContext?, bool, CancellationToken)'
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L8
Non-nullable property 'Greetings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Person.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Greeting.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L36
Converting null literal or possible null value to non-nullable type.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L38
Possible null reference argument for parameter 'person' in 'FindPersonResult.FindPersonResult(Person person)'.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L52
Converting null literal or possible null value to non-nullable type.
build: samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/DeletePersonHandlerAsync.cs#L44
Converting null literal or possible null value to non-nullable type.
build: samples/WebAPI/WebAPI_Dapper/SalutationApp/Entities/Salutation.cs#L11
Non-nullable property 'Greeting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/WebAPI/WebAPI_Dapper/SalutationApp/Handlers/GreetingMadeHandlerAsync.cs#L42
Converting null literal or possible null value to non-nullable type.