DamianEdwards / TagHelperPack

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core
MIT License
338 stars 58 forks source link

Async CancellationToken? #19

Closed grahamehorner closed 6 years ago

grahamehorner commented 6 years ago

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

DamianEdwards commented 6 years ago

We don't accept it in Tag Helpers currently.