Skip to content

Bump Telegram.Bot from 19.0.0 to 22.0.2 #1202

Bump Telegram.Bot from 19.0.0 to 22.0.2

Bump Telegram.Bot from 19.0.0 to 22.0.2 #1202

Triggered via pull request November 22, 2024 18:18
Status Success
Total duration 1m 39s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: GrammarNazi.Core/Utilities/TelegramUpdateHandler.cs#L101
'TelegramBotClientExtensions.SendChatActionAsync(ITelegramBotClient, ChatId, ChatAction, int?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendChatAction instead'
build: GrammarNazi.Core/Utilities/TelegramUpdateHandler.cs#L114
'TelegramBotClientExtensions.SendTextMessageAsync(ITelegramBotClient, ChatId, string, int?, ParseMode, IEnumerable<MessageEntity>?, LinkPreviewOptions?, bool, bool, bool, string?, ReplyParameters?, IReplyMarkup?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendMessage instead'
build: GrammarNazi.Core/Utilities/TelegramUpdateHandler.cs#L156
'TelegramBotClientExtensions.SendTextMessageAsync(ITelegramBotClient, ChatId, string, int?, ParseMode, IEnumerable<MessageEntity>?, LinkPreviewOptions?, bool, bool, bool, string?, ReplyParameters?, IReplyMarkup?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendMessage instead'
build: GrammarNazi.Core/Utilities/TelegramBotClientWrapper.cs#L23
'TelegramBotClientExtensions.DeleteMessageAsync(ITelegramBotClient, ChatId, int, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use DeleteMessage instead'
build: GrammarNazi.Core/Utilities/TelegramBotClientWrapper.cs#L28
'TelegramBotClientExtensions.GetChatAdministratorsAsync(ITelegramBotClient, ChatId, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use GetChatAdministrators instead'
build: GrammarNazi.Core/Utilities/TelegramBotClientWrapper.cs#L33
'TelegramBotClientExtensions.GetMeAsync(ITelegramBotClient, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use GetMe instead'
build: GrammarNazi.Core/Utilities/TelegramBotClientWrapper.cs#L38
'TelegramBotClientExtensions.SendChatActionAsync(ITelegramBotClient, ChatId, ChatAction, int?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendChatAction instead'
build: GrammarNazi.Core/Utilities/TelegramBotClientWrapper.cs#L43
'TelegramBotClientExtensions.SendTextMessageAsync(ITelegramBotClient, ChatId, string, int?, ParseMode, IEnumerable<MessageEntity>?, LinkPreviewOptions?, bool, bool, bool, string?, ReplyParameters?, IReplyMarkup?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendMessage instead'
build: GrammarNazi.Core/Services/CatchExceptionService.cs#L118
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: GrammarNazi.App/HostedServices/Twitter/BaseTwitterHostedService.cs#L115
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)