Enhance game maintenance and duplicate handling features #775
Annotations
10 warnings
|
build:
hasheous-lib/Classes/Auth/Models/UserViewModel.cs#L6
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/UserViewModel.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L13
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L16
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L14
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L11
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyPhoneNumberViewModel.cs#L16
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Models/VerifyPhoneNumberViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
hasheous-lib/Classes/Auth/Classes/RoleStore.cs#L67
Nullability of reference types in return type of 'Task<ApplicationRole> RoleStore.FindByIdAsync(string roleId, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task<ApplicationRole?> IRoleStore<ApplicationRole>.FindByIdAsync(string roleId, CancellationToken cancellationToken)'.
|