Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix "namingScheme" argument is ignored when "typeNameSubstitute" argument is provided in console #533

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

luissagasta
Copy link

When --namingScheme argument and --typeNameSubstitute aregument are provided at the same time, the --namingScheme is ignored and always uses PascalCase.
--typeNameSubstitute=T:OriginalName=NewName--namingScheme=Direct

Closes #532

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.08%. Comparing base (0f45608) to head (b7b0784).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #533   +/-   ##
=======================================
  Coverage   94.08%   94.08%           
=======================================
  Files          21       21           
  Lines        3164     3164           
  Branches      496      496           
=======================================
  Hits         2977     2977           
  Misses        122      122           
  Partials       65       65           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mganss mganss merged commit 1ae624e into mganss:master Nov 6, 2024
3 checks passed
@mganss
Copy link
Owner

mganss commented Nov 6, 2024

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"namingScheme" argument is ignored when "typeNameSubstitute" argument is provided in console
3 participants