feat(versioning): update product version to 0.1.3 #33
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/
|
src/Asv.Audio.Shell/Tools/ConsoleWelcomPrinter.cs#L33
Cannot convert null literal to non-nullable reference type.
|
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L47
Nullability of type of parameter 'settings' doesn't match overridden member (possibly because of nullability attributes).
|
src/Asv.Audio.Shell/Tools/AssemblyInfoExt.cs#L16
Possible null reference return.
|
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)
|
src/Asv.Audio.Shell/Tools/AssemblyInfoExt.cs#L43
Possible null reference return.
|
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L95
Possible null reference argument for parameter 'source' in 'IObservable<ReadOnlyMemory<byte>> Observable.Do<ReadOnlyMemory<byte>>(IObservable<ReadOnlyMemory<byte>> source, Action<ReadOnlyMemory<byte>> onNext)'.
|
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L104
Possible null reference argument for parameter 'observer' in 'IDisposable IObservable<ReadOnlyMemory<byte>>.Subscribe(IObserver<ReadOnlyMemory<byte>> observer)'.
|
src/Asv.Audio.Shell/Commands/WindowsLoopCommand.cs#L130
Unreachable code detected
|
src/Asv.Audio.Shell/Tools/ConsoleWelcomPrinter.cs#L33
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading