Soenneker.Utils.Cancellation 3.0.474

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 3.0.474                
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.474                
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="3.0.474" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.Cancellation --version 3.0.474                
#r "nuget: Soenneker.Utils.Cancellation, 3.0.474"                
#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=3.0.474

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

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 net9.0 is compatible. 
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.481 38 1/3/2025
3.0.480 46 1/3/2025
3.0.479 42 1/3/2025
3.0.478 41 1/2/2025
3.0.477 39 1/2/2025
3.0.476 41 1/2/2025
3.0.475 41 1/2/2025
3.0.474 51 1/1/2025
3.0.473 65 1/1/2025
3.0.472 64 1/1/2025
3.0.471 66 1/1/2025
3.0.470 73 1/1/2025
3.0.469 76 12/31/2024
3.0.468 71 12/31/2024
3.0.467 70 12/31/2024
3.0.466 68 12/31/2024
3.0.465 69 12/31/2024
3.0.464 67 12/31/2024
3.0.463 67 12/31/2024
3.0.462 68 12/31/2024
3.0.461 66 12/31/2024
3.0.460 78 12/31/2024
3.0.459 83 12/28/2024
3.0.458 68 12/28/2024
3.0.457 69 12/27/2024
3.0.456 84 12/27/2024
3.0.455 72 12/27/2024
3.0.454 79 12/24/2024
3.0.453 76 12/24/2024
3.0.452 69 12/24/2024
3.0.451 76 12/24/2024
3.0.450 77 12/24/2024
3.0.449 79 12/24/2024
3.0.448 79 12/24/2024
3.0.447 72 12/24/2024
3.0.446 80 12/23/2024
3.0.445 70 12/23/2024
3.0.444 70 12/23/2024
3.0.443 81 12/23/2024
3.0.442 74 12/23/2024
3.0.441 74 12/23/2024
3.0.440 77 12/23/2024
3.0.439 76 12/22/2024
3.0.438 77 12/22/2024
3.0.437 85 12/22/2024
3.0.436 74 12/22/2024
3.0.435 83 12/22/2024
3.0.434 85 12/21/2024
3.0.433 81 12/21/2024
3.0.432 82 12/21/2024
3.0.431 75 12/21/2024
3.0.430 75 12/21/2024
3.0.429 80 12/21/2024
3.0.428 74 12/21/2024
3.0.427 79 12/20/2024
3.0.426 80 12/20/2024
3.0.425 71 12/20/2024
3.0.424 83 12/20/2024
3.0.423 83 12/20/2024
3.0.422 77 12/20/2024
3.0.421 84 12/19/2024
3.0.420 80 12/19/2024
3.0.418 87 12/16/2024
3.0.417 76 12/9/2024
3.0.416 73 12/9/2024
3.0.415 79 12/9/2024
3.0.414 80 12/9/2024
3.0.413 86 12/6/2024
3.0.412 85 12/6/2024
3.0.411 77 12/6/2024
3.0.410 84 12/6/2024
3.0.409 84 12/6/2024
3.0.408 85 12/6/2024
3.0.407 79 12/6/2024
3.0.406 84 12/6/2024
3.0.405 85 12/6/2024
3.0.404 82 12/5/2024
3.0.403 76 12/5/2024
3.0.402 84 12/5/2024
3.0.401 84 12/4/2024
3.0.400 85 12/4/2024
3.0.399 85 12/4/2024
3.0.398 87 12/3/2024
3.0.397 83 12/3/2024
3.0.396 86 12/3/2024
3.0.395 82 12/3/2024
3.0.394 78 12/3/2024
3.0.393 82 12/3/2024
3.0.392 77 12/3/2024
3.0.391 77 12/3/2024
3.0.390 93 12/2/2024
3.0.389 84 12/2/2024
3.0.388 82 12/2/2024
3.0.387 87 12/1/2024
3.0.386 86 11/29/2024
3.0.385 84 11/21/2024
3.0.384 89 11/20/2024
3.0.382 87 11/20/2024
3.0.381 74 11/20/2024
3.0.380 88 11/19/2024
3.0.379 79 11/19/2024
3.0.378 75 11/19/2024
3.0.377 87 11/19/2024
3.0.376 83 11/14/2024
3.0.375 79 11/14/2024
3.0.374 79 11/14/2024
3.0.373 83 11/14/2024
3.0.372 91 11/14/2024
3.0.371 83 11/14/2024
3.0.370 87 11/14/2024
2.1.369 84 11/14/2024
2.1.368 83 11/13/2024
2.1.367 82 11/13/2024
2.1.366 86 11/12/2024
2.1.365 90 11/12/2024
2.1.364 87 11/12/2024
2.1.363 89 11/9/2024
2.1.362 82 11/9/2024
2.1.361 87 11/8/2024
2.1.360 85 11/8/2024
2.1.359 85 11/8/2024
2.1.358 90 11/8/2024
2.1.357 86 11/8/2024
2.1.356 87 11/8/2024
2.1.355 80 10/31/2024
2.1.354 93 10/29/2024
2.1.353 83 10/29/2024
2.1.352 83 10/29/2024
2.1.351 93 10/26/2024
2.1.350 85 10/22/2024
2.1.349 82 10/22/2024
2.1.348 80 10/22/2024
2.1.347 89 10/17/2024
2.1.346 85 10/14/2024
2.1.345 92 10/11/2024
2.1.344 103 10/11/2024
2.1.343 94 10/11/2024
2.1.341 89 10/8/2024
2.1.340 88 10/8/2024
2.1.339 77 10/8/2024
2.1.338 80 10/8/2024
2.1.337 83 10/8/2024
2.1.336 85 10/8/2024
2.1.335 86 10/3/2024
2.1.334 87 10/3/2024
2.1.333 91 10/3/2024
2.1.332 89 10/2/2024
2.1.331 92 10/2/2024
2.1.330 91 10/1/2024
2.1.329 84 10/1/2024
2.1.328 95 10/1/2024
2.1.327 92 9/29/2024
2.1.326 106 9/29/2024
2.1.325 96 9/29/2024
2.1.324 98 9/27/2024
2.1.323 89 9/27/2024
2.1.322 96 9/27/2024
2.1.321 97 9/26/2024
2.1.320 98 9/26/2024
2.1.319 97 9/26/2024
2.1.318 92 9/23/2024
2.1.317 99 9/23/2024
2.1.316 90 9/23/2024
2.1.315 93 9/23/2024
2.1.314 90 9/23/2024
2.1.313 97 9/17/2024
2.1.312 96 9/17/2024
2.1.311 84 9/17/2024
2.1.310 93 9/17/2024
2.1.309 84 9/17/2024
2.1.308 94 9/17/2024
2.1.307 94 9/16/2024
2.1.306 111 9/12/2024
2.1.305 114 9/11/2024
2.1.303 99 9/11/2024
2.1.302 109 9/10/2024
2.1.301 103 9/10/2024
2.1.300 102 9/10/2024
2.1.299 107 9/10/2024
2.1.298 102 9/9/2024
2.1.297 102 9/9/2024
2.1.296 101 9/9/2024
2.1.295 105 9/9/2024
2.1.294 109 9/9/2024
2.1.293 103 9/6/2024
2.1.292 119 9/6/2024
2.1.291 103 9/5/2024
2.1.290 102 9/5/2024
2.1.289 112 9/5/2024
2.1.288 112 9/5/2024
2.1.287 103 9/5/2024
2.1.286 104 9/5/2024
2.1.285 117 9/4/2024
2.1.284 99 9/3/2024
2.1.283 104 9/3/2024
2.1.282 106 9/3/2024
2.1.281 103 9/3/2024
2.1.280 106 8/29/2024
2.1.279 111 8/26/2024
2.1.278 120 8/21/2024
2.1.277 115 8/21/2024
2.1.276 115 8/20/2024
2.1.275 121 8/20/2024
2.1.274 117 8/20/2024
2.1.273 126 8/19/2024
2.1.272 130 8/15/2024
2.1.271 106 8/13/2024
2.1.270 96 8/6/2024
2.1.269 72 8/6/2024
2.1.268 96 8/1/2024
2.1.267 92 8/1/2024
2.1.266 96 8/1/2024
2.1.265 69 7/25/2024
2.1.264 79 7/25/2024
2.1.263 78 7/25/2024
2.1.262 79 7/24/2024
2.1.261 63 7/24/2024
2.1.260 178 7/20/2024
2.1.259 119 7/14/2024
2.1.258 88 7/14/2024
2.1.256 114 7/10/2024
2.1.255 94 7/10/2024
2.1.254 67 7/10/2024
2.1.253 106 7/10/2024
2.1.252 86 7/10/2024
2.1.251 109 7/10/2024
2.1.250 65 7/9/2024
2.1.249 84 7/9/2024
2.1.248 74 7/9/2024
2.1.247 98 7/9/2024
2.1.246 94 7/9/2024
2.1.245 110 7/9/2024
2.1.244 69 7/9/2024
2.1.243 115 7/9/2024
2.1.242 99 7/8/2024
2.1.241 98 7/8/2024
2.1.240 104 7/8/2024
2.1.239 116 7/7/2024
2.1.238 144 7/7/2024
2.1.237 1,620 7/3/2024
2.1.236 89 7/3/2024
2.1.235 2,032 6/22/2024
2.1.234 992 6/15/2024
2.1.233 358 6/15/2024
2.1.232 1,033 6/14/2024
2.1.231 1,076 6/1/2024
2.1.230 184 6/1/2024
2.1.229 445 6/1/2024
2.1.228 1,337 5/31/2024
2.1.227 926 5/29/2024
2.1.226 824 5/28/2024
2.1.225 428 5/27/2024
2.1.224 909 5/26/2024
2.1.223 827 5/26/2024
2.1.222 487 5/26/2024
2.1.221 302 5/26/2024
2.1.220 332 5/25/2024
2.1.219 765 5/25/2024
2.1.218 185 5/25/2024
2.1.217 433 5/25/2024
2.1.216 456 5/25/2024
2.1.215 833 5/23/2024
2.1.214 569 5/23/2024
2.1.213 533 5/22/2024
2.1.212 331 5/22/2024
2.1.211 360 5/22/2024
2.1.210 1,476 5/18/2024
2.1.209 623 5/17/2024
2.1.208 317 5/17/2024
2.1.207 786 5/16/2024
2.1.206 217 5/15/2024
2.1.205 962 5/15/2024
2.1.204 1,096 5/13/2024
2.1.203 1,223 4/29/2024
2.1.202 290 4/29/2024
2.1.201 1,019 4/28/2024
2.1.200 329 4/28/2024
2.1.199 188 4/28/2024
2.1.198 716 4/28/2024
2.1.197 265 4/28/2024
2.1.196 452 4/28/2024
2.1.195 293 4/28/2024
2.1.194 601 4/27/2024
2.1.193 880 4/19/2024
2.1.192 1,156 4/18/2024
2.1.191 911 4/12/2024
2.1.190 619 4/12/2024
2.1.189 347 4/12/2024
2.1.188 359 4/12/2024
2.1.187 556 4/12/2024
2.1.186 401 4/12/2024
2.1.185 492 4/11/2024
2.1.184 587 4/10/2024
2.1.183 431 4/9/2024
2.1.182 999 4/2/2024
2.1.181 392 4/1/2024
2.1.180 741 3/29/2024
2.1.179 718 3/25/2024
2.1.178 307 3/25/2024
2.1.177 919 3/20/2024
2.1.176 846 3/19/2024
2.1.175 432 3/19/2024
2.1.174 651 3/18/2024
2.1.173 974 3/15/2024
2.1.172 671 3/13/2024
2.1.171 289 3/13/2024
2.1.170 717 3/13/2024
2.1.169 288 3/13/2024
2.1.168 134 3/13/2024
2.1.167 703 3/12/2024
2.1.166 501 3/12/2024
2.1.165 771 3/11/2024
2.1.164 738 3/11/2024
2.1.163 766 3/10/2024
2.1.162 727 3/8/2024
2.1.161 312 3/8/2024
2.1.160 606 3/8/2024
2.1.159 916 3/6/2024
2.1.158 718 3/4/2024
2.1.157 800 3/4/2024
2.1.156 676 3/3/2024
2.1.155 606 3/2/2024
2.1.154 230 3/2/2024
2.1.153 630 3/2/2024
2.1.152 181 3/2/2024
2.1.151 614 2/29/2024
2.1.150 212 2/29/2024
2.1.149 624 2/29/2024
2.1.148 822 2/26/2024
2.1.147 472 2/25/2024
2.1.146 479 2/25/2024
2.1.145 1,747 2/23/2024
2.1.144 620 2/22/2024
2.1.143 425 2/22/2024
2.1.142 646 2/21/2024
2.1.141 638 2/21/2024
2.1.140 542 2/21/2024
2.1.139 348 2/21/2024
2.1.138 291 2/21/2024
2.1.137 114 2/21/2024
2.1.136 1,466 2/20/2024
2.1.135 499 2/20/2024
2.1.134 404 2/20/2024
2.1.133 459 2/19/2024
2.1.132 622 2/19/2024
2.1.131 669 2/17/2024
2.1.130 446 2/17/2024
2.1.129 521 2/16/2024
2.1.128 269 2/16/2024
2.1.127 307 2/16/2024
2.1.126 358 2/16/2024
2.1.125 616 2/16/2024
2.1.124 202 2/16/2024
2.1.123 1,094 2/13/2024
2.1.122 907 2/13/2024
2.1.121 215 2/13/2024
2.1.120 458 2/13/2024
2.1.119 472 2/13/2024
2.1.118 611 2/12/2024
2.1.117 315 2/11/2024
2.1.116 925 2/11/2024
2.1.115 507 2/11/2024
2.1.114 602 2/10/2024
2.1.113 352 2/9/2024
2.1.112 775 2/9/2024
2.1.111 569 2/9/2024
2.1.110 321 2/8/2024
2.1.109 569 2/8/2024
2.1.108 463 2/8/2024
2.1.107 537 2/8/2024
2.1.106 714 2/7/2024
2.1.105 449 2/7/2024
2.1.104 271 2/7/2024
2.1.103 658 2/7/2024
2.1.102 103 2/6/2024
2.1.101 513 2/6/2024
2.1.100 770 2/5/2024
2.1.99 788 2/4/2024
2.1.98 596 2/2/2024
2.1.97 872 1/31/2024
2.1.96 708 1/29/2024
2.1.95 705 1/29/2024
2.1.94 268 1/29/2024
2.1.93 735 1/28/2024
2.1.92 275 1/28/2024
2.1.91 530 1/28/2024
2.1.90 278 1/28/2024
2.1.89 337 1/28/2024
2.1.88 811 1/27/2024
2.1.87 502 1/27/2024
2.1.86 178 1/27/2024
2.1.85 362 1/27/2024
2.1.84 473 1/27/2024
2.1.83 527 1/27/2024
2.1.82 216 1/26/2024
2.1.81 367 1/26/2024
2.1.80 509 1/26/2024
2.1.79 273 1/26/2024
2.1.78 818 1/26/2024
2.1.77 519 1/26/2024
2.1.76 361 1/25/2024
2.1.75 319 1/25/2024
2.1.74 315 1/25/2024
2.1.73 353 1/25/2024
2.1.72 1,043 1/19/2024
2.1.71 834 1/15/2024
2.1.70 417 1/15/2024
2.1.69 399 1/15/2024
2.1.68 501 1/15/2024
2.1.67 647 1/15/2024
2.1.66 689 1/14/2024
2.1.65 755 1/13/2024
2.1.64 662 1/12/2024
2.1.63 877 1/11/2024
2.1.62 902 1/7/2024
2.1.61 676 1/5/2024
2.1.60 434 1/5/2024
2.1.59 733 1/5/2024
2.1.58 780 1/1/2024
2.1.57 929 12/28/2023
2.1.56 596 12/28/2023
2.1.55 572 12/28/2023
2.1.54 403 12/27/2023
2.1.53 293 12/27/2023
2.1.52 118 12/27/2023
2.1.51 1,350 12/25/2023
2.1.50 243 12/25/2023
2.1.49 576 12/25/2023
2.1.48 400 12/25/2023
2.1.47 494 12/25/2023
2.1.46 243 12/25/2023
2.1.45 700 12/24/2023
2.1.44 885 12/23/2023
2.1.43 474 12/23/2023
2.1.42 710 12/23/2023
2.1.41 295 12/23/2023
2.1.40 516 12/23/2023
2.1.39 1,101 12/19/2023
2.1.38 302 12/19/2023
2.1.37 1,780 12/10/2023
2.1.36 699 12/10/2023
2.1.35 1,196 12/9/2023
2.1.34 539 12/9/2023
2.1.33 672 12/9/2023
2.1.32 1,127 12/6/2023
2.1.31 938 12/5/2023
2.1.30 631 12/4/2023
2.1.29 231 12/4/2023
2.1.28 505 12/4/2023
2.1.27 1,228 11/23/2023
2.1.26 493 11/23/2023
2.1.25 602 11/23/2023
2.1.24 292 11/23/2023
2.1.23 728 11/20/2023
2.1.22 663 11/20/2023
2.1.21 642 11/19/2023
2.1.20 300 11/19/2023
2.1.19 587 11/19/2023
2.1.18 361 11/19/2023
2.1.17 685 11/18/2023
2.1.16 528 11/18/2023
2.1.15 354 11/18/2023
2.1.14 485 11/18/2023
2.1.13 630 11/17/2023
2.1.12 123 11/17/2023
2.1.11 615 11/17/2023
2.1.10 425 11/17/2023
2.1.9 389 11/17/2023
2.1.8 276 11/17/2023
2.1.7 658 11/17/2023
2.1.6 350 11/17/2023
2.1.5 202 11/17/2023
2.1.4 722 11/16/2023
2.0.82 975 11/15/2023
2.0.81 116 11/15/2023
2.0.80 111 11/15/2023
2.0.79 250 11/15/2023
2.0.3 124 11/16/2023
2.0.2 122 11/16/2023
2.0.1 117 11/16/2023
1.0.78 479 11/14/2023
1.0.77 906 11/13/2023
1.0.76 653 11/10/2023
1.0.75 639 11/9/2023
1.0.74 130 11/9/2023
1.0.73 973 11/7/2023
1.0.72 511 11/6/2023
1.0.71 455 11/3/2023
1.0.70 511 11/2/2023
1.0.69 973 11/1/2023
1.0.68 1,178 10/26/2023
1.0.67 880 10/19/2023
1.0.66 291 10/18/2023
1.0.65 697 10/17/2023
1.0.64 1,052 10/16/2023
1.0.63 668 10/13/2023
1.0.62 794 10/12/2023
1.0.61 1,352 9/20/2023
1.0.60 550 9/19/2023
1.0.59 625 9/18/2023
1.0.58 137 9/18/2023
1.0.57 945 9/14/2023
1.0.56 1,265 8/31/2023
1.0.55 537 8/30/2023
1.0.54 163 8/30/2023
1.0.53 1,049 8/28/2023
1.0.52 379 8/25/2023
1.0.51 943 8/24/2023
1.0.50 1,259 8/21/2023
1.0.49 430 8/18/2023
1.0.48 804 8/17/2023
1.0.47 136 8/17/2023
1.0.46 1,489 8/10/2023
1.0.45 581 8/9/2023
1.0.44 1,094 8/8/2023
1.0.43 600 8/7/2023
1.0.42 153 8/7/2023
1.0.41 1,496 7/13/2023
1.0.40 1,107 7/11/2023
1.0.39 706 7/10/2023
1.0.38 959 7/7/2023
1.0.37 177 7/7/2023
1.0.36 1,608 6/30/2023
1.0.35 797 6/29/2023
1.0.34 945 6/28/2023
1.0.33 170 6/28/2023
1.0.32 1,425 6/26/2023
1.0.31 531 6/23/2023
1.0.30 1,362 6/21/2023
1.0.29 1,442 6/15/2023
1.0.28 769 6/14/2023
1.0.27 190 6/14/2023
1.0.26 1,716 6/9/2023
1.0.25 880 6/8/2023
1.0.24 485 6/7/2023
1.0.23 212 6/7/2023
1.0.22 832 6/6/2023
1.0.21 1,676 6/5/2023
1.0.20 514 6/2/2023
1.0.19 181 6/2/2023
1.0.18 1,015 6/1/2023
1.0.17 356 5/31/2023
1.0.16 1,168 5/31/2023
1.0.15 370 5/31/2023
1.0.14 966 5/30/2023
1.0.13 1,385 5/26/2023
1.0.12 901 5/25/2023
1.0.11 833 5/24/2023
1.0.10 276 5/24/2023
1.0.8 1,183 5/23/2023
1.0.7 397 5/22/2023
1.0.6 1,352 5/17/2023
1.0.5 2,640 4/11/2023
1.0.4 521 4/3/2023
1.0.3 609 3/31/2023
1.0.2 209 3/31/2023
1.0.1 382 2/27/2023