Soenneker.Utils.Cancellation 2.1.193

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Utils.Cancellation --version 2.1.193
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 2.1.193
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.Cancellation" Version="2.1.193" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.Cancellation --version 2.1.193
#r "nuget: Soenneker.Utils.Cancellation, 2.1.193"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.Cancellation as a Cake Addin
#addin nuget:?package=Soenneker.Utils.Cancellation&version=2.1.193

// Install Soenneker.Utils.Cancellation as a Cake Tool
#tool nuget:?package=Soenneker.Utils.Cancellation&version=2.1.193

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.Cancellation

A utility library allowing for easy CancellationToken usage

Installation

dotnet add package Soenneker.Utils.Cancellation

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddCancellationUtil();
}
  1. Inject ICancellationUtil where you wish to set the CancellationToken (typically from an API Controller)
_cancellationUtil.Set(cancellationToken);
  1. Inject ICancellationUtil where you wish to retrieve the CancellationToken (typically when accessing another API, or database etc):
// is not guaranteed to be non-null (if it never was set within scope), but is specified thus for ease of use
var cancellationUtil = _cancellationUtil.Get(); 
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Soenneker.Utils.Cancellation:

Package Downloads
Soenneker.Cosmos.Repository The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A data persistence abstraction layer for Cosmos DB

Soenneker.Blob.Download The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob download operations

Soenneker.Blob.Fetch The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob fetch (metadata) operations

Soenneker.Coordinators.Base The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A base class that sits between a controller and manager (responsibility-driven-design) providing logging and cancellation

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.193 446 4/19/2024
2.1.192 816 4/18/2024
2.1.191 642 4/12/2024
2.1.190 409 4/12/2024
2.1.189 230 4/12/2024
2.1.188 240 4/12/2024
2.1.187 366 4/12/2024
2.1.186 267 4/12/2024
2.1.185 343 4/11/2024
2.1.184 418 4/10/2024
2.1.183 295 4/9/2024
2.1.182 717 4/2/2024
2.1.181 265 4/1/2024
2.1.180 487 3/29/2024
2.1.179 476 3/25/2024
2.1.178 202 3/25/2024
2.1.177 619 3/20/2024
2.1.176 598 3/19/2024
2.1.175 304 3/19/2024
2.1.174 446 3/18/2024
2.1.173 714 3/15/2024
2.1.172 468 3/13/2024
2.1.171 207 3/13/2024
2.1.170 503 3/13/2024
2.1.169 212 3/13/2024
2.1.168 89 3/13/2024
2.1.167 480 3/12/2024
2.1.166 354 3/12/2024
2.1.165 541 3/11/2024
2.1.164 531 3/11/2024
2.1.163 536 3/10/2024
2.1.162 502 3/8/2024
2.1.161 223 3/8/2024
2.1.160 425 3/8/2024
2.1.159 639 3/6/2024
2.1.158 494 3/4/2024
2.1.157 508 3/4/2024
2.1.156 466 3/3/2024
2.1.155 426 3/2/2024
2.1.154 162 3/2/2024
2.1.153 405 3/2/2024
2.1.152 118 3/2/2024
2.1.151 439 2/29/2024
2.1.150 142 2/29/2024
2.1.149 416 2/29/2024
2.1.148 621 2/26/2024
2.1.147 295 2/25/2024
2.1.146 328 2/25/2024
2.1.145 1,276 2/23/2024
2.1.144 445 2/22/2024
2.1.143 277 2/22/2024
2.1.142 477 2/21/2024
2.1.141 468 2/21/2024
2.1.140 379 2/21/2024
2.1.139 227 2/21/2024
2.1.138 199 2/21/2024
2.1.137 80 2/21/2024
2.1.136 1,009 2/20/2024
2.1.135 335 2/20/2024
2.1.134 254 2/20/2024
2.1.133 299 2/19/2024
2.1.132 427 2/19/2024
2.1.131 452 2/17/2024
2.1.130 277 2/17/2024
2.1.129 333 2/16/2024
2.1.128 173 2/16/2024
2.1.127 200 2/16/2024
2.1.126 250 2/16/2024
2.1.125 416 2/16/2024
2.1.124 136 2/16/2024
2.1.123 784 2/13/2024
2.1.122 611 2/13/2024
2.1.121 133 2/13/2024
2.1.120 296 2/13/2024
2.1.119 312 2/13/2024
2.1.118 436 2/12/2024
2.1.117 201 2/11/2024
2.1.116 625 2/11/2024
2.1.115 308 2/11/2024
2.1.114 401 2/10/2024
2.1.113 234 2/9/2024
2.1.112 524 2/9/2024
2.1.111 384 2/9/2024
2.1.110 202 2/8/2024
2.1.109 372 2/8/2024
2.1.108 298 2/8/2024
2.1.107 358 2/8/2024
2.1.106 464 2/7/2024
2.1.105 299 2/7/2024
2.1.104 166 2/7/2024
2.1.103 454 2/7/2024
2.1.102 63 2/6/2024
2.1.101 335 2/6/2024
2.1.100 531 2/5/2024
2.1.99 522 2/4/2024
2.1.98 385 2/2/2024
2.1.97 628 1/31/2024
2.1.96 477 1/29/2024
2.1.95 477 1/29/2024
2.1.94 179 1/29/2024
2.1.93 492 1/28/2024
2.1.92 188 1/28/2024
2.1.91 359 1/28/2024
2.1.90 187 1/28/2024
2.1.89 228 1/28/2024
2.1.88 537 1/27/2024
2.1.87 327 1/27/2024
2.1.86 114 1/27/2024
2.1.85 232 1/27/2024
2.1.84 310 1/27/2024
2.1.83 332 1/27/2024
2.1.82 138 1/26/2024
2.1.81 251 1/26/2024
2.1.80 344 1/26/2024
2.1.79 182 1/26/2024
2.1.78 574 1/26/2024
2.1.77 344 1/26/2024
2.1.76 252 1/25/2024
2.1.75 210 1/25/2024
2.1.74 214 1/25/2024
2.1.73 236 1/25/2024
2.1.72 722 1/19/2024
2.1.71 586 1/15/2024
2.1.70 266 1/15/2024
2.1.69 288 1/15/2024
2.1.68 357 1/15/2024
2.1.67 454 1/15/2024
2.1.66 478 1/14/2024
2.1.65 534 1/13/2024
2.1.64 468 1/12/2024
2.1.63 639 1/11/2024
2.1.62 650 1/7/2024
2.1.61 472 1/5/2024
2.1.60 309 1/5/2024
2.1.59 510 1/5/2024
2.1.58 562 1/1/2024
2.1.57 668 12/28/2023
2.1.56 419 12/28/2023
2.1.55 403 12/28/2023
2.1.54 296 12/27/2023
2.1.53 203 12/27/2023
2.1.52 84 12/27/2023
2.1.51 897 12/25/2023
2.1.50 155 12/25/2023
2.1.49 388 12/25/2023
2.1.48 258 12/25/2023
2.1.47 363 12/25/2023
2.1.46 144 12/25/2023
2.1.45 447 12/24/2023
2.1.44 578 12/23/2023
2.1.43 298 12/23/2023
2.1.42 462 12/23/2023
2.1.41 189 12/23/2023
2.1.40 328 12/23/2023
2.1.39 746 12/19/2023
2.1.38 187 12/19/2023
2.1.37 1,224 12/10/2023
2.1.36 496 12/10/2023
2.1.35 834 12/9/2023
2.1.34 386 12/9/2023
2.1.33 459 12/9/2023
2.1.32 745 12/6/2023
2.1.31 627 12/5/2023
2.1.30 373 12/4/2023
2.1.29 174 12/4/2023
2.1.28 347 12/4/2023
2.1.27 802 11/23/2023
2.1.26 332 11/23/2023
2.1.25 355 11/23/2023
2.1.24 226 11/23/2023
2.1.23 474 11/20/2023
2.1.22 409 11/20/2023
2.1.21 375 11/19/2023
2.1.20 215 11/19/2023
2.1.19 408 11/19/2023
2.1.18 235 11/19/2023
2.1.17 477 11/18/2023
2.1.16 323 11/18/2023
2.1.15 222 11/18/2023
2.1.14 332 11/18/2023
2.1.13 439 11/17/2023
2.1.12 72 11/17/2023
2.1.11 385 11/17/2023
2.1.10 317 11/17/2023
2.1.9 251 11/17/2023
2.1.8 204 11/17/2023
2.1.7 407 11/17/2023
2.1.6 239 11/17/2023
2.1.5 145 11/17/2023
2.1.4 493 11/16/2023
2.0.82 637 11/15/2023
2.0.81 84 11/15/2023
2.0.80 80 11/15/2023
2.0.79 168 11/15/2023
2.0.3 90 11/16/2023
2.0.2 90 11/16/2023
2.0.1 86 11/16/2023
1.0.78 358 11/14/2023
1.0.77 641 11/13/2023
1.0.76 520 11/10/2023
1.0.75 438 11/9/2023
1.0.74 90 11/9/2023
1.0.73 692 11/7/2023
1.0.72 391 11/6/2023
1.0.71 355 11/3/2023
1.0.70 395 11/2/2023
1.0.69 660 11/1/2023
1.0.68 837 10/26/2023
1.0.67 676 10/19/2023
1.0.66 233 10/18/2023
1.0.65 555 10/17/2023
1.0.64 689 10/16/2023
1.0.63 521 10/13/2023
1.0.62 569 10/12/2023
1.0.61 1,012 9/20/2023
1.0.60 389 9/19/2023
1.0.59 497 9/18/2023
1.0.58 98 9/18/2023
1.0.57 683 9/14/2023
1.0.56 962 8/31/2023
1.0.55 382 8/30/2023
1.0.54 122 8/30/2023
1.0.53 862 8/28/2023
1.0.52 305 8/25/2023
1.0.51 681 8/24/2023
1.0.50 916 8/21/2023
1.0.49 355 8/18/2023
1.0.48 609 8/17/2023
1.0.47 104 8/17/2023
1.0.46 1,180 8/10/2023
1.0.45 473 8/9/2023
1.0.44 790 8/8/2023
1.0.43 495 8/7/2023
1.0.42 122 8/7/2023
1.0.41 1,167 7/13/2023
1.0.40 858 7/11/2023
1.0.39 593 7/10/2023
1.0.38 696 7/7/2023
1.0.37 145 7/7/2023
1.0.36 1,248 6/30/2023
1.0.35 644 6/29/2023
1.0.34 800 6/28/2023
1.0.33 138 6/28/2023
1.0.32 1,153 6/26/2023
1.0.31 448 6/23/2023
1.0.30 1,118 6/21/2023
1.0.29 1,125 6/15/2023
1.0.28 602 6/14/2023
1.0.27 156 6/14/2023
1.0.26 1,379 6/9/2023
1.0.25 766 6/8/2023
1.0.24 415 6/7/2023
1.0.23 178 6/7/2023
1.0.22 745 6/6/2023
1.0.21 1,322 6/5/2023
1.0.20 409 6/2/2023
1.0.19 142 6/2/2023
1.0.18 851 6/1/2023
1.0.17 295 5/31/2023
1.0.16 1,019 5/31/2023
1.0.15 311 5/31/2023
1.0.14 846 5/30/2023
1.0.13 1,212 5/26/2023
1.0.12 783 5/25/2023
1.0.11 741 5/24/2023
1.0.10 230 5/24/2023
1.0.8 1,030 5/23/2023
1.0.7 344 5/22/2023
1.0.6 1,181 5/17/2023
1.0.5 2,394 4/11/2023
1.0.4 460 4/3/2023
1.0.3 552 3/31/2023
1.0.2 178 3/31/2023
1.0.1 350 2/27/2023