Fix badrequest errors by updating InnerTube (#132) #36
Annotations
2 errors and 10 warnings
|
Publish
The operation was canceled.
|
Build:
LightTube/Contexts/ModalContext.cs#L5
'ModalContext.Title' hides inherited member 'BaseContext.Title'. Use the new keyword if hiding was intended.
|
Build:
LightTube/ApiModels/UpdateSubscriptionRequest.cs#L5
Non-nullable field 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L113
Non-nullable field 'Id' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L114
Non-nullable field 'Title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L115
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L117
Non-nullable field 'Thumbnail' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L118
Non-nullable field 'ChannelName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L119
Non-nullable field 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/ApiModels/CreatePlaylistRequest.cs#L7
Non-nullable field 'Title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
LightTube/YoutubeRSS.cs#L106
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading