AmbientTasks Versions Save

Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.

v1.0.1

3 years ago

Published to https://www.nuget.org/packages/AmbientTasks/1.0.1

Release notes

Debug symbols are no longer in the NuGet package and are now published to the NuGet symbol location that is built in to Visual Studio. See the readme to load debug symbols for prerelease builds from MyGet.

(https://github.com/Techsola/AmbientTasks/blob/v1.0.1/CHANGELOG.md#101---2021-01-10)

v1.0.0

4 years ago

Published to https://www.nuget.org/packages/AmbientTasks/1.0.0

Release notes

Initial release, targeting .NET Standard 2.0. Ability to track a Task, invoke a Func<Task>, post a synchronous or async callback to the current or specified synchronization context, and wait for all of the above.

(https://github.com/Techsola/AmbientTasks/blob/v1.0.1/CHANGELOG.md#100---2020-02-01)