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

Default NamingStrategy #1

Open
kacper-swoop opened this issue Oct 27, 2022 · 2 comments
Open

Default NamingStrategy #1

kacper-swoop opened this issue Oct 27, 2022 · 2 comments

Comments

@kacper-swoop
Copy link

Hey,
I think this would be worth mentioning that while using the Solver class from your nugget package the rules are case sensitive and by default it is resolved by camelCase naming strategy.
I've spent some time couldn't figuring out why it's not working if wanted to use your package.
Thanks in advance ;)

@ten-petr
Copy link
Contributor

Hello Kacper, Thanks for suggestion, we'll take a look at it.

@ghost
Copy link

ghost commented Nov 14, 2022

For these cases Solver class has overload for NamingStrategy class instance that handles serialization strategy. Naming class is standard implementation of Newtonsosft JSON library that is used for serialization. Please refer to Newtonsoft JSON docs for more info here: NamingStrategyClass

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

No branches or pull requests

2 participants