Skip to content
Triggered via push September 24, 2024 13:12
Status Success
Total duration 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Asv.Audio/obj/Debug/net8.0/Asv.Audio.AssemblyInfo.cs#L17
The specified version string '0.0.0-dev' does not conform to the recommended format - major.minor.build.revision
build: src/Asv.Audio/obj/Release/net8.0/Asv.Audio.AssemblyInfo.cs#L17
The specified version string '0.0.0-dev' does not conform to the recommended format - major.minor.build.revision
build: src/Asv.Audio.Source.Windows/obj/Release/net8.0/Asv.Audio.Source.Windows.AssemblyInfo.cs#L17
The specified version string '0.0.0-dev' does not conform to the recommended format - major.minor.build.revision
build: src/Asv.Audio.Codec.Opus/obj/Release/net8.0/Asv.Audio.Codec.Opus.AssemblyInfo.cs#L17
The specified version string '0.0.0-dev' does not conform to the recommended format - major.minor.build.revision
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#L95
Possible null reference argument for parameter 'source' in 'IObservable<ReadOnlyMemory<byte>> Observable.Do<ReadOnlyMemory<byte>>(IObservable<ReadOnlyMemory<byte>> source, Action<ReadOnlyMemory<byte>> onNext)'.