We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When adding a type alias using a keyword, the analyzer throws AD0001, when inside a namespace
AD0001
namespace ClassLibrary { using Example = string; }
and also when using value tuple values
namespace ClassLibrary { using Example = (System.Collections.IList, int); }