Update password and username validation when registering #29
Annotations
2 errors and 10 warnings
build
The run was canceled by @astijusar.
|
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.
|