Skip to content

chore: Code refinement, example updates, and documentation enhancement #35

chore: Code refinement, example updates, and documentation enhancement

chore: Code refinement, example updates, and documentation enhancement #35

Triggered via push January 8, 2024 05:09
Status Failure
Total duration 41s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/library/Telegram.BotAPI/Available Types/Chat.cs#L13
'ITelegramChat' is obsolete
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/Sugar Library/BotProperties.cs#L25
Cannot convert null literal to non-nullable reference type.
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/Inline mode/InlineQueryResult/InlineQueryResultLocation.cs#L12
'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/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/BotClient.cs#L52
Cannot convert null literal to non-nullable reference type.
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.