FSharp.Data.SqlClient
我在与生成SqlEnumProvider
类型提供程序合作的一个分支上遇到了问题。当测试项目尝试使用提供的类型时,我收到以下编译时错误:
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.
在设计时,一切似乎都按预期工作。(我对提供的类型有智能感知等)
我尝试了这里建议的解决方法,但没有任何乐趣。