open Elmish
it won't compile and obviously if I delete the comment it builds again as expected. So Ionide is not seeing the packages..
Error: the namespace or module 'Elmish' is not defined
<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”}