Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/c sharp member name casing #806

Merged
merged 10 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    09665ce View commit details
    Browse the repository at this point in the history
  2. added support for choosing the field naming convention (camel case or…

    … pascal case) for a class' properties
    mariusmuntean committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b20f2b8 View commit details
    Browse the repository at this point in the history
  3. Renamed fieldNamingConvention to memberNamingConvention to reflect th…

    …at it actually applies to all members, not only fields
    mariusmuntean committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b3f9d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88eb04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7972e77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afa62bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e3b712 View commit details
    Browse the repository at this point in the history
  8. typo

    mariusmuntean committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4fe8faf View commit details
    Browse the repository at this point in the history
  9. removed unused import

    mariusmuntean committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3d16d09 View commit details
    Browse the repository at this point in the history
  10. added changeset

    mariusmuntean committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f044f3c View commit details
    Browse the repository at this point in the history