LightTube V3 (#157) #43
Annotations
21 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: bhowell2/github-substring-action@1.0.2, ncipollo/release-action@v1.13.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
LightTube/Contexts/ModalContext.cs#L5
'ModalContext.Title' hides inherited member 'BaseContext.Title'. Use the new keyword if hiding was intended.
|
Build:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L9
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L11
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/ApiLocals.cs#L5
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/ApiLocals.cs#L6
Non-nullable property 'Regions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/ApiUserData.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LightTube/ApiModels/ApiUserData.cs#L9
Non-nullable property 'Channels' must contain a non-null value when exiting constructor. Consider declaring the property 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.
|
Publish:
LightTube/Contexts/ModalContext.cs#L5
'ModalContext.Title' hides inherited member 'BaseContext.Title'. Use the new keyword if hiding was intended.
|
Publish:
LightTube/Utils.cs#L99
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Publish:
LightTube/Utils.cs#L167
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Publish:
LightTube/Views/Youtube/Watch.cshtml#L238
Dereference of a possibly null reference.
|
Publish:
LightTube/SponsorBlockSegment.cs#L8
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
LightTube/SponsorBlockSegment.cs#L9
Non-nullable property 'ActionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
LightTube/SponsorBlockSegment.cs#L10
Non-nullable property 'Segment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
LightTube/SponsorBlockSegment.cs#L11
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
LightTube/SponsorBlockSegment.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
LightTube/Localization/LocalizationManager.cs#L9
Non-nullable property 'PreferredLocaleStrings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading