Skip to content

Исправить часть warning, обновить некоторые методы из #1222 #105

Исправить часть warning, обновить некоторые методы из #1222

Исправить часть warning, обновить некоторые методы из #1222 #105

Triggered via pull request November 11, 2023 19:03
@1dNDN1dNDN
opened #1600
Status Success
Total duration 52s
Artifacts

PR.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: VkNet/Utils/PerformanceActivator.cs#L18
XML comment has syntactically incorrect cref attribute 'CreateInstance{TResult}(System.Func{System.Reflection.ConstructorInfo,bool}(System.Reflection.ConstructorInfo),object[])'
build: VkNet/Utils/PerformanceActivator.cs#L18
) expected. See also error CS1026.
build: VkNet/Model/Attachments/Post.cs#L227
'Post.AccessKey' hides inherited member 'MediaAttachment.AccessKey'. Use the new keyword if hiding was intended.
build: VkNet/Model/GroupUpdate/PhotoComment.cs#L18
'PhotoComment.PhotoId' hides inherited member 'Comment.PhotoId'. Use the new keyword if hiding was intended.
build: VkNet/Model/GroupUpdate/WallReply.cs#L18
'WallReplyGroupUpdate.PostId' hides inherited member 'Comment.PostId'. Use the new keyword if hiding was intended.
build: VkNet/Categories/Async/WallCategoryAsync.cs#L60
'WallCategory.Repost(string, string, long?, bool)' is obsolete: 'Use ICaptchaSolver to handle captcha. This method is obsolete and will be removed in future.'
build: VkNet/Utils/AttachmentConverterService.cs#L64
'PhotosList' is obsolete: 'Для версии API ниже 5.0'
build: VkNet/Utils/BotsLongPoll/GroupUpdateEvent.cs#L25
Non-nullable field 'RawUpdate' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VkNet/Utils/BotsLongPoll/BotsLongPoolOnUpdatesEvent.cs#L17
Non-nullable field 'Response' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: VkNet/Utils/BotsLongPoll/BotsLongPoolOnUpdatesEvent.cs#L22
Non-nullable field 'Updates' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.