This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Fix a nullreference in the EndScreenItem ctor (#44) #57
Annotations
20 warnings
|
|
|
|
|
|
|
|
|
|
Build documentation:
InnerTube/Formatters/IFormatter.cs#L34
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build documentation:
InnerTube/Renderers/PromotedVideoRenderer.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build documentation:
InnerTube/Models/Channel.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build documentation:
InnerTube/Models/EndScreenItem.cs#L21
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build documentation:
InnerTube/Models/Format.cs#L48
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build documentation:
InnerTube/Models/Format.cs#L49
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build documentation:
InnerTube/InnerTubeAuthorization.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Build documentation:
InnerTube/InnerTube.cs#L94
Converting null literal or possible null value to non-nullable type.
|
Build documentation:
InnerTube/InnerTube.cs#L94
Possible null reference return.
|
Build documentation:
InnerTube/InnerTube.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading