ardalis/Result
Translating Results to ActionResults doesn't contain the SuccessMessage
Aberta
#114 aberto em 12 de fev. de 2023
buggood first issuehelp wanted
Métricas do repositório
- Stars
- (1.034 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d 3h) (2 fundiu PRs em 30d)
Description
Translating Results to ActionResults doesn't contain the SuccessMessage. I want to send a message by SuccessMessage in ActionResult<Result> return type but this only return the T generic class without SuccessMessage property of Result class.