C#: Remove requirement that a controller is not allowed to be abstract.

This commit is contained in:
Michael Nebel
2024-08-21 12:09:09 +02:00
parent 75772c5832
commit 79718f1cd6

View File

@@ -205,7 +205,6 @@ class MicrosoftAspNetCoreMvcController extends Class {
)
) and
this.isPublic() and
(not this.isAbstract() or this instanceof MicrosoftAspNetCoreMvcControllerBaseClass) and
not this instanceof Generic and
(
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass