.NET #26
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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.
|