DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

New Rule Proposal: SA1208 but for Microsoft.* #3847

Open EdLichtman opened 1 month ago

EdLichtman commented 1 month ago

SA1208 is a bit outdated if we think of it as the only rule for modifying the order of important libraries. Now that we're using so many Microsoft.Extensions libraries in .NET, perhaps ordering of Using Statements should extend to Microsoft.*?