ardalis/Result

Translating Results to ActionResults doesn't contain the SuccessMessage

Ouverte

#114 ouverte le 12 févr. 2023

 (3 commentaires) (0 réaction) (0 personne assignée)C# (126 forks)github user discovery
buggood first issuehelp wanted

Métriques du dépôt

Stars
 (1 034 étoiles)
Métriques de merge PR
 (Merge moyen 8j 3h) (2 PRs mergées en 30 j)

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.

Guide contributeur