Skip to content

Update README.md

Update README.md #40

Triggered via push March 22, 2024 06:15
Status Failure
Total duration 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/SharpGrabber.Converter/MediaMuxer.cs#L62
'ffmpeg.av_init_packet(AVPacket*)' is obsolete: 'This function is deprecated. Once it's removed, sizeof(AVPacket) will not be a part of the ABI anymore.'
build: src/SharpGrabber.Converter/MediaDecoder.cs#L135
'ffmpeg.av_init_packet(AVPacket*)' is obsolete: 'This function is deprecated. Once it's removed, sizeof(AVPacket) will not be a part of the ABI anymore.'
build: src/SharpGrabber.Converter/MediaMerger.cs#L150
'AVCodecParameters.channels' is obsolete: 'use ch_layout.nb_channels'
build: src/SharpGrabber.Converter/MediaMerger.cs#L150
'AVCodecContext.channels' is obsolete: 'use ch_layout.nb_channels'
build: src/SharpGrabber.Converter/MediaMerger.cs#L151
'AVCodecParameters.channel_layout' is obsolete: 'use ch_layout'
build: src/SharpGrabber.Converter/MediaMerger.cs#L151
'AVCodecContext.channel_layout' is obsolete: 'use ch_layout'
build: src/SharpGrabber.Converter/MediaConcatenator.cs#L8
Missing XML comment for publicly visible type or member 'MediaConcatenator'
build: src/SharpGrabber.Converter/MediaConcatenator.cs#L12
Missing XML comment for publicly visible type or member 'MediaConcatenator.MediaConcatenator()'
build: src/SharpGrabber.Converter/MediaConcatenator.cs#L14
Missing XML comment for publicly visible type or member 'MediaConcatenator.MediaConcatenator(string)'
build: src/SharpGrabber.Converter/MediaConcatenator.cs#L24
Missing XML comment for publicly visible type or member 'MediaConcatenator.OutputExtension'