You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open FSharp.Data
open FSharp.Data.__Sql__ // typecheck: namespace Sql not defined
open System.IO
open FSharp.Literate // typecheck: namespace Literate not defined
These packages have been added to the project (both using global ~/.nuget/packages directory and local packages/ directory but appear not to be getting picked up. I'm pretty new FSharp so could be something I'm (not) doing.
I'm using .NET Core 3 SDK. The same project loads fine in VS Code + ionide.
The text was updated successfully, but these errors were encountered:
These packages have been added to the project (both using global
~/.nuget/packages
directory and localpackages/
directory but appear not to be getting picked up. I'm pretty new FSharp so could be something I'm (not) doing.I'm using .NET Core 3 SDK. The same project loads fine in VS Code + ionide.
The text was updated successfully, but these errors were encountered: