Skip to content

"Deprecate AttachedFile; replace 'attachedFiles' with 'files' in all … #39

"Deprecate AttachedFile; replace 'attachedFiles' with 'files' in all …

"Deprecate AttachedFile; replace 'attachedFiles' with 'files' in all … #39

Triggered via push January 15, 2024 03:53
Status Success
Total duration 49s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/library/Telegram.BotAPI/Available Types/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/Available Types/ChatMember/ChatMemberAdministrator.cs#L27
'ChatMemberAdministrator.User' hides inherited member 'ChatMember.User'. Use the new keyword if hiding was intended.
build: src/library/Telegram.BotAPI/Available Types/Location.cs#L11
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/Available Types/User.cs#L11
'ITelegramUser' is obsolete
build: src/library/Telegram.BotAPI/Inline mode/InlineQueryResult/InlineQueryResultLocation.cs#L12
'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/Inline mode/InputMessageContent/InputLocationMessageContent.cs#L11
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/Inline mode/InputMessageContent/InputLocationMessageContent.cs#L28
'ILocation' is obsolete: 'The interface is obsolete. Don't use it.'
build: src/library/Telegram.BotAPI/Available Types/WebAppData.cs#L18
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.