rrmanzano / maui-bindableproperty-generator

Source generator that automatically transforms fields into BindableProperties that can be used in MAUI
MIT License
135 stars 10 forks source link

Can't set it in NestedClass #10

Open xtuzy opened 1 year ago

xtuzy commented 1 year ago

When don't set it in inner class, it is ok: image

When set it in inner class, show error: image

image

rrmanzano commented 1 year ago

Hi @xtuzy the current version doesn't support nested classes, but that functionality is part of my to-do list, I will include that soon.