fsprojects / IfSharp

F# for Jupyter Notebooks
Other
440 stars 71 forks source link

.NET Core + Type Providers #205

Closed rudihorn closed 5 years ago

rudihorn commented 5 years ago

Description

There is some issue loading the correct libraries to use Type Providers on .NET Core. While this is directly relevant to Type Providers, the issue itself is broader and should be solved.

Repro steps

Run the following code: image

The problem can slightly be improved by manually loading some further libraries:

Expected behavior

Please provide a description of the behaviour you expect.

Actual behavior

Please provide a description of the actual behaviour you observe.

Known workarounds

Please provide a description of any known workarounds.

Related information

rudihorn commented 5 years ago

Accidentally opened twice