basilisque-framework / AutoImplementer

Automatically implements interfaces
Apache License 2.0
1 stars 1 forks source link

Enhancement - allow devs to specify 'required' on implementations #4

Closed Fasteroid closed 2 weeks ago

Fasteroid commented 2 weeks ago

Adds the attribute [IRequired] for use on interface properties, which can be used to make them implement as required in auto implementations. See #2

Fasteroid commented 2 weeks ago

Fixed merge conflicts 🙏 (and made sure those commits made it into 0260927 where applicable)

Fasteroid commented 2 weeks ago

I might want to choose a different name for IRequired... that was just a working placeholder. Maybe AutoImplementer.Required or just Required?