IndexOutOfRangeException using FsCheck
问题 I have just started working with FsCheck and have been writing some simple tests. However I keep coming across an issue which causes Xunit to throw an exception which then kills the VS2012 test runner (tests appear to run forever). It seems as though any attempt to return a non-literal result causes this exception. Some examples: ///This will work, the test will trivially succeed and the result values ///will be available in the "test output" screen in VS2012's test explorer. let [<Property>]