Found 4,533 packages
Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.
This package provides a C# based durable task framework for writing long running applications.
Azure Storage provider extension for the Durable Task Framework.
Common helper methods for tasks as used in asynchronous programming.
The gRPC Protobuf .NET services for Durable Task Framework.
A single-threaded async-compatible context.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides the models used to access the Distributed Task Service via public REST APIs.
Asynchronous coordination primitives.
System.Threading.Tasks.Extensions
Azure WebJobs SDK Extension for the Durable Task Framework
Abstractions for the Durable Task Framework.
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
The core client for the Durable Task Framework. The client is responsible for interacting with orchestrations from outside the worker.
The core worker for the Durable Task Framework. The worker is responsible for processing durable task work items.
A helper library for the Task-Based Asynchronous Pattern (TAP).
The gRPC worker for the Durable Task Framework.
The gRPC client for the Durable Task Framework.
This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple<T1, T2, ...> - IProgress<T> - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.
Task wrappers for WaitHandles.
Provides the MonoAOTCompiler task