Is the feature request related to a problem? Please elaborate.
With TUnit all assertions are async so WaitForAssertionAsync isn't great
The suggested solution
Add overloads for WaitFor*Async methods that accept a Func instead of an Action
Describe any alternative solutions
None
Related: #1822 but I was able to work around it for that case so I closed that issue
Is the feature request related to a problem? Please elaborate.
With TUnit all assertions are async so WaitForAssertionAsync isn't great
The suggested solution
Add overloads for WaitFor*Async methods that accept a Func instead of an Action
Describe any alternative solutions
None
Related: #1822 but I was able to work around it for that case so I closed that issue