csharpier
csharpier copied to clipboard
sort modifiers
e.g. methods like
public override async Task Method1() {...}
async public override Task Method1() {...}
are equivalent
It'd be nice to have first visibility and last async, or whatever, but consistent.
This is similar to sort usings maybe and that discussion might apply here too.