Basic Set Up for Workout Service #53
Annotations
8 warnings
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Run reusable Build and Test action:
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.
|
Loading