Update nuget version in config #38
Annotations
10 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run dotnet build --configuration Release:
PowerBot.Lite/CoreBot.cs#L102
'TelegramBotClientExtensions.GetMeAsync(ITelegramBotClient, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use GetMe instead'
|
Run dotnet build --configuration Release:
PowerBot.Lite/HandlerInvokers/MessageInvoker.cs#L29
'TelegramBotClientExtensions.SendChatActionAsync(ITelegramBotClient, ChatId, ChatAction, int?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendChatAction instead'
|
Run dotnet build --configuration Release:
Example/BotHandler.cs#L28
'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'
|
Run dotnet build --configuration Release:
Example/BotHandler.cs#L34
'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'
|
Run dotnet build --configuration Release:
PowerBot.Lite/CoreBot.cs#L102
'TelegramBotClientExtensions.GetMeAsync(ITelegramBotClient, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use GetMe instead'
|
Run dotnet build --configuration Release:
PowerBot.Lite/HandlerInvokers/MessageInvoker.cs#L29
'TelegramBotClientExtensions.SendChatActionAsync(ITelegramBotClient, ChatId, ChatAction, int?, string?, CancellationToken)' is obsolete: 'We removed all Async suffix from method names. Use SendChatAction instead'
|
Run dotnet build --configuration Release:
Example/BotHandler.cs#L28
'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'
|
Run dotnet build --configuration Release:
Example/BotHandler.cs#L34
'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'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading