mrpmorris / Morris.Moxy

Moxy - Mixins code generator for C#
MIT License
115 stars 7 forks source link

Stops generating code when @moxy header is malformed #33

Closed mrpmorris closed 1 year ago

mrpmorris commented 1 year ago

Change the MixIn in the CountDown demo to have the following header

@moxy.
@attribute required int From
@moxy.

The generator now crashes because it sees [CountDown(3)] and tries to get the parameter name for the argument 3 and there isn't one, causing an IndexOutOfBoundsException.