[LPRun] Suppress license acceptance warning
Is it possible to suppress LPRun warnings like
Warning: package HarfBuzzSharp.NativeAssets.macOS is subject to license https://go.microsoft.com/fwlink/?linkid=868514
IMHO, this warning is useless especially when lots of them, e.g., for Avalonia:
Downloading package Avalonia.Desktop and dependencies from https://api.nuget.org/v3/index.json Warning: package HarfBuzzSharp.NativeAssets.macOS is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package HarfBuzzSharp.NativeAssets.WebAssembly is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package HarfBuzzSharp.NativeAssets.Win32 is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package HarfBuzzSharp is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package HarfBuzzSharp.NativeAssets.Linux is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package SkiaSharp.NativeAssets.macOS is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package SkiaSharp.NativeAssets.WebAssembly is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package SkiaSharp.NativeAssets.Win32 is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package SkiaSharp is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Warning: package SkiaSharp.NativeAssets.Linux is subject to license https://go.microsoft.com/fwlink/?linkid=868514 Downloading package Avalonia.Themes.Fluent and dependencies from https://api.nuget.org/v3/index.json Downloading package Avalonia.Win32.Interoperability and dependencies from https://api.nuget.org/v3/index.json
It would be nice to suppress LPRun messages (except errors), e.g.,
Downloading package Avalonia.Desktop and dependencies from https://api.nuget.org/v3/index.json
and
Downloading package Avalonia.Win32.Interoperability and dependencies from https://api.nuget.org/v3/index.json
Comments
It would be nice to suppress LPRun messages (except errors), e.g.,
Downloading package Avalonia.Desktop and dependencies from https://api.nuget.org/v3/index.json