Skip to content

Optimize bruteforce protection, add .net 8 support. cleanup #19

Optimize bruteforce protection, add .net 8 support. cleanup

Optimize bruteforce protection, add .net 8 support. cleanup #19

Triggered via push January 2, 2024 13:06
Status Success
Total duration 1m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Nager.Authentication.Abstraction/Models/AuthenticationRequest.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/AuthenticationRequest.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/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/UserUpdatePasswordRequest.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/UserInfoWithPassword.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/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/UserUpdateNameRequest.cs#L5
Non-nullable property 'Firstname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.