Increase Vision file size limit to 300KB #224
Annotations
20 warnings
Deploy
The variable 'exc' is declared but never used
|
Deploy
Possible null reference argument for parameter 'prompt' in 'Task<byte[]> ImageGenerationBot.GenerateImageAsync(string prompt, CancellationToken cancellationToken)'.
|
Deploy
Non-nullable field '_botClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy
Non-nullable field '_currentMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy
Possible null reference argument for parameter 'message' in 'Task<Message?> OpenAI.ChatWithSarcasticBotAsync(ITelegramBotClient botClient, IServiceProvider serviceProvider, Message message, string callSign, CancellationToken cancellationToken)'.
|
Deploy
Field 'BotControllerBase._currentMessage' is never assigned to, and will always have its default value null
|
Deploy
Field 'BotControllerBase._botClient' is never assigned to, and will always have its default value null
|
Deploy
Field 'BotControllerBase._logger' is never assigned to, and will always have its default value null
|
Deploy
The variable 'exc' is declared but never used
|
Build:
BotNet.Services/BotCommands/OpenAI.cs#L931
The variable 'exc' is declared but never used
|
Build:
BotNet/Controllers/BotControllerBase.cs#L12
Non-nullable field '_botClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BotNet/Controllers/BotControllerBase.cs#L13
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BotNet/Controllers/BotControllerBase.cs#L14
Non-nullable field '_currentMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BotNet/Controllers/ArtController.cs#L26
Possible null reference argument for parameter 'prompt' in 'Task<byte[]> ImageGenerationBot.GenerateImageAsync(string prompt, CancellationToken cancellationToken)'.
|
Build:
BotNet/Bot/UpdateHandler.cs#L135
Possible null reference argument for parameter 'message' in 'Task<Message?> OpenAI.ChatWithSarcasticBotAsync(ITelegramBotClient botClient, IServiceProvider serviceProvider, Message message, string callSign, CancellationToken cancellationToken)'.
|
Build:
BotNet/Controllers/BotControllerBase.cs#L14
Field 'BotControllerBase._currentMessage' is never assigned to, and will always have its default value null
|
Build:
BotNet/Controllers/BotControllerBase.cs#L12
Field 'BotControllerBase._botClient' is never assigned to, and will always have its default value null
|
Build:
BotNet/Controllers/BotControllerBase.cs#L13
Field 'BotControllerBase._logger' is never assigned to, and will always have its default value null
|
Build:
BotNet.Services/BotCommands/OpenAI.cs#L931
The variable 'exc' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading