RalfKoban / MiKo-Analyzers

Provides analyzers that are based on the .NET Compiler Platform.
MIT License
13 stars 1 forks source link

MiKo_3026 should ignore public methods from ASP.NET core controller classes #1006

Closed RalfKoban closed 1 week ago

RalfKoban commented 1 month ago

In case a method belongs to a class that inherits from Microsoft ASP.NET core's ControllerBase class and has an IActionResult return value, that method should be ignored as that is an endpoint.