.NET 10 #53
Merged
.NET 10 #53
Annotations
10 warnings
|
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/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.
|
|
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.
|
|
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/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.
|
|
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