Skip to content

Fix date parsing (#35) #57

Fix date parsing (#35)

Fix date parsing (#35) #57

Triggered via push October 13, 2023 06:13
Status Failure
Total duration 1m 3s
Artifacts

publish.yml

on: push
build, pack & publish
52s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build, pack & publish
Process completed with exit code 1.
build, pack & publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/Renderers/PromotedVideoRenderer.cs#L24
Converting null literal or possible null value to non-nullable type.
build, pack & publish: InnerTube/InnerTube.cs#L87
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/InnerTubeAuthorization.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
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/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/Models/PlaylistContinuationInfo.cs#L5
Non-nullable property 'InternalPlaylistId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build, pack & publish: InnerTube/Models/PlaylistContinuationInfo.cs#L6
Non-nullable property 'PlaylistId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.