Forum member

piotrczarnas

1 post

Posts by piotrczarnas

  1. XUnit 1.9.2 tests not found when a custom TraitAttribute used

    Hi, I have XUnit 1.9.2 tests with a custom TraitAttribute. Tests are found when the test class is not attributed with a custom trait attribute. The trait attribute is: [AttributeUsage(AttributeTargets.Class | AttributeTargets.Assembly | AttributeTargets.Method, AllowMultiple = true, Inherite…