Changed methods returing types, checks for null #81
Annotations
10 warnings
tests:
Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L68
Possible null reference argument for parameter 'user' in 'UserDto? UserService.MapToUserDto(User user)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/RoleService.cs#L49
Possible null reference argument for parameter 'role' in 'RoleDto? RoleService.MapToRoleDto(Role role)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/ParticipantService.cs#L51
Possible null reference argument for parameter 'participant' in 'ParticipantDto? ParticipantService.MapToParticipantDto(Participant participant)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/CommentService.cs#L53
Possible null reference argument for parameter 'comment' in 'CommentDto? CommentService.MapToCommentDto(Comment comment)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/AddressService.cs#L57
Possible null reference argument for parameter 'address' in 'AddressDto? AddressService.MapToAddressDto(Address address)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L68
Possible null reference argument for parameter 'user' in 'UserDto? UserService.MapToUserDto(User user)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/RoleService.cs#L49
Possible null reference argument for parameter 'role' in 'RoleDto? RoleService.MapToRoleDto(Role role)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/ParticipantService.cs#L51
Possible null reference argument for parameter 'participant' in 'ParticipantDto? ParticipantService.MapToParticipantDto(Participant participant)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/CommentService.cs#L53
Possible null reference argument for parameter 'comment' in 'CommentDto? CommentService.MapToCommentDto(Comment comment)'.
|
tests:
Server/ReasnAPI/ReasnAPI/Services/AddressService.cs#L57
Possible null reference argument for parameter 'address' in 'AddressDto? AddressService.MapToAddressDto(Address address)'.
|