Carles Dávila
Results
1
comments of
Carles Dávila
You can write your own ApiConventions and define there ProducesResponseTypeAttribute(500)) Take as sample the DefaultApiConventions that comes by default in the framework https://raw.githubusercontent.com/aspnet/Mvc/release/2.2/src/Microsoft.AspNetCore.Mvc.Core/DefaultApiConventions.cs Then you can register globally in your...