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
Running load on HTML Provider will throw an exception with FSI F# 4.6
Repro steps
type NasdaqCompaniesByName = HtmlProvider<"https://www.nasdaq.com/screening/companies-by-name.aspx">
NasdaqCompaniesByName.Load("https://www.nasdaq.com/screening/companies-by-name.aspx?letter=A")
Expected behavior
It should not throw exception
Actual behavior
error FS3033: The type provider 'ProviderImplementation.HtmlProvider' reported an error in the context of provided type 'FSharp.Data.HtmlProvider,Sample="https://www.nasdaq.com/screening/companies-by-name.aspx"', member 'Load'. The error: assembly mscorlib not found
Known workarounds
Run it with dotnet cli and not through FSI
Related information
Operating system OSX
Branch latest
.NET Runtime, CoreCLR or Mono Version .NET Core SDK 2.2.300
The text was updated successfully, but these errors were encountered:
Description
Running load on HTML Provider will throw an exception with FSI F# 4.6
Repro steps
Expected behavior
It should not throw exception
Actual behavior
Known workarounds
Run it with dotnet cli and not through FSI
Related information
The text was updated successfully, but these errors were encountered: