I have a solution with ~40 projects, built during many years with wild usings that I wanted to clean up. The global usings
feature, introduced in with C# 10.0 and .NET 6 (nov21) to simplify and reduce the repetition of commonly used namespaces throughout a project.
The question I have is, how do I ‘get’ the most commonly used namespaces and how do I do that at scale.
Continue reading “Optimal usage of Global Usings”