-
-
Couldn't load subscription status.
- Fork 1.3k
Add IncludeXmlCommentsForAssembly convience overload #2909
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
Add IncludeXmlCommentsForAssembly convience overload #2909
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2909 +/- ##
==========================================
+ Coverage 89.89% 89.90% +0.01%
==========================================
Files 72 72
Lines 2711 2715 +4
Branches 429 429
==========================================
+ Hits 2437 2441 +4
Misses 274 274
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
test/Swashbuckle.AspNetCore.SwaggerGen.Test/XmlComments/XmlCommentsDocumentFilterTests.cs
Outdated
Show resolved
Hide resolved
|
What about updating some of the tests and the README to use this? code search |
src/Swashbuckle.AspNetCore.SwaggerGen/DependencyInjection/SwaggerGenOptionsExtensions.cs
Outdated
Show resolved
Hide resolved
5ea3d5e to
d66ae91
Compare
Updated tests and README |
Co-authored-by: Martin Costello <[email protected]>
src/Swashbuckle.AspNetCore.SwaggerGen/DependencyInjection/SwaggerGenOptionsExtensions.cs
Show resolved
Hide resolved
|
I don't understand why windows build is failing. Could we restart this to understand if this is some kind of instability? |
| } | ||
| ); | ||
|
|
||
| var filePath = Path.Combine(System.AppContext.BaseDirectory, "MyApi.xml"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this line could be removed
Pull Request
The issue or feature being addressed
Fixed #2750
Details on the issue fix or feature implementation