[Release] v0.7.0 #91
check-buildstatus.yml
on: pull_request
check-buildstatus
22s
Annotations
10 warnings
|
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#L839
Dereference of a possibly null reference.
|
|
check-buildstatus:
TwitchLib.EventSub.Websockets/EventSubWebsocketClient.cs#L825
Possible null reference assignment.
|
|
check-buildstatus:
TwitchLib.EventSub.Websockets/EventSubWebsocketClient.cs#L655
Possible null reference argument for parameter 'logger' in 'void LogExtensions.LogExeption(ILogger<EventSubWebsocketClient> logger, string message, Exception ex)'.
|
|
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.
|