Merge pull request #38 from sentemon/workout-service #54
post.yml
on: push
build-and-test
1m 0s
docker
36s
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.
|