I\'m trying to use unquote with NUnit as the test runner. The test case is taken from Getting Started and works as expected when run outside of NUnit:
namesp
Based on the description of your problem, I suspect you need to configure your NUnit project with an FSharp.Core
binding redirect from version 4.0.0.0 to version 4.3.0.0 since the latest version of Unquote is built for .NET 4.0 and your test project targets .NET 4.5.
See this Unquote issue for details. I believe your configuration would look something like
I'm not sure exactly where you would need to put this for an NUnit project, but maybe in the config file specified through the Project Editor?
Unfortunately, I don't have VS2012 installed and so I am somewhat crippled in my ability to really diagnose this issue for you.