This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Update README.md (#179) #47
Annotations
20 warnings
Build:
LightTube/Contexts/ModalContext.cs#L5
'ModalContext.Title' hides inherited member 'BaseContext.Title'. Use the new keyword if hiding was intended.
|
Build:
LightTube/Views/Home/Error.cshtml#L20
Dereference of a possibly null reference.
|
Build:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L7
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:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L8
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:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L9
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Build:
LightTube/ApiModels/HealthResponse.cs#L9
Non-nullable property 'CacheStats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
|
Build:
LightTube/ApiModels/UpdateSubscriptionRequest.cs#L5
Non-nullable field 'ChannelId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
LightTube/ApiModels/ApiLocals.cs#L5
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property 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/ApiModels/LightTubeInstanceInfo.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L9
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/LightTubeInstanceInfo.cs#L11
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/HealthResponse.cs#L9
Non-nullable property 'CacheStats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/ApiUserData.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
LightTube/ApiModels/ApiUserData.cs#L9
Non-nullable property 'Channels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading