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

Document added support for IAsyncEnumerable on *Source attributes #834

Open
stevenaw opened this issue Nov 9, 2023 · 0 comments
Open

Document added support for IAsyncEnumerable on *Source attributes #834

stevenaw opened this issue Nov 9, 2023 · 0 comments

Comments

@stevenaw
Copy link
Member

stevenaw commented Nov 9, 2023

Support for was added in nunit/nunit#4538 and nunit/nunit#3391
For the following return types:

  • IAsyncEnumerable<T>
  • Task<IAsyncEnumrable<T>>

On the following attributes

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

No branches or pull requests

1 participant