docs
docs copied to clipboard
Document added support for IAsyncEnumerable on *Source attributes
Support for was added in https://github.com/nunit/nunit/pull/4538 and https://github.com/nunit/nunit/issues/3391 For the following return types:
-
IAsyncEnumerable<T>
-
Task<IAsyncEnumrable<T>>
On the following attributes
-
TestCaseSource
-
ValueSource
-
TestFixtureSource