-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Configurable IOperationNameGenerator implementations #272
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
==========================================
+ Coverage 97.41% 97.46% +0.05%
==========================================
Files 60 60
Lines 2086 2132 +46
==========================================
+ Hits 2032 2078 +46
Misses 37 37
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f420c4f
to
65dbc78
Compare
…hout additional properties
65dbc78
to
336bba8
Compare
|
This pull request introduces new features such as the
--skip-default-additional-properties
and the--operation-name-generator
CLI tool arguments to handle OAS documents with conflicting operation ID's and OAS component/schemas with properties calledadditionalProperties
It also updates the NSwag IOperationNameGenerator implementation and adds documentation to the Settings class.
This resolves #269