ardalis/Result

Translating Results to ActionResults doesn't contain the SuccessMessage

Offen

#114 geöffnet am 12.02.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (126 Forks)github user discovery
buggood first issuehelp wanted

Repository-Metriken

Stars
 (1.034 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8T 3h) (2 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide