Commit graph

3 commits

Author SHA1 Message Date
2a5c134d9f
chore: add copyright header
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 39s
2024-05-01 18:30:15 +02:00
fb6e06952c
feat: fix inconsistent naming of transformation functions
Fix naming of transformation functions like `Nap` and `Then` when handling `Task` or `ValueTask` as a result of the transformation. If the transformation function supplied to the `Map` or `Then` function returns a `Task` or `ValueTask`, now these functions always have the `Async` suffix in their name.
If the function is an extension function which operates on a `Task<Result<T>>` or `ValueTask<Result<T>>` and does not fulfil the contracts with the task result of the transformation, the function does **not** have the `Async` suffix.
2024-05-01 17:55:07 +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