Skip to content

♻️refactor: update controllers to use paged service methods #4

♻️refactor: update controllers to use paged service methods

♻️refactor: update controllers to use paged service methods #4

Re-run triggered December 16, 2025 14:33
Status Failure
Total duration 45s
Artifacts

dotnet.yml

on: push
build-and-test
39s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-test: EventFlow-API.Tests/Services/EventServiceTests.cs#L223
No overload for method 'GetAllEventsAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Services/EventServiceTests.cs#L220
No overload for method 'GetAllEventsAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Services/ParticipantServiceTests.cs#L184
'ParticipantService' does not contain a definition for 'GetAllParticipantsByEventIdAsync' and no accessible extension method 'GetAllParticipantsByEventIdAsync' accepting a first argument of type 'ParticipantService' could be found (are you missing a using directive or an assembly reference?)
build-and-test: EventFlow-API.Tests/Services/ParticipantServiceTests.cs#L177
'IParticipantRepository' does not contain a definition for 'GetAllParticipantsByEventIdAsync' and no accessible extension method 'GetAllParticipantsByEventIdAsync' accepting a first argument of type 'IParticipantRepository' could be found (are you missing a using directive or an assembly reference?)
build-and-test: EventFlow-API.Tests/Controllers/ParticipantControllerTests.cs#L137
'IParticipantService' does not contain a definition for 'GetAllParticipantsByEventIdAsync' and no accessible extension method 'GetAllParticipantsByEventIdAsync' accepting a first argument of type 'IParticipantService' could be found (are you missing a using directive or an assembly reference?)
build-and-test: EventFlow-API.Tests/Services/SpeakerServiceTests.cs#L197
No overload for method 'GetAllSpeakersAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Services/SpeakerServiceTests.cs#L190
No overload for method 'GetAllSpeakersAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Controllers/SpeakerControllerTests.cs#L136
No overload for method 'GetAllSpeakersAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Controllers/OrganizerControllerTests.cs#L136
No overload for method 'GetAllOrganizersAsync' takes 1 arguments
build-and-test: EventFlow-API.Tests/Controllers/EventControllerTests.cs#L116
No overload for method 'GetAllEventsAsync' takes 1 arguments
build-and-test: EventFlow.Core/Models/SpeakerEvent.cs#L8
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Models/SpeakerEvent.cs#L6
Non-nullable property 'Speaker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Commands/OrganizerCommand.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Commands/OrganizerCommand.cs#L5
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-and-test: EventFlow.Core/Commands/ParticipantCommand.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Commands/ParticipantCommand.cs#L5
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-and-test: EventFlow.Core/Commands/SpeakerCommand.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Commands/SpeakerCommand.cs#L5
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-and-test: EventFlow.Core/Commands/EventCommand.cs#L9
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: EventFlow.Core/Commands/EventCommand.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.