add CustomPowerUp, WatchStreak and IsSourceOnly fields
#56
Annotations
10 warnings
|
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/Models/EventSubSubscription.cs#L36
Non-nullable property 'Transport' 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#L31
Non-nullable property 'Condition' 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#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/EventSubTransport.cs#L14
Non-nullable property 'Method' 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.
|
Loading