How I organize my global usings
TL;DR: I use implicit global usings for all global using directives in .NET6 projects. I use a separate GlobalUsings.cs file for all global usings in non-.NET6 projects. Global usings are a new language feature introduced with C# 10 allowing us developers …
Beitrag lesen