I believe it would be wonderful to have the ability to modify the namespace of the generated interfaces. For instance, this could be achieved through a parameter in attribute: [GenerateAutomaticInterface("New.Important.Namespace")] or at least through csproj configuration.
The reasoning behind implementing this feature is that we frequently desire to maintain abstractions in a distinct library, package, or namespace from the concrete implementation.
Hello!
I believe it would be wonderful to have the ability to modify the namespace of the generated interfaces. For instance, this could be achieved through a parameter in attribute: [GenerateAutomaticInterface("New.Important.Namespace")] or at least through csproj configuration.
The reasoning behind implementing this feature is that we frequently desire to maintain abstractions in a distinct library, package, or namespace from the concrete implementation.