feat(cli): refactor cli code and commands #8
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/Commands/DemuxCommand.cs#L79
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L80
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L81
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L83
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L99
Possible null reference argument for parameter 'mkvEngine' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L102
Possible null reference argument for parameter 'audioFormat' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L103
Possible null reference argument for parameter 'videoFormat' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L104
Possible null reference argument for parameter 'audioLang' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L121
Possible null reference argument for parameter 'mkvEngine' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
This job succeeded
Loading