TaskSeq 0.2.1
Version 0.2.1, 10 Nov, 2022
This is a minor NuGet release that introduces the first caching-enabled function to the surface area: TaskSeq.except
.
Summary of changes:
Changes implemented by @abelbraaksma unless otherwise noted.
Bug fixes
- 47dedbd Fix bug: remove undocumented
toSeqOfTasks
, it exposed overlapping execution of tasks - Dependency updates (by @dependabot)
Features
- #87 Add MIT license
- #87 Initial NuGet package settings for automation
- 600cea5 Add
ValueTask.CompletedTask
and expose - #83 Add functions to
TaskSeq
module:- Add
except
- Add
exceptOfSeq
- Add