ProxyInterfaceSourceGenerator
ProxyInterfaceSourceGenerator copied to clipboard
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...
``` c# //---------------------------------------------------------------------------------------- // // This code was generated by https://github.com/StefH/ProxyInterfaceSourceGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is...
no support for inner class ``` c# [ProxyInterfaceGenerator.Proxy(typeof(PITest.Some.Person.Inner))] ```
Hi Stef, i wanted to start a similar project today but aborted it since i found this and it perfectly fits the use case i had. It is really awesome,...
I've ran into something that had non-standard properties. Rather than implementing the handling of those, I've added the ability to have ignoring of strings to stop the generation of things....

I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG) However, the source generators have been deprecated in favor of the new incremental generators , that allows better performance...