Skip to content

version increased

version increased #34

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

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/Nager.Authentication/Services/UserAccountService.cs#L34
The type or namespace name 'NullLogger<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/Nager.Authentication/Services/UserAccountService.cs#L34
The type or namespace name 'NullLogger<>' could not be found (are you missing a using directive or an assembly reference?)
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/AuthenticationResult.cs#L6
Non-nullable property 'MfaIdentifier' 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/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/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/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/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.