userId fix #75
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/Expense.cs#L16
Non-nullable property 'PaymentMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/Expense.cs#L17
Non-nullable property 'PaymentLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/Expense.cs#L18
Non-nullable property 'Documents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/Expense.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/Expense.cs#L27
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/Expense.cs#L28
Non-nullable property 'ExpenseCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseApplication/Infrastructure/Entities/ExpenseCategory.cs#L11
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|