optimize code #35
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Nager.Authentication.Abstraction/Entities/UserEntity.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Entities/UserEntity.cs#L12
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Entities/UserEntity.cs#L24
Non-nullable property 'PasswordSalt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/MfaInformation.cs#L6
Non-nullable property 'ActivationQrCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserChangePasswordRequest.cs#L5
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserCreateRequest.cs#L5
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserCreateRequest.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserInfo.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserInfo.cs#L9
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.Authentication.Abstraction/Models/UserInfoWithPassword.cs#L5
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|