ardalis/Result
Translating Results to ActionResults doesn't contain the SuccessMessage
Offen
#114 geöffnet am 12.02.2023
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.