maui-bindableproperty-generator
maui-bindableproperty-generator copied to clipboard
Why is `nameof` required / why can items not be used directly?
I see nameof
is required in different places, like with DefaultBindingMode = nameof(BindingMode.TwoWay)
.
Would it be possible to use the enum itself instead of the string name? I'd say that feel more intuitive - using types directly instead.