A .NET library which provides a Result type for representing the outcome of operations in C#.
Find a file
Louis Seubert 1a8737ffa5
feat: add join for list of Task<Result<T>>
Allow joining `IEnumerable<Task<Result<T>>>` to one single `Task<Result<IReadOnlyList<T>>>` contains the success value of each result.
2024-05-01 17:48:11 +02:00
.forgejo/workflows chore: adjust workflow to publish release nupkg 2024-05-01 16:23:17 +02:00
src feat: add join for list of Task<Result<T>> 2024-05-01 17:48:11 +02:00
.editorconfig feat: initial project commit 2024-04-27 20:11:24 +02:00
.gitignore feat: initial project commit 2024-04-27 20:11:24 +02:00
Directory.Build.props feat: initial project commit 2024-04-27 20:11:24 +02:00
Directory.Build.targets feat: initial project commit 2024-04-27 20:11:24 +02:00
Directory.Packages.props feat: initial project commit 2024-04-27 20:11:24 +02:00
Geekeey.Extensions.Result.sln feat: initial project commit 2024-04-27 20:11:24 +02:00
global.json feat: initial project commit 2024-04-27 20:11:24 +02:00
nuget.config feat: initial project commit 2024-04-27 20:11:24 +02:00