Bump MxIO.ApiClient.WebExtensions and MxIO.ApiClient.Abstractions in /src #249
Annotations
10 warnings
src/repository-webapi/Controllers/GameServersEventsController.cs#L70
Dereference of a possibly null reference.
|
src/repository-webapi/Controllers/GameServersEventsController.cs#L73
Argument of type 'List<GameServerEvent?>' cannot be used for parameter 'entities' of type 'IEnumerable<GameServerEvent>' in 'Task DbSet<GameServerEvent>.AddRangeAsync(IEnumerable<GameServerEvent> entities, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
|
src/repository-webapi/Controllers/GameServersController.cs#L58
Possible null reference argument for parameter 'result' in 'ApiResponseDto<GameServerDto>.ApiResponseDto(HttpStatusCode statusCode, GameServerDto result)'.
|
src/repository-webapi/Controllers/BanFileMonitorsController.cs#L57
Possible null reference argument for parameter 'result' in 'ApiResponseDto<BanFileMonitorDto>.ApiResponseDto(HttpStatusCode statusCode, BanFileMonitorDto result)'.
|
src/repository-webapi/Controllers/DemosController.cs#L62
Possible null reference argument for parameter 'result' in 'ApiResponseDto<DemoDto>.ApiResponseDto(HttpStatusCode statusCode, DemoDto result)'.
|
src/repository-webapi/Controllers/UserProfileController.cs#L56
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
src/repository-webapi/Controllers/ChatMessagesController.cs#L58
Possible null reference argument for parameter 'result' in 'ApiResponseDto<ChatMessageDto>.ApiResponseDto(HttpStatusCode statusCode, ChatMessageDto result)'.
|
src/repository-webapi/Controllers/AdminActionsController.cs#L58
Possible null reference argument for parameter 'result' in 'ApiResponseDto<AdminActionDto>.ApiResponseDto(HttpStatusCode statusCode, AdminActionDto result)'.
|
src/repository-webapi/Controllers/UserProfileController.cs#L79
Possible null reference argument for parameter 'result' in 'ApiResponseDto<UserProfileDto>.ApiResponseDto(HttpStatusCode statusCode, UserProfileDto result)'.
|
src/repository-webapi/Controllers/GameServersStatsController.cs#L71
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading