FSharp.Data: EmbeddedResource option is ignored

123 Views Asked by At

I am using the XML Type Provider with FSharp.Data. I have a line like this:

type internal SomethingFromXML = XmlProvider<"./Sample.xml", EmbeddedResource="MyLib, Sample.xml">

I set the Sample.xml to "Embedded Resource, Do Not Copy".

I packed the MyLib to a NuGet package and used it in another program. But when I now execute it, I get a DirectoryNotFoundException saying it can't find C:\Path\To\My\SolutionWithMyLib\MyLib\Sample.xml

So, it seems to ignore the EmbeddedResource directive. Is that not supported with the XML Provider, or am I missing anything?

0

There are 0 best solutions below