-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Disable the DynamicProxy
for ConventionalControllers
.
#18874
Conversation
Because it becomes an MVC controller, it has global filters. Resolve #18845
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## rel-8.0 #18874 +/- ##
===========================================
- Coverage 51.60% 51.59% -0.02%
===========================================
Files 3077 3079 +2
Lines 97270 97302 +32
Branches 7746 7747 +1
===========================================
+ Hits 50200 50202 +2
- Misses 45524 45549 +25
- Partials 1546 1551 +5 ☔ View full report in Codecov by Sentry. |
@maliming doesn't |
We don't apply interceptors for controllers. The I've only disabled the interceptor for the |
Thanks for the explanation. |
From #18845 (comment)
Because it becomes an MVC controller, it has global filters.
Resolve #18845