OpenAPITypeProvider icon indicating copy to clipboard operation
OpenAPITypeProvider copied to clipboard

Error loading System.Private.CoreLib when trying to use this type provider in ASP.NET Core 2.2 app

Open panesofglass opened this issue 6 years ago • 3 comments

https://github.com/panesofglass/chore-tracker/blob/master/src/Server/Server.fs#L22

panesofglass avatar Jan 28 '19 04:01 panesofglass

Hi Ryan,

I experienced that same when building over dotnet build from command line, however works when building using Visual Studio 2018. For this one I need to ask somebody smarter than me with more experince with type providers. I'll keep you updated if find something.

Dzoukr avatar Jan 28 '19 14:01 Dzoukr

This happens only when using let myInstance = new MyTypeProvider() and using Paths. I'll try to investigate - I found this issue earlier, but honestly don't know yet, what can cause it.

Dzoukr avatar Jan 28 '19 14:01 Dzoukr

I find I can also not run build RunTests successfully. I get the same error as above.

panesofglass avatar Jan 28 '19 19:01 panesofglass