machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Extend the Should to support Async (including IAsyncEnumerable) #427

Closed mikeblakeuk closed 3 years ago

mikeblakeuk commented 3 years ago

Add Async support for Should*

robertcoltheart commented 3 years ago

What form should this take, and what would the syntax look like? Happy to accept a PR on this to kick-start a discussion.

mikeblakeuk commented 3 years ago

We can probably workaround it.