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
Copy file name to clipboardExpand all lines: src/ResultR/ResultR.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
10
10
<!-- Package metadata -->
11
11
<PackageId>ResultR</PackageId>
12
-
<Description>A lightweight, opinionated C# mediator library focused on simplicity and clean design.</Description>
12
+
<Description>A lightweight request/response dispatcher for .NET applications. It routes requests to handlers and wraps all responses in a Result<T> type for consistent success/failure handling.</Description>
0 commit comments