refactor: Improve codebase #33
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 Methods/Formatting options/StyleFixer.cs#L12
'IStyleParser' is obsolete
|
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.
|