Skip to content

Update KeyboardButtonActionType.cs #123

Update KeyboardButtonActionType.cs

Update KeyboardButtonActionType.cs #123

Triggered via pull request January 17, 2025 12:56
@ivanmemivanmem
opened #1628
Status Success
Total duration 1m 4s
Artifacts

PR.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: VkNet/Exception/AccessTokenInvalidException.cs#L55
Member 'AccessTokenInvalidException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'AccessTokenInvalidException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/CaptchaNeededException.cs#L37
Member 'CaptchaNeededException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CaptchaNeededException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/LongPollOutdateException.cs#L31
Member 'LongPollOutdateException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'LongPollOutdateException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/NeedValidationException.cs#L44
Member 'NeedValidationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'NeedValidationException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/TooMuchElementsInTemplateException.cs#L26
Member 'TooMuchElementsInTemplateException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'TooMuchElementsInTemplateException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/VkApiException.cs#L63
Member 'VkApiException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'VkApiException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Exception/VkKeyboardPayloadMaxLengthException.cs#L26
Member 'VkKeyboardPayloadMaxLengthException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'VkKeyboardPayloadMaxLengthException.GetObjectData(SerializationInfo, StreamingContext)'.
build: VkNet/Model/MessageActionObject.cs#L61
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: VkNet/VkApi.cs#L282
'StreamingContextStates' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build: VkNet/VkApi.cs#L282
'StreamingContext.StreamingContext(StreamingContextStates)' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)