Skip to content

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 #1226

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 #1226

Triggered via pull request December 23, 2024 10:17
Status Success
Total duration 49s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)