You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record positional parameters now use PascalCase per C# naming conventions
instead of @lowerCamelCase. Keywords are prefixed with @ only when necessary.
- Add property_name filter for record/enum variant fields
- Update RecordTemplate.cs to use property_name
- Update EnumTemplate.cs to use property_name for variant fields
- Update destroy_fields macro to use property_name
- Add regression test fixture for issue-152
Signed-off-by: Joshua Griffith <Joshua.Griffith@fnf.com>
0 commit comments