Skip to content

Customize propertyname of DTO in Nancy Swagger #178

Description

@romaluca

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions