This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Implement continuation for /next (#47) #66
Annotations
21 warnings
build, pack & publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build, pack & publish:
InnerTube/Formatters/IFormatter.cs#L34
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build, pack & publish:
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, pack & publish:
InnerTube/InnerTube.cs#L94
Converting null literal or possible null value to non-nullable type.
|
build, pack & publish:
InnerTube/InnerTube.cs#L94
Possible null reference return.
|
build, pack & publish:
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.
|
build, pack & publish:
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, pack & publish:
InnerTube/Renderers/PromotedVideoRenderer.cs#L24
Converting null literal or possible null value to non-nullable type.
|
build, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
InnerTube/Formatters/IFormatter.cs#L34
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build, pack & publish:
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, pack & publish:
InnerTube/InnerTube.cs#L94
Converting null literal or possible null value to non-nullable type.
|
build, pack & publish:
InnerTube/InnerTube.cs#L94
Possible null reference return.
|
build, pack & publish:
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.
|
build, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
InnerTube/Models/InnerTubePlayer.cs#L108
Non-nullable property 'Levels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|