Skip to content

updated the docker files for the server, and updated the error in the… #56

updated the docker files for the server, and updated the error in the…

updated the docker files for the server, and updated the error in the… #56

Triggered via push January 10, 2025 16:35
Status Success
Total duration 41s
Artifacts

dotnet-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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#L8
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#L13
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#L18
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#L23
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#L28
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.Core/DTOs/AccountDTOs/UserDto.cs#L3
Missing XML comment for publicly visible type or member 'UserDto'
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)'.