Skip to content

Add MfaActive to UserInfo #33

Add MfaActive to UserInfo

Add MfaActive to UserInfo #33

Triggered via push July 10, 2024 08:59
Status Failure
Total duration 1m 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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/Models/AuthenticationRequest.cs#L11
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/AuthenticationRequest.cs#L16
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/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/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/ValidateTokenResult.cs#L6
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/UserUpdateNameRequest.cs#L5
Non-nullable property 'Firstname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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.
build: src/Nager.Authentication.Abstraction/Models/AuthenticationResult.cs#L6
Non-nullable property 'MfaIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.