Update README.md #40
Annotations
1 error and 12 warnings
Test
Process completed with exit code 1.
|
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/.
|
Setup .NET
.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'
|
Loading