Skip to content

♻️refactor: update tests to use new paged service method names #5

♻️refactor: update tests to use new paged service method names

♻️refactor: update tests to use new paged service method names #5

Triggered via push December 16, 2025 14:31
Status Success
Total duration 1m 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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.