ardalis/Result
在 GitHub 查看Translating Results to ActionResults doesn't contain the SuccessMessage
Open
#114 创建于 2023年2月12日
buggood first issuehelp wanted
仓库指标
- Star
- (1,034 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.