We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71903d7 commit 74474a1Copy full SHA for 74474a1
src/fsharp/CompileOps.fs
@@ -1632,7 +1632,7 @@ let DefaultBasicReferencesForOutOfProjectSources =
1632
yield "System.Linq.Expressions" // System.Linq.IQueryable<T>
1633
yield "System.Threading.Tasks" // valuetype [System.Threading.Tasks]System.Threading.CancellationToken
1634
yield "System.IO" // System.IO.TextWriter
1635
- yield "System.Console" // System.Console.Out etc.
+ //yield "System.Console" // System.Console.Out etc.
1636
yield "System.Net.Requests" // System.Net.WebResponse etc.
1637
yield "System.Collections" // System.Collections.Generic.List<T>
1638
yield "System.Runtime.Numerics" // BigInteger
0 commit comments