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.AspNetCore/Ardalis.Result.AspNetCore.csproj
+2-4
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@
7
7
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
8
8
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9
9
<PackageReleaseNotes>
10
-
* Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158
11
-
* occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168
12
-
* Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166
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
Copy file name to clipboardExpand all lines: src/Ardalis.Result/Ardalis.Result.csproj
+2-4
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@
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
-
* Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158
11
-
* occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168
12
-
* Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166
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
0 commit comments