gfritz / tp-apps

Trying to run FSharp.Data and FSharp.Data.TypeProviders on netcoreapp2.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HtmlProvider works so I think I applied the workaround from this link correctly: dotnet/fsharp#3303 (comment).

html provider builds and runs successfully

WsdlService does not build. I guess that means the WsdlService source code needs to be updated?

error FS2024: Static linking may not be used on an assembly referencing mscorlib (e.g. a .NET Framework assembly) when generating an assembly that references System.Runtime (e.g. a .NET Core or Portable assembly). [C:\git\personal\tp-apps\tpapp-wsdl\tpapp-wsdl.fsproj]

wsdl service provider does not build because FS2024 static linking may not be used on an assembly referencing mscorlib

About

Trying to run FSharp.Data and FSharp.Data.TypeProviders on netcoreapp2.0.


Languages

Language:F# 100.0%