NSwag
NSwag copied to clipboard
Generated c# interface for Client with internal modifier on DTO classes should be internal too
A public interface ist generated for a client that has access modifier set to internal
and DTO classes have access modifier internal
too.
The generated interface should have internal
modifier too.