Skip to content

♻️refactor: refactor service interfaces to separate paged and unpaged… #3

♻️refactor: refactor service interfaces to separate paged and unpaged…

♻️refactor: refactor service interfaces to separate paged and unpaged… #3

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

dotnet.yml

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

Annotations

9 errors and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: EventFlow.Presentation/Controllers/EventController.cs#L128
No overload for method 'GetAllEventsAsync' takes 1 arguments
build-and-test: EventFlow.Presentation/Controllers/OrganizerController.cs#L157
No overload for method 'GetAllOrganizersAsync' takes 1 arguments
build-and-test: EventFlow.Presentation/Controllers/ParticipantController.cs#L156
'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.Presentation/Controllers/SpeakerController.cs#L151
No overload for method 'GetAllSpeakersAsync' takes 1 arguments
build-and-test: EventFlow.Presentation/Controllers/EventController.cs#L128
No overload for method 'GetAllEventsAsync' takes 1 arguments
build-and-test: EventFlow.Presentation/Controllers/OrganizerController.cs#L157
No overload for method 'GetAllOrganizersAsync' takes 1 arguments
build-and-test: EventFlow.Presentation/Controllers/ParticipantController.cs#L156
'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.Presentation/Controllers/SpeakerController.cs#L151
No overload for method 'GetAllSpeakersAsync' 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/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.
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.