Nuget warnings in fsi are emitted to stdout and cannot be suppressed with --quiet #18086
Labels
Area-FSI
Bug
help wanted
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
in F# interactive, Nuget warnings are not suppressed when using
--quiet
flag.Repro steps
using this fsx script:
dotnet fsi --quiet foo.fsx
--quiet
flag or not:This makes it impossible to create a unix like command that prints its results to stdout because fsi puts garbage to stdout.
Expected behavior
--quiet
should make them go away as per the promises in fsi helpActual behavior
F# compiler warnings are not emitted correctly, nuget warnings go to stdout.
Known workarounds
Found no workarounds.
Related information
This happens on Ubuntu linux for me but i suppose the issue is general.
Thanks!
The text was updated successfully, but these errors were encountered: