thenameless314159 / SourceGeneratorUtils

.NET standard 2.0 utils and helpers to write source files (for source generators and general purpose)

Home Page:https://thenameless314159.github.io/SourceGeneratorUtils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contained namespaces should be excluded from declared using directives

thenameless314159 opened this issue · comments

Using directives declaration in CSharpSourceFileGenerator<T> should add a filter if a namespace is contained within the target namespace.