-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
PocketBase allows field names that can not be translated correctly to Properties in C#:
_-> Is translated to Empty string__-> Is translated to Empty string. Same PropertyName as_1-> Is translated to "1", forbidden name for a Property_1,1_,_1_-> All translated to "1", forbidden name for a Property. Same PropertyName as1
And allows multiple fields that will be translated to the same Property name in C#:
field,_field,__field,_field_-> All translated to same PropertyName:Fieldmy_field,my__field,_myField_,MyField-> All translated to same PropertyName:MyField
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
BackLog