fscheck / FsCheck

Random Testing for .NET
https://fscheck.github.io/FsCheck/
BSD 3-Clause "New" or "Revised" License
1.15k stars 154 forks source link

FsCheck 3.0.0-rc1 XUnit Property attribute doesn't respect IAsyncLifetime #657

Open BennieCopeland opened 5 months ago

BennieCopeland commented 5 months ago

Test cases are executing before the InitializeAsync() method has a change to run.

kurtschelfthout commented 4 months ago

ok...probably we need to check for that in PropertyAttribute.