I've run into an issue with on a branch of FSharp.Data.SqlClient
I am working on with the generative SqlEnumProvider
type provider. When the test project attemps to use a provided type, I get the following compile-time error:
A problem occurred writing the binary 'C:\code\FSharp.Data.SqlClient\src\SqlClient.Tests\obj\Debug\net451\SqlClient.Tests.dll': Error in pass3 for type FSharp.Data.EnumTests, error: Error in GetMethodRefAsMethodDefIdx for mref = ("Parse", "TinyIntMapping"), error: Exception of type 'Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter+MethodDefNotFound' was thrown.
At design time, everything appears to be working as expected. (I have intellisense on the provided types, etc.)
I attempted the workaround suggested here, but no joy.