Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PropertyNameGenerator - escape "|" character in property names (…
…#1684) Some swagger documents contain | character in property names which is a reserved character in C# and is not valid for use in property names. This code change replaces vertical line character |with an underscore character _ to generate a valid (in C#) property name
- Loading branch information