rrmanzano / maui-bindableproperty-generator

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

Only Support public class #8

Closed yiszza closed 1 year ago

yiszza commented 1 year ago

image CS0262: Partial declarations of 'type' have conflicting accessibility modifiers Some time, we need create a internal view

thank you!

rrmanzano commented 1 year ago

Hi, @yiszza thank you for your feedback. I will take a look and send the fix soon.

rrmanzano commented 1 year ago

Hi @yiszza, I just sent a new version that includes this new functionality, please check the section "PropertyAccessibility". Thanks again for your feedback.

Here is the section: https://github.com/rrmanzano/maui-bindableproperty-generator#usage---propertyaccessibility

Here is the new version: https://github.com/rrmanzano/maui-bindableproperty-generator/releases/tag/0.10.0