Skip to content

Folders renamed

Folders renamed #43

Triggered via push January 27, 2024 22:14
Status Success
Total duration 39s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/library/Telegram.BotAPI/AvailableTypes/Chat.cs#L13
'ITelegramChat' is obsolete
build: src/library/Telegram.BotAPI/Sugar Library/BotProperties.cs#L25
Cannot convert null literal to non-nullable reference type.
build: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberAdministrator.cs#L27
'ChatMemberAdministrator.User' hides inherited member 'ChatMember.User'. Use the new keyword if hiding was intended.
build: src/library/Telegram.BotAPI/AvailableTypes/Location.cs#L11
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/InlineMode/InlineQueryResult/InlineQueryResultLocation.cs#L12
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/AvailableTypes/User.cs#L11
'ITelegramUser' is obsolete
build: src/library/Telegram.BotAPI/InlineMode/InputMessageContent/InputLocationMessageContent.cs#L11
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/InlineMode/InputMessageContent/InputLocationMessageContent.cs#L28
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/BotClient.cs#L52
Cannot convert null literal to non-nullable reference type.
build: src/library/Telegram.BotAPI/AvailableTypes/WebAppData.cs#L18
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.