Optimize summary #36
Annotations
11 warnings
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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
src/Nager.Authentication.Abstraction/Models/UserUpdateNameRequest.cs#L5
Non-nullable property 'Firstname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Nager.Authentication.Abstraction/Models/UserUpdateNameRequest.cs#L6
Non-nullable property 'Lastname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Nager.Authentication.Abstraction/Models/ValidateTokenResult.cs#L6
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading