ardalis/Result

Translating Results to ActionResults doesn't contain the SuccessMessage

Open

#114 aberto em 12 de fev. de 2023

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C# (126 forks)github user discovery
buggood first issuehelp wanted

Métricas do repositório

Stars
 (1.034 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador