beakona / AutoInterface

C# interface-to-member source generator
MIT License
73 stars 9 forks source link

Add support for custom property implementation #14

Closed fergusbown closed 2 years ago

fergusbown commented 2 years ago

Allow a class to have a custom implementation of a property, as per methods - at the moment you get a duplicate definition

beakona commented 2 years ago

Great upgrade.. I've also added support for events so now it should work for methods, properties, indexers and events. Also, there is language proposal 'Static abstract members in interfaces' so I've excluded static members.