José Ramón Barro

Results 6 comments of José Ramón Barro

I recommend U to use a library like **HangFire** to Run the Task in the background

The solution that U end with its the most common. U can also try the initial solution setting the `IValidator? validator = null` and check in the handler `if(_validator !=...

I solve it with an interface marking and add it as constraint to the Logging Pipeline ` public class PipelineLoggingBehavior : IPipelineBehavior where TRequest : IRequest, ITraceableRequest{} ` It allow...

Do anyone knows of a solution for this?

I was looking around and apparently the Output Cache is Save after the moment that the class APIGatewayHttpApiV2ProxyFunction return the result from the lambda. In this method the Response stream...