DamianEdwards/TagHelperPack

Async CancellationToken?

Closed this issue · 1 comments

Q: shouldn’t Async methods have an optional CancellationToken with the default of default(CancellationToken.None) ?

We don't accept it in Tag Helpers currently.