fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Neither Rider nor VS on OSX will load the BasicProvider projec… #215

Closed sgtz closed 6 years ago

sgtz commented 6 years ago

Neither Rider nor VS on OSX will load the BasicProvider without the extra property setting of Sdk="Microsoft.NET.Sdk". The dependent projects BasicProvider.DesignTime and BasicProvider.Test is then prevented from compiling, at least, within an interactive "hit build" scenario. Note: this setting was copied across from the working ComboProvider.fsproj. But a minor fix.

sgtz commented 6 years ago

learned a bit more about what was possible with the MSBuild system, and decided conditional copy depending on target was the best way to solve build issue.

dsyme commented 6 years ago

@sgtz This conflicts with some recent work, also I've been able to get Visual Studio to load the project you mentioned.

Could you resolve the conflicts and reopen please? thanks