Fact async
cd21h opened this issue · 2 comments
cd21h commented
Please add template for async fact method
citizenmatt commented
What would this look like, btw?
Shatl commented
Hi, sorry for delay
[Xunit.FactAttribute]
public async System.Threading.Tasks.Task $FactMethodName$()
{
$END$
}