Create Subscription
#52
Merged
Annotations
10 warnings
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading