Bump XtremeIdiots.CallOfDuty.DemoReader from 1.1.11.1 to 1.1.16.1 in /src #258
Annotations
10 warnings
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L56
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L79
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L102
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L126
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L162
Nullability of reference types in value of type 'List<UserProfileDto?>' doesn't match target type 'List<UserProfileDto>'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L201
Argument of type 'List<UserProfile?>' cannot be used for parameter 'entities' of type 'IEnumerable<UserProfile>' in 'Task DbSet<UserProfile>.AddRangeAsync(IEnumerable<UserProfile> entities, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/UserProfileController.cs#L277
Argument of type 'List<UserProfileClaim?>' cannot be used for parameter 'entities' of type 'IEnumerable<UserProfileClaim>' in 'Task DbSet<UserProfileClaim>.AddRangeAsync(IEnumerable<UserProfileClaim> entities, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/ChatMessagesController.cs#L58
Possible null reference argument for parameter 'result' in 'ApiResponseDto<ChatMessageDto>.ApiResponseDto(HttpStatusCode statusCode, ChatMessageDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/AdminActionsController.cs#L58
Possible null reference argument for parameter 'result' in 'ApiResponseDto<AdminActionDto>.ApiResponseDto(HttpStatusCode statusCode, AdminActionDto result)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/repository-webapi/Controllers/DemosController.cs#L62
Possible null reference argument for parameter 'result' in 'ApiResponseDto<DemoDto>.ApiResponseDto(HttpStatusCode statusCode, DemoDto result)'.
|
Loading