Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review all v3 attributes which take Type and add generic versions #2890

Open
bradwilson opened this issue Feb 18, 2024 · 2 comments
Open

Review all v3 attributes which take Type and add generic versions #2890

bradwilson opened this issue Feb 18, 2024 · 2 comments

Comments

@bradwilson
Copy link
Member

Similar to how Collection<T> support was added in #2629, we should review all attributes which have a Type-based constructor and consider offering generic versions as well.

@JamesTerwilliger
Copy link
Contributor

I'm seeing 10 classes with this pattern:

  • AssemblyFixtureAttribute
  • ClassDataAttribute
  • CollectionBehaviorAttribute
  • DataDiscovererAttribute
  • TestCaseOrdererAttribute
  • TestCollectionOrdererAttribute
  • TestFrameworkAttribute
  • TestFrameworkDiscovererAttribute
  • TraitDiscovererAttribute
  • XUnitTestCaseDiscovererAttribute

@bradwilson
Copy link
Member Author

Yep, all these look like good targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants