Hi,
I can't get property-based tests created with FsCheck/FsCheck.xUnit to work.
(using the latest versions of xUnit, FsCheck and FsCheck.xUnit).
It won't work in neither C# or F#-based test projects.
I've seen that other people have referred to a trick to include an empty [Fact]-based test in the same module/type,
but this doesn't work either.
The property-based test ([Property]-decorated) goes red with the following error message:
"This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures."
Regards
Lars Wilhelmsen
--larsw