- git clone https://github.com/vasily-kirichenko/TypeProvidersBug.git
- .paket\paket.bootstrapper.exe
- .paket\paket restore
- Open the solution in VS 2015, build it:

- Open the solution in VS 2017:

- Open it in Rider:

(I cannot make Ionide to work, sorry).
In VS 2015 VFPT does not see the provided property either:

So it's an old FCS bug, but the VFT compiler service does not have it. @dsyme is it possible we added a filter like if not symbol/entity.IsProvided then ... somewhere?
It's a quite a severe bug.