We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0469 commit 72429cbCopy full SHA for 72429cb
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/AspNetCore.qll
@@ -205,7 +205,7 @@ class MicrosoftAspNetCoreMvcController extends Class {
205
) and
206
this.isPublic() and
207
not this.isAbstract() and
208
- not this.containsTypeParameters() and
+ not this instanceof Generic and
209
(
210
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass
211
or
0 commit comments