azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
214 stars 29 forks source link

Wave MVC bind parameters does not support IJsonReadable check out of box. Should it support it? #898

Open itadapter opened 1 year ago

itadapter commented 1 year ago

Something like this, thows EVEN if CustomType implements IJsonReadable

 void Action(CustomType request)
{
  ...
}
// MVCHandler
protected virtual async Task<object[]> BindParametersAsync(Controller controller, string action, ActionBaseAttribute attrAction, MethodInfo method,  WorkContext work)