Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #771
Annotations
10 warnings
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)
|
Loading