Why we can not autogenerate a ObservablePropertywith a small letter #991
Closed
milesdream
started this conversation in
Ideas
Replies: 1 comment
-
That is by design. Public properties with camelCase format are against the C# naming conventions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
at example
[ObservableProperty]
[property: Category("IPTC")]
[property: Description("City")]
private string _iptcCity;
should produce iptcCity
or a
private Datetime _dateTime ;
should produce a public Dateime dateTime ;
Beta Was this translation helpful? Give feedback.
All reactions