Soenneker.Utils.Cancellation 2.1.190

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.Cancellation --version 2.1.190                
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 2.1.190                
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.190" />                
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.190                
#r "nuget: Soenneker.Utils.Cancellation, 2.1.190"                
#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.190

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

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.385 37 11/21/2024
3.0.384 69 11/20/2024
3.0.382 70 11/20/2024
3.0.381 57 11/20/2024
3.0.380 67 11/19/2024
3.0.379 66 11/19/2024
3.0.378 62 11/19/2024
3.0.377 72 11/19/2024
3.0.376 71 11/14/2024
3.0.375 65 11/14/2024
3.0.374 67 11/14/2024
3.0.373 67 11/14/2024
3.0.372 71 11/14/2024
3.0.371 67 11/14/2024
3.0.370 72 11/14/2024
2.1.369 65 11/14/2024
2.1.368 64 11/13/2024
2.1.367 65 11/13/2024
2.1.366 67 11/12/2024
2.1.365 69 11/12/2024
2.1.364 64 11/12/2024
2.1.363 77 11/9/2024
2.1.362 70 11/9/2024
2.1.361 75 11/8/2024
2.1.360 71 11/8/2024
2.1.359 69 11/8/2024
2.1.358 76 11/8/2024
2.1.357 72 11/8/2024
2.1.356 71 11/8/2024
2.1.355 66 10/31/2024
2.1.354 80 10/29/2024
2.1.353 70 10/29/2024
2.1.352 70 10/29/2024
2.1.351 80 10/26/2024
2.1.350 76 10/22/2024
2.1.349 72 10/22/2024
2.1.348 66 10/22/2024
2.1.347 79 10/17/2024
2.1.346 76 10/14/2024
2.1.345 83 10/11/2024
2.1.344 94 10/11/2024
2.1.343 87 10/11/2024
2.1.341 80 10/8/2024
2.1.340 82 10/8/2024
2.1.339 68 10/8/2024
2.1.338 73 10/8/2024
2.1.337 73 10/8/2024
2.1.336 76 10/8/2024
2.1.335 79 10/3/2024
2.1.334 78 10/3/2024
2.1.333 85 10/3/2024
2.1.332 82 10/2/2024
2.1.331 86 10/2/2024
2.1.330 85 10/1/2024
2.1.329 78 10/1/2024
2.1.328 89 10/1/2024
2.1.327 85 9/29/2024
2.1.326 97 9/29/2024
2.1.325 89 9/29/2024
2.1.324 91 9/27/2024
2.1.323 82 9/27/2024
2.1.322 87 9/27/2024
2.1.321 88 9/26/2024
2.1.320 89 9/26/2024
2.1.319 90 9/26/2024
2.1.318 85 9/23/2024
2.1.317 90 9/23/2024
2.1.316 84 9/23/2024
2.1.315 86 9/23/2024
2.1.314 82 9/23/2024
2.1.313 91 9/17/2024
2.1.312 89 9/17/2024
2.1.311 77 9/17/2024
2.1.310 81 9/17/2024
2.1.309 77 9/17/2024
2.1.308 85 9/17/2024
2.1.307 83 9/16/2024
2.1.306 98 9/12/2024
2.1.305 106 9/11/2024
2.1.303 90 9/11/2024
2.1.302 98 9/10/2024
2.1.301 92 9/10/2024
2.1.300 90 9/10/2024
2.1.299 97 9/10/2024
2.1.298 89 9/9/2024
2.1.297 88 9/9/2024
2.1.296 91 9/9/2024
2.1.295 94 9/9/2024
2.1.294 97 9/9/2024
2.1.293 94 9/6/2024
2.1.292 109 9/6/2024
2.1.291 93 9/5/2024
2.1.290 90 9/5/2024
2.1.289 98 9/5/2024
2.1.288 96 9/5/2024
2.1.287 92 9/5/2024
2.1.286 93 9/5/2024
2.1.285 105 9/4/2024
2.1.284 89 9/3/2024
2.1.283 94 9/3/2024
2.1.282 96 9/3/2024
2.1.281 93 9/3/2024
2.1.280 98 8/29/2024
2.1.279 103 8/26/2024
2.1.278 112 8/21/2024
2.1.277 109 8/21/2024
2.1.276 109 8/20/2024
2.1.275 113 8/20/2024
2.1.274 105 8/20/2024
2.1.273 115 8/19/2024
2.1.272 122 8/15/2024
2.1.271 98 8/13/2024
2.1.270 86 8/6/2024
2.1.269 61 8/6/2024
2.1.268 88 8/1/2024
2.1.267 86 8/1/2024
2.1.266 88 8/1/2024
2.1.265 63 7/25/2024
2.1.264 73 7/25/2024
2.1.263 72 7/25/2024
2.1.262 70 7/24/2024
2.1.261 59 7/24/2024
2.1.260 167 7/20/2024
2.1.259 111 7/14/2024
2.1.258 82 7/14/2024
2.1.256 108 7/10/2024
2.1.255 88 7/10/2024
2.1.254 61 7/10/2024
2.1.253 96 7/10/2024
2.1.252 76 7/10/2024
2.1.251 101 7/10/2024
2.1.250 51 7/9/2024
2.1.249 76 7/9/2024
2.1.248 66 7/9/2024
2.1.247 90 7/9/2024
2.1.246 86 7/9/2024
2.1.245 100 7/9/2024
2.1.244 63 7/9/2024
2.1.243 109 7/9/2024
2.1.242 93 7/8/2024
2.1.241 92 7/8/2024
2.1.240 98 7/8/2024
2.1.239 107 7/7/2024
2.1.238 136 7/7/2024
2.1.237 1,597 7/3/2024
2.1.236 81 7/3/2024
2.1.235 2,025 6/22/2024
2.1.234 986 6/15/2024
2.1.233 349 6/15/2024
2.1.232 1,025 6/14/2024
2.1.231 1,070 6/1/2024
2.1.230 178 6/1/2024
2.1.229 439 6/1/2024
2.1.228 1,327 5/31/2024
2.1.227 915 5/29/2024
2.1.226 816 5/28/2024
2.1.225 420 5/27/2024
2.1.224 901 5/26/2024
2.1.223 821 5/26/2024
2.1.222 481 5/26/2024
2.1.221 296 5/26/2024
2.1.220 324 5/25/2024
2.1.219 759 5/25/2024
2.1.218 175 5/25/2024
2.1.217 427 5/25/2024
2.1.216 448 5/25/2024
2.1.215 825 5/23/2024
2.1.214 561 5/23/2024
2.1.213 527 5/22/2024
2.1.212 319 5/22/2024
2.1.211 352 5/22/2024
2.1.210 1,463 5/18/2024
2.1.209 617 5/17/2024
2.1.208 311 5/17/2024
2.1.207 779 5/16/2024
2.1.206 211 5/15/2024
2.1.205 956 5/15/2024
2.1.204 1,090 5/13/2024
2.1.203 1,217 4/29/2024
2.1.202 286 4/29/2024
2.1.201 1,013 4/28/2024
2.1.200 325 4/28/2024
2.1.199 182 4/28/2024
2.1.198 704 4/28/2024
2.1.197 259 4/28/2024
2.1.196 446 4/28/2024
2.1.195 289 4/28/2024
2.1.194 592 4/27/2024
2.1.193 874 4/19/2024
2.1.192 1,150 4/18/2024
2.1.191 907 4/12/2024
2.1.190 613 4/12/2024
2.1.189 341 4/12/2024
2.1.188 352 4/12/2024
2.1.187 548 4/12/2024
2.1.186 395 4/12/2024
2.1.185 486 4/11/2024
2.1.184 581 4/10/2024
2.1.183 425 4/9/2024
2.1.182 995 4/2/2024
2.1.181 388 4/1/2024
2.1.180 737 3/29/2024
2.1.179 714 3/25/2024
2.1.178 303 3/25/2024
2.1.177 915 3/20/2024
2.1.176 839 3/19/2024
2.1.175 428 3/19/2024
2.1.174 643 3/18/2024
2.1.173 970 3/15/2024
2.1.172 665 3/13/2024
2.1.171 285 3/13/2024
2.1.170 713 3/13/2024
2.1.169 284 3/13/2024
2.1.168 130 3/13/2024
2.1.167 696 3/12/2024
2.1.166 493 3/12/2024
2.1.165 764 3/11/2024
2.1.164 733 3/11/2024
2.1.163 759 3/10/2024
2.1.162 722 3/8/2024
2.1.161 307 3/8/2024
2.1.160 601 3/8/2024
2.1.159 911 3/6/2024
2.1.158 706 3/4/2024
2.1.157 795 3/4/2024
2.1.156 666 3/3/2024
2.1.155 601 3/2/2024
2.1.154 223 3/2/2024
2.1.153 615 3/2/2024
2.1.152 172 3/2/2024
2.1.151 609 2/29/2024
2.1.150 206 2/29/2024
2.1.149 620 2/29/2024
2.1.148 818 2/26/2024
2.1.147 464 2/25/2024
2.1.146 475 2/25/2024
2.1.145 1,743 2/23/2024
2.1.144 610 2/22/2024
2.1.143 417 2/22/2024
2.1.142 642 2/21/2024
2.1.141 632 2/21/2024
2.1.140 536 2/21/2024
2.1.139 342 2/21/2024
2.1.138 285 2/21/2024
2.1.137 110 2/21/2024
2.1.136 1,460 2/20/2024
2.1.135 493 2/20/2024
2.1.134 398 2/20/2024
2.1.133 455 2/19/2024
2.1.132 616 2/19/2024
2.1.131 663 2/17/2024
2.1.130 440 2/17/2024
2.1.129 513 2/16/2024
2.1.128 257 2/16/2024
2.1.127 299 2/16/2024
2.1.126 350 2/16/2024
2.1.125 604 2/16/2024
2.1.124 190 2/16/2024
2.1.123 1,084 2/13/2024
2.1.122 897 2/13/2024
2.1.121 209 2/13/2024
2.1.120 452 2/13/2024
2.1.119 466 2/13/2024
2.1.118 603 2/12/2024
2.1.117 303 2/11/2024
2.1.116 905 2/11/2024
2.1.115 499 2/11/2024
2.1.114 594 2/10/2024
2.1.113 342 2/9/2024
2.1.112 767 2/9/2024
2.1.111 559 2/9/2024
2.1.110 306 2/8/2024
2.1.109 541 2/8/2024
2.1.108 453 2/8/2024
2.1.107 527 2/8/2024
2.1.106 710 2/7/2024
2.1.105 445 2/7/2024
2.1.104 265 2/7/2024
2.1.103 652 2/7/2024
2.1.102 97 2/6/2024
2.1.101 509 2/6/2024
2.1.100 764 2/5/2024
2.1.99 782 2/4/2024
2.1.98 592 2/2/2024
2.1.97 868 1/31/2024
2.1.96 704 1/29/2024
2.1.95 688 1/29/2024
2.1.94 260 1/29/2024
2.1.93 726 1/28/2024
2.1.92 271 1/28/2024
2.1.91 526 1/28/2024
2.1.90 274 1/28/2024
2.1.89 333 1/28/2024
2.1.88 807 1/27/2024
2.1.87 493 1/27/2024
2.1.86 174 1/27/2024
2.1.85 356 1/27/2024
2.1.84 469 1/27/2024
2.1.83 523 1/27/2024
2.1.82 212 1/26/2024
2.1.81 363 1/26/2024
2.1.80 505 1/26/2024
2.1.79 269 1/26/2024
2.1.78 814 1/26/2024
2.1.77 515 1/26/2024
2.1.76 357 1/25/2024
2.1.75 315 1/25/2024
2.1.74 311 1/25/2024
2.1.73 349 1/25/2024
2.1.72 1,037 1/19/2024
2.1.71 823 1/15/2024
2.1.70 411 1/15/2024
2.1.69 393 1/15/2024
2.1.68 495 1/15/2024
2.1.67 643 1/15/2024
2.1.66 685 1/14/2024
2.1.65 751 1/13/2024
2.1.64 653 1/12/2024
2.1.63 871 1/11/2024
2.1.62 896 1/7/2024
2.1.61 671 1/5/2024
2.1.60 430 1/5/2024
2.1.59 722 1/5/2024
2.1.58 776 1/1/2024
2.1.57 925 12/28/2023
2.1.56 592 12/28/2023
2.1.55 566 12/28/2023
2.1.54 397 12/27/2023
2.1.53 289 12/27/2023
2.1.52 114 12/27/2023
2.1.51 1,346 12/25/2023
2.1.50 237 12/25/2023
2.1.49 572 12/25/2023
2.1.48 391 12/25/2023
2.1.47 488 12/25/2023
2.1.46 237 12/25/2023
2.1.45 692 12/24/2023
2.1.44 879 12/23/2023
2.1.43 468 12/23/2023
2.1.42 706 12/23/2023
2.1.41 291 12/23/2023
2.1.40 505 12/23/2023
2.1.39 1,082 12/19/2023
2.1.38 298 12/19/2023
2.1.37 1,771 12/10/2023
2.1.36 693 12/10/2023
2.1.35 1,190 12/9/2023
2.1.34 535 12/9/2023
2.1.33 668 12/9/2023
2.1.32 1,121 12/6/2023
2.1.31 932 12/5/2023
2.1.30 623 12/4/2023
2.1.29 227 12/4/2023
2.1.28 499 12/4/2023
2.1.27 1,219 11/23/2023
2.1.26 487 11/23/2023
2.1.25 596 11/23/2023
2.1.24 288 11/23/2023
2.1.23 722 11/20/2023
2.1.22 657 11/20/2023
2.1.21 636 11/19/2023
2.1.20 296 11/19/2023
2.1.19 579 11/19/2023
2.1.18 357 11/19/2023
2.1.17 681 11/18/2023
2.1.16 522 11/18/2023
2.1.15 350 11/18/2023
2.1.14 479 11/18/2023
2.1.13 622 11/17/2023
2.1.12 119 11/17/2023
2.1.11 611 11/17/2023
2.1.10 417 11/17/2023
2.1.9 383 11/17/2023
2.1.8 272 11/17/2023
2.1.7 654 11/17/2023
2.1.6 344 11/17/2023
2.1.5 194 11/17/2023
2.1.4 718 11/16/2023
2.0.82 969 11/15/2023
2.0.81 112 11/15/2023
2.0.80 107 11/15/2023
2.0.79 246 11/15/2023
2.0.3 118 11/16/2023
2.0.2 118 11/16/2023
2.0.1 113 11/16/2023
1.0.78 473 11/14/2023
1.0.77 902 11/13/2023
1.0.76 649 11/10/2023
1.0.75 635 11/9/2023
1.0.74 126 11/9/2023
1.0.73 967 11/7/2023
1.0.72 507 11/6/2023
1.0.71 451 11/3/2023
1.0.70 507 11/2/2023
1.0.69 966 11/1/2023
1.0.68 1,172 10/26/2023
1.0.67 876 10/19/2023
1.0.66 285 10/18/2023
1.0.65 691 10/17/2023
1.0.64 1,046 10/16/2023
1.0.63 662 10/13/2023
1.0.62 790 10/12/2023
1.0.61 1,344 9/20/2023
1.0.60 546 9/19/2023
1.0.59 619 9/18/2023
1.0.58 133 9/18/2023
1.0.57 941 9/14/2023
1.0.56 1,261 8/31/2023
1.0.55 531 8/30/2023
1.0.54 157 8/30/2023
1.0.53 1,045 8/28/2023
1.0.52 375 8/25/2023
1.0.51 939 8/24/2023
1.0.50 1,255 8/21/2023
1.0.49 426 8/18/2023
1.0.48 800 8/17/2023
1.0.47 132 8/17/2023
1.0.46 1,485 8/10/2023
1.0.45 577 8/9/2023
1.0.44 1,090 8/8/2023
1.0.43 596 8/7/2023
1.0.42 149 8/7/2023
1.0.41 1,492 7/13/2023
1.0.40 1,103 7/11/2023
1.0.39 702 7/10/2023
1.0.38 948 7/7/2023
1.0.37 172 7/7/2023
1.0.36 1,604 6/30/2023
1.0.35 793 6/29/2023
1.0.34 941 6/28/2023
1.0.33 166 6/28/2023
1.0.32 1,419 6/26/2023
1.0.31 527 6/23/2023
1.0.30 1,358 6/21/2023
1.0.29 1,438 6/15/2023
1.0.28 763 6/14/2023
1.0.27 186 6/14/2023
1.0.26 1,712 6/9/2023
1.0.25 876 6/8/2023
1.0.24 481 6/7/2023
1.0.23 208 6/7/2023
1.0.22 828 6/6/2023
1.0.21 1,672 6/5/2023
1.0.20 510 6/2/2023
1.0.19 177 6/2/2023
1.0.18 1,011 6/1/2023
1.0.17 352 5/31/2023
1.0.16 1,164 5/31/2023
1.0.15 366 5/31/2023
1.0.14 962 5/30/2023
1.0.13 1,381 5/26/2023
1.0.12 897 5/25/2023
1.0.11 829 5/24/2023
1.0.10 272 5/24/2023
1.0.8 1,179 5/23/2023
1.0.7 393 5/22/2023
1.0.6 1,348 5/17/2023
1.0.5 2,636 4/11/2023
1.0.4 515 4/3/2023
1.0.3 605 3/31/2023
1.0.2 203 3/31/2023
1.0.1 378 2/27/2023