F# assembly references causing build issues?
Assuming that there is a typo in your sources as DWright pointed out, I’d say that this error may arise just from the fact that by this code you define a static class MyModuleB with exposed method parameter of an external type MyCsharpType. This is how the Fsharp code translates to IL (from ILSpy – … Read more