Skip to content

Update ServiceExtensions.cs #34

Update ServiceExtensions.cs

Update ServiceExtensions.cs #34

Triggered via push December 16, 2023 16:04
Status Failure
Total duration 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Core/Options/JwtOptions.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L6
Non-nullable property 'ValidIssuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L7
Non-nullable property 'ValidAudience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L5
Non-nullable property 'DemoUserPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L6
Non-nullable property 'AdminPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Repository/ApplicationContext.cs#L9
Non-nullable property 'Exercises' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Repository/ApplicationContext.cs#L9
Non-nullable property 'Workouts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Repository/ApplicationContext.cs#L9
Non-nullable property 'WorkoutExercises' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Repository/ApplicationContext.cs#L9
Non-nullable property 'WorkoutExerciseSets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.