Global usings in C# 10

added by DotNetKicks
2/28/2022 2:49:17 PM

309 Views

One of the new features in .NET 6 and C¤ 10 is support for global usings. We can define using declarations as global and they work all over the project so we don't have to define them in other files anymore. Here's how it works.


0 comments