Trying to get WsdlService running on netstandard
- Clone this repo.
- Run .paket/paket.bootstrapper.exe
- Run dotnet build (it should run paket for you)
Build fails for netcoreapp2.0:
In both cases intellisense has no problems on VS Code with Ionide & VS 2017 (15.5.2) so I am pretty sure I properly applied the workaround from dotnet/fsharp#3303 (comment).
Maybe the Type Providers in FSharp.Data.TypeProviders are not "cross targeting" per dotnet/fsharp#3303 (comment), but I do not know how to verify that. The "cross-targeting" link is broken in the comment.