From 9939e86018305e38ab92e4c74710c8044c165ab6 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 13 Dec 2023 15:01:14 -0500 Subject: [PATCH] Update README.md (#160) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b6566c..8648cfb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A result abstraction that can be mapped to HTTP response codes if needed. * [Getting Started With Ardalis.Result](https://blog.nimblepros.com/blogs/getting-started-with-ardalis-result/) * [Transforming Results With the Map Method](https://blog.nimblepros.com/blogs/transforming-results-with-the-map-method/) * [Avoid Using Exceptions to Determine API Status Codes and Responses](https://ardalis.com/avoid-using-exceptions-determine-api-status/) +* [Fluent Validation in MediatR with Results](https://youtu.be/9KuLsPV8BYU) ## What Problem Does This Address?