Open
Description
During my NRT work I've found the referenced code.
csla/Source/Csla.Web.Mvc.Shared/Server/Hosts/HttpPortal.cs
Lines 70 to 78 in c005a93
My understanding is that we create the
DataPortelErrorInfo
and assign it to the ErrorData
property. But the result
object is never actually returned. The only "value" is the ConverResponse
picks up the error but can't do a thing to influence the program flow.Should we remove the unnecessary object creation?
It affects the following portals:
- HttpPortal
- GrpcPortal
- RabbitMqPortal
Activity