Skip to content

Updated websocket to be current #1456

Updated websocket to be current

Updated websocket to be current #1456

Triggered via pull request February 25, 2026 17:14
Status Success
Total duration 1m 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubSubscription.cs#L26
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubSubscription.cs#L21
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubSubscription.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubSubscription.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubBatchedEvent.cs#L17
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubBatchedEvent.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubNotificationPayload.cs#L17
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/Models/EventSubNotificationPayload.cs#L12
Non-nullable property 'Subscription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/EventArgs/TwitchLibEventSubEventArgs.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TwitchLib.EventSub.Core/TwitchLib.EventSub.Core/EventArgs/TwitchLibEventSubEventArgs.cs#L7
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.