Skip to content

Merge pull request #38 from sentemon/workout-service #54

Merge pull request #38 from sentemon/workout-service

Merge pull request #38 from sentemon/workout-service #54

Triggered via push January 29, 2025 20:26
Status Success
Total duration 1m 53s
Artifacts

post.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/WorkoutExercise.cs#L11
Non-nullable property 'Workout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/WorkoutExercise.cs#L11
Non-nullable property 'Exercise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/Set.cs#L12
Non-nullable property 'Exercise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/Workout.cs#L20
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/WorkoutExercise.cs#L11
Non-nullable property 'Workout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/WorkoutExercise.cs#L11
Non-nullable property 'Exercise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/Set.cs#L12
Non-nullable property 'Exercise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: backend/src/WorkoutService/WorkoutService.Domain/Entities/Workout.cs#L20
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.