I can't get Neptune to see FsCheck Xunit tests. I have a project containing numerous properties, but they do not appear in the Neptune Test Explorer panel. I can run them fine, with dotnet test.
I've hacked my solution down to a small repro (attached). The two properties in this repro will run with dotnet test but do not appear with Neptune.
I can't get Neptune to see FsCheck Xunit tests. I have a project containing numerous properties, but they do not appear in the Neptune Test Explorer panel. I can run them fine, with
dotnet test
.I've hacked my solution down to a small repro (attached). The two properties in this repro will run with
dotnet test
but do not appear with Neptune.Let me know if you need more info.
FsCheckRepro.Properties.zip