commit #71
Annotations
10 warnings
build:
ExpenseApplication/Infrastructure/Token/JwtConfig.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Token/JwtConfig.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Token/JwtConfig.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L15
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L16
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L17
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L18
Non-nullable property 'Iban' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/User.cs#L19
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|