-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #583 from marcinjahn/allocation-free-result-maperror
feat: add allocation-free overloads for Result.MapError
- Loading branch information
Showing
14 changed files
with
3,379 additions
and
106 deletions.
There are no files selected for viewing
346 changes: 340 additions & 6 deletions
346
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.Task.Left.cs
Large diffs are not rendered by default.
Oops, something went wrong.
348 changes: 341 additions & 7 deletions
348
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.Task.Right.cs
Large diffs are not rendered by default.
Oops, something went wrong.
346 changes: 340 additions & 6 deletions
346
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.Task.cs
Large diffs are not rendered by default.
Oops, something went wrong.
346 changes: 340 additions & 6 deletions
346
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.ValueTask.Left.cs
Large diffs are not rendered by default.
Oops, something went wrong.
348 changes: 341 additions & 7 deletions
348
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.ValueTask.Right.cs
Large diffs are not rendered by default.
Oops, something went wrong.
348 changes: 341 additions & 7 deletions
348
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.ValueTask.cs
Large diffs are not rendered by default.
Oops, something went wrong.
348 changes: 341 additions & 7 deletions
348
CSharpFunctionalExtensions.Tests/ResultTests/Extensions/MapErrorTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.