baronfel on master
Fix auto comment indentation (#… (compare)
<Project Sdk="Microsoft.NET.Sdk">
and they are easier to handle for tools like ionide.Hey folks, Ionide isn't recognizing CsvFile
at FSharp.Data
.
I have a paket.dependencies
with:
source https://www.nuget.org/api/v2
nuget FSharp.Data
And a paket.references
with:
FSharp.Data
Already ran paket install
I'm able to see a newly created packages
folder with FSharp.Data
folder and its contents.
But inside VSCode, my file:
open FSharp.Data
[<EntryPoint>]
let main args =
let data = CsvFile.Load("data.csv")
printfn "%A" "hello world"
0
I get:The value, namespace, type or module 'CsvFile' is not defined.
What I'm missing?
Thanks!
[11:25:36 DEBUG] RES (013) <- {symboluse} in 14 ms: Kind={"error”}
I am just starting out learning programming with F# via Gareth Hubball's Twitch videos. He's on a PC, I'm on a Mac, and when I installed VS Code and Ionide-fsharp, I got an error message about Mono. I figured out what that was and installed it, but now I still get the following message (and I can't figure out how to fix it): "Consider using the .Net Core language services by setting FSharp.fsacRuntime
to netcore
"
I've Googled and Binged and I'm still stuck, so any assistance would be appreciated. Cheers!