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/Ardalis.Result/Ardalis.Result.csproj
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,14 @@
7
7
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
8
8
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9
9
<PackageReleaseNotes>
10
-
* BREAKING: closes #161 Auto-Evaluation of the Status property when Errors or ValidationErrors are added to the result. by @Ewerton in https://github.com/ardalis/Result/pull/162
10
+
* BREAKING Expose ValidationErrors as IEnumerable to Prevent Side Effects by @KyleMcMaster in https://github.com/ardalis/Result/pull/169
11
+
* Add Created.Result by @hectorrhg in https://github.com/ardalis/Result/pull/177
12
+
* Add Result.NoContent support (HTTP 204) by @dadyarri in https://github.com/ardalis/Result/pull/178
13
+
* Fix 179 by @ardalis in https://github.com/ardalis/Result/pull/180
14
+
* Update Error usage to utilize ErrorList record with ErrorMessages and CorrelationId by @KyleMcMaster in https://github.com/ardalis/Result/pull/173
0 commit comments