StefH / ProxyInterfaceSourceGenerator

This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use Dependency Injection.
MIT License
38 stars 5 forks source link

Allow optional control of proxy access modifiers #57

Closed FatSwords closed 1 year ago

FatSwords commented 1 year ago

Allows optional control of access modifier

StefH commented 1 year ago

I'll close this PR in favor of https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/58

Can you take a look?