amantinband / clean-architecture

The ultimate clean architecture template for .NET applications 💪
MIT License
1.4k stars 221 forks source link

Improving performance in "ApiController" #8

Closed amirhessampourhossein closed 7 months ago

amirhessampourhossein commented 7 months ago

I am getting the CA1859 suggestion in visual studio when hovering over Problem(Error error) and ValidationProblem(List<Error> errors) in ApiController is it really a good idea to change the return type from IActionResult to ActionResult or ObjectRresult ?

amantinband commented 7 months ago

Yeah sure, let's change it since the type is known. Changed in a separate commit under #10