Merge pull request #38 from sentemon/workout-service #12
file.yml
on: push
build-and-test
34s
docker
31s
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/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/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/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/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/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.
|