You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ⚡ **[Convention-based discovery](https://mediator.foundatio.dev/guide/handler-conventions.html)** — handlers discovered by naming conventions, no interfaces or base classes required
14
-
- 🧩 **[Plain handler classes](https://mediator.foundatio.dev/guide/handler-conventions.html)** — sync or async, static or instance methods, any signature, multiple handlers per class
15
-
- 🌐 **[Auto-generated API endpoints](https://mediator.foundatio.dev/guide/endpoints.html)** — Minimal API endpoints generated from handlers with route, method, and parameter binding inference
16
-
- 🎯 **[Built-in Result\<T>](https://mediator.foundatio.dev/guide/result-types.html)** — rich status handling without exceptions, auto-mapped to HTTP status codes
17
-
- 🎪 **[Middleware pipeline](https://mediator.foundatio.dev/guide/middleware.html)** — Before/After/Finally/Execute hooks with state passing and short-circuiting
- 🔧 **[Full DI support](https://mediator.foundatio.dev/guide/dependency-injection.html)** — constructor and method parameter injection via Microsoft.Extensions.DependencyInjection
20
-
- 🔐 **[Authorization](https://mediator.foundatio.dev/guide/authorization.html)** — built-in attribute-based authorization with policy support
21
-
- 📡 **[Streaming handlers](https://mediator.foundatio.dev/guide/streaming-handlers.html)** — `IAsyncEnumerable<T>` support with SSE endpoint generation
**👉 [Getting Started Guide](https://mediator.foundatio.dev/guide/getting-started.html)** — step-by-step setup with code samples for ASP.NET Core and console apps.
0 commit comments