Skip to content

[Release] v0.8.0

[Release] v0.8.0 #101

Triggered via pull request November 13, 2025 17:10
@SyzunaSyzuna
synchronize #71
dev
Status Success
Total duration 48s
Artifacts

check-buildstatus.yml

on: pull_request
check-buildstatus
41s
check-buildstatus
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check-buildstatus: TwitchLib.EventSub.Websockets/Core/EventArgs/DataReceivedArgs.cs#L5
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/EventArgs/ErrorOccuredArgs.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/EventArgs/ErrorOccuredArgs.cs#L7
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/EventSubWebsocketSessionInfo.cs#L16
Non-nullable property 'DisconnectReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/EventSubWebsocketSessionInfo.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/EventSubWebsocketSessionInfo.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/EventSubWebsocketSessionInfoPayload.cs#L5
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/WebsocketEventSubMetadata.cs#L17
Non-nullable property 'MessageType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/Core/Models/WebsocketEventSubMetadata.cs#L12
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
check-buildstatus: TwitchLib.EventSub.Websockets/EventSubWebsocketClient.cs#L443
Non-nullable field '_loggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.