C# 10: Disable Global Using

asked4 years ago
last updated4 years ago
viewed18.7k times
Up Vote55Down Vote

How can I disable the new default global usings in C# 10 (see here: https://github.com/dotnet/aspnetcore/issues/32451)? I want to see the used namespaces at a glance and don't want to look up the documentation which namespaces are used globally.