Commit graph

4 commits

Author SHA1 Message Date
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
16ef85906f
chore: adjust workflow to publish release nupkg
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 39s
2024-05-01 16:23:17 +02:00
67998e966f
chore: rename tests to follow the i can syntax 2024-05-01 16:22:45 +02:00
30ef7bd477
feat: initial project commit
All checks were successful
default / default (8.0) (push) Successful in 1m7s
2024-04-27 20:11:24 +02:00