remove redundant commands #27
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
src/Asv.Audio.Shell/Tools/ConsoleWelcomPrinter.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'settings' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Asv.Audio.Shell/Tools/AssemblyInfoExt.cs#L16
Possible null reference return.
|
Build:
src/Asv.Audio.Shell/Tools/AssemblyInfoExt.cs#L43
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
Build:
src/Asv.Audio.Shell/Tools/AssemblyInfoExt.cs#L43
Possible null reference return.
|
Build:
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L130
Unreachable code detected
|
Build:
src/Asv.Audio.Shell/Tools/ConsoleWelcomPrinter.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'settings' doesn't match overridden member (possibly because of nullability attributes).
|
Loading