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

Customize propertyname of DTO in Nancy Swagger #178

Open
romaluca opened this issue Feb 13, 2020 · 0 comments
Open

Customize propertyname of DTO in Nancy Swagger #178

romaluca opened this issue Feb 13, 2020 · 0 comments

Comments

@romaluca
Copy link

0

I have a c# application where the dto properties are serialized with newtonjson in this way:

PropertyOne -> propertyOne
PROPERTYTwo -> propertyTwo

I have also Nancy swagger but the properties generated of the DTO are:

PropertyOne -> propertyOne
PROPERTYTwo -> pROPERTYTwo

How can i set Nancy.Swagger to use the newtonjson method of serialization?

Thanks

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

1 participant