-
Notifications
You must be signed in to change notification settings - Fork 966
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
Some suggestions to humanizer #105
Comments
Hi @mdmoura, Thanks for the suggestions. I will try to add my comments for each:
|
The second suggestion has now been implemented in the framework as part of #108. Basically ANY attribute applied on enum members with a string I am closing this now as I am a bit unsure about the 1st and 3rd suggestions and haven't heard back from you. Happy to reopen this to discuss further. |
Hello,
I tested Humanizer on an ASP.NET MVC CMS project and I have a few suggestions:
1 - Add a HumanizerConfiguration for startup
This would be used to define, for example, custom translations.
The translations could be use a Fluent API.
This would be more flexible then having Resource files built in Humanizer.
2 - Add the option for enum humanizer to allow a different attribute than Description.
Again, this could be applied in HumanizerConfiguration.
3 - Add extensions points to humanizer ...
I could create an extension to do some type of conversion ...
This way people could start to create humanizer "plugins" and share.
What do you think? Just some ideas from my short experience with Humanizer.
Thank You,
Miguel
The text was updated successfully, but these errors were encountered: