fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Yaml provided types aren't seen from referenced project #122

Open vasily-kirichenko opened 7 years ago

vasily-kirichenko commented 7 years ago

In same project everything is OK

image

In a project that references it, it's not

image

Repro https://github.com/vasily-kirichenko/RiderTypeProviderTest

Note that FSharp.Data's JsonProvider works OK in this scenario. I wonder if the recent "work on Mono 5" PR would caused this bug.