-
Notifications
You must be signed in to change notification settings - Fork 17
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
Validate for Null Requests and throw strong typed exception #37
Comments
May i start working on this? |
It would be nice @hadijahangiri :) |
tnx |
Hey @hadijahangiri, I found the time to create PR which adds validation for null request. You may see the changes here b3d03b1 I wonder if you are interested in creating samples to showcase the project. What do you say? |
sorry about my delay. very good. |
No problem! Take your time :) What is more in need is a real sample application. There are good projects in GitHub using MediatR that I wish to implement using FluentMediator. Like the following: https://github.com/miltoncamara/mediatr-netcore-sample |
I try to use MediatR in one project |
The first "more complex" example of FluentMediator is available here https://github.com/ivanpaulovich/clean-architecture-manga |
Please failfast when the developer tries to publish/send null objects. The following code should be updated:
The text was updated successfully, but these errors were encountered: