Open
Description
I observed this issue using packages xunit.v3 2.0.3
and FsCheck.Xunit.v3 3.3.0
. This is causing problems for me when trying to run tests filtering on trait.
Example
namespace TestProject
open Xunit
open FsCheck.Xunit
module Tests =
[<Trait("ShouldRun", "True")>]
[<Fact>]
let FactTest() = ()
[<Trait("ShouldRun", "True")>]
[<Property>]
let PropertyTest() = ()
Observed Behaviour

Expected Behaviour
I would expect both listed tests to have the trait ShouldRun=True.
Metadata
Metadata
Assignees
Labels
No labels