-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Results #3096
Support Results #3096
Conversation
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs
Outdated
Show resolved
Hide resolved
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs
Outdated
Show resolved
Hide resolved
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs
Show resolved
Hide resolved
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs
Outdated
Show resolved
Hide resolved
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs
Outdated
Show resolved
Hide resolved
test/Swashbuckle.AspNetCore.SwaggerGen.Test/Fixtures/FakeController.cs
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3096 +/- ##
==========================================
- Coverage 90.50% 88.50% -2.00%
==========================================
Files 76 97 +21
Lines 3116 3542 +426
Branches 515 628 +113
==========================================
+ Hits 2820 3135 +315
- Misses 296 407 +111
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It turns out to be nonPublic the method |
Feels wrong - if it's a method on an interface that's public it should be public, and if it's genuinely non public we shouldn't depend on it. |
Yeah.. That's why I created the PR dotnet/aspnetcore#57464, because at first I did not like either the reflection there involved.. But it's not approved yet, and if it was approved I do not think it'll get backported to dotnet8 or yet dotnet9.. Because it's not a critical Bug this one |
I mark this as closed, it's a good addition, but there is risk involved |
Fixes #2595