Unquote: What am I missing?
问题 I'm trying to get the Unquote library working with xUnit in .NET 4, and I'm not having any luck at all getting the tests to run. So, I broke it down to the simplest reproduction steps I could. Does anybody know what I might be missing? Create a new F# Library project. Use NuGet to add xUnit and Unquote references. Paste in the following code... I got the actual test directly from the Unquote home page, but the content doesn't matter, because it doesn't get run. module Tests open Xunit open