ProxyInterfaceSourceGenerator icon indicating copy to clipboard operation
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...

Results 7 ProxyInterfaceSourceGenerator issues
Sort by recently updated
recently updated
newest added

``` 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...

bug

no support for inner class ``` c# [ProxyInterfaceGenerator.Proxy(typeof(PITest.Some.Person.Inner))] ```

bug

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....

![Image](https://github.com/user-attachments/assets/6f69b911-4a54-41b1-b8cd-95de1ddd48a6)

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...

enhancement

enhancement