Solved removing refresh token from the db ubon adding/requesting a ne… #68
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
server/src/Todo.Core/DTOs/AccountDTOs/UserDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Core/DTOs/AccountDTOs/UserDto.cs#L16
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Core/DTOs/AccountDTOs/UserDto.cs#L21
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Core/DTOs/AccountDTOs/UserDto.cs#L26
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Core/DTOs/AccountDTOs/UserDto.cs#L31
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Infrastructure/Configurations/JwtConfigurations.cs#L5
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Infrastructure/Configurations/JwtConfigurations.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Infrastructure/Configurations/JwtConfigurations.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/src/Todo.Infrastructure/Repositories/Cached/CachedListRepository.cs#L53
Possible null reference argument for parameter 'userId' in 'Task CachedListRepository.UpdateAllListsInCache(string userId)'.
|
Build:
server/src/Todo.Infrastructure/Services/AuthenticationService.cs#L151
Dereference of a possibly null reference.
|
Loading