ardalis/Result

Translating Results to ActionResults doesn't contain the SuccessMessage

Open

#114 geöffnet am 12. Feb. 2023

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

Repository-Metriken

Stars
 (1.034 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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