This should actually offer two things: 1. Add open directive (`open System`) 2. Fully qualify the namespace (`System.Console.WriteLine`)  Now, this happens because the code fix only shows the first suggestion of all that it generated.
This should actually offer two things:
open System)System.Console.WriteLine)Now, this happens because the code fix only shows the first suggestion of all that it generated.