Bump System.ServiceModel.NetTcp from 8.1.0 to 8.1.1 #1223
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|