abp
abp copied to clipboard
Modifiers have an inconsistent declaration order
I'm seeing quite a few instances where the modifiers have an inconsistent declaration order.
For example:
public override async Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
should be
public async override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
I've already made the modifications if you want me to create a PR for it.
You can send PR if you have already done it. Thanks.
Rider & Visual Studio have different defaults for that. We can configure StyleCop for that and prevent future conflicts.
You can send PR if you have already done it. Thanks.
Not able to ATM. Will revisit later.