Skip to content

refactor: Improve codebase #33

refactor: Improve codebase

refactor: Improve codebase #33

Triggered via push January 6, 2024 18:01
Status Success
Total duration 41s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/library/Telegram.BotAPI/Available Types/Chat.cs#L11
'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/Available Types/User.cs#L11
'ITelegramUser' is obsolete
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.
build: src/library/Telegram.BotAPI/Available Types/WebAppData.cs#L24
Non-nullable property 'ButtonText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/library/Telegram.BotAPI/Available Types/VideoChatParticipantsInvited.cs#L16
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/library/Telegram.BotAPI/Available Types/BotCommandScope/BotCommandScopeChatAdministrators.cs#L14
Non-nullable property 'ChatId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/library/Telegram.BotAPI/Available Types/BotCommandScope/BotCommandScopeChatMember.cs#L14
Non-nullable property 'ChatId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/library/Telegram.BotAPI/Available Types/Venue.cs#L16
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.