Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Null Ref when returning Result.Error(string) non-generically. #189

Merged
merged 1 commit into from
May 25, 2024

Conversation

ardalis
Copy link
Owner

@ardalis ardalis commented May 25, 2024

Fixes #186

Fix issue with a new extension method
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
Ardalis.Result 19% 0% 121
Ardalis.Result.FluentValidation 86% 50% 6
Ardalis.Result.Sample.Core 20% 18% 64
Summary 23% (104 / 457) 12% (9 / 78) 191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Result.Error returns null instead of Result when returned from a method called from a controller
1 participant