Skip to content

Commit 83eb37a

Browse files
committed
Another readme update
1 parent 7bd6d2e commit 83eb37a

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Foundatio Mediator is a high-performance mediator library for .NET that uses sou
99

1010
## ✨ Features
1111

12-
- 🚀 **[Near-direct call performance](https://mediator.foundatio.dev/guide/performance.html)** — source generators and interceptors eliminate runtime reflection
13-
-**[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
18-
- 🔄 **[Cascading messages](https://mediator.foundatio.dev/guide/cascading-messages.html)** — tuple returns automatically publish follow-on events
19-
- 🔧 **[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
12+
- 🚀 **Near-direct call performance** — source generators and interceptors eliminate runtime reflection
13+
-**Convention-based discovery** — handlers discovered by naming conventions, no interfaces or base classes required
14+
- 🧩 **Plain handler classes** — sync or async, static or instance methods, any signature, multiple handlers per class
15+
- 🌐 **Auto-generated API endpoints** — Minimal API endpoints generated from handlers with route, method, and parameter binding inference
16+
- 🎯 **Built-in Result\<T>** — rich status handling without exceptions, auto-mapped to HTTP status codes
17+
- 🎪 **Middleware pipeline** — Before/After/Finally/Execute hooks with state passing and short-circuiting
18+
- 🔄 **Cascading messages** — tuple returns automatically publish follow-on events
19+
- 🔧 **Full DI support** — constructor and method parameter injection via Microsoft.Extensions.DependencyInjection
20+
- 🔐 **Authorization** — built-in attribute-based authorization with policy support
21+
- 📡 **Streaming handlers**`IAsyncEnumerable<T>` support with SSE endpoint generation
2222
- 🔒 **Compile-time safety** — analyzer diagnostics catch misconfigurations before runtime
2323
- 🧪 **Easy testing** — plain objects with no framework coupling
2424
- 🐛 **Superior debugging** — short, readable call stacks
@@ -31,8 +31,7 @@ dotnet add package Foundatio.Mediator
3131

3232
**👉 [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.
3333

34-
**📖 [Complete Documentation](https://mediator.foundatio.dev)** ·
35-
**⚙️ [Configuration](https://mediator.foundatio.dev/guide/configuration.html)**
34+
**📖 [Complete Documentation](https://mediator.foundatio.dev)**
3635

3736
## 📂 Sample Applications
3837

0 commit comments

Comments
 (0)