♻️refactor: update controllers to use paged service methods #4
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.
|