ardalis/Result
Auf GitHub ansehenTranslating Results to ActionResults doesn't contain the SuccessMessage
Open
#114 geöffnet am 12. Feb. 2023
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.