Soenneker.Utils.Cancellation 3.0.413

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.413                
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.413                
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.413" />                
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.413                
#r "nuget: Soenneker.Utils.Cancellation, 3.0.413"                
#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.413

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

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.418 44 12/16/2024
3.0.417 67 12/9/2024
3.0.416 64 12/9/2024
3.0.415 71 12/9/2024
3.0.414 71 12/9/2024
3.0.413 75 12/6/2024
3.0.412 74 12/6/2024
3.0.411 66 12/6/2024
3.0.410 73 12/6/2024
3.0.409 73 12/6/2024
3.0.408 72 12/6/2024
3.0.407 68 12/6/2024
3.0.406 71 12/6/2024
3.0.405 74 12/6/2024
3.0.404 69 12/5/2024
3.0.403 65 12/5/2024
3.0.402 73 12/5/2024
3.0.401 72 12/4/2024
3.0.400 72 12/4/2024
3.0.399 74 12/4/2024
3.0.398 76 12/3/2024
3.0.397 72 12/3/2024
3.0.396 75 12/3/2024
3.0.395 68 12/3/2024
3.0.394 67 12/3/2024
3.0.393 71 12/3/2024
3.0.392 64 12/3/2024
3.0.391 64 12/3/2024
3.0.390 81 12/2/2024
3.0.389 73 12/2/2024
3.0.388 69 12/2/2024
3.0.387 76 12/1/2024
3.0.386 78 11/29/2024
3.0.385 78 11/21/2024
3.0.384 83 11/20/2024
3.0.382 81 11/20/2024
3.0.381 68 11/20/2024
3.0.380 80 11/19/2024
3.0.379 73 11/19/2024
3.0.378 69 11/19/2024
3.0.377 81 11/19/2024
3.0.376 78 11/14/2024
3.0.375 72 11/14/2024
3.0.374 74 11/14/2024
3.0.373 78 11/14/2024
3.0.372 84 11/14/2024
3.0.371 78 11/14/2024
3.0.370 82 11/14/2024
2.1.369 78 11/14/2024
2.1.368 77 11/13/2024
2.1.367 76 11/13/2024
2.1.366 78 11/12/2024
2.1.365 82 11/12/2024
2.1.364 81 11/12/2024
2.1.363 83 11/9/2024
2.1.362 76 11/9/2024
2.1.361 81 11/8/2024
2.1.360 77 11/8/2024
2.1.359 77 11/8/2024
2.1.358 84 11/8/2024
2.1.357 78 11/8/2024
2.1.356 79 11/8/2024
2.1.355 72 10/31/2024
2.1.354 86 10/29/2024
2.1.353 78 10/29/2024
2.1.352 78 10/29/2024
2.1.351 86 10/26/2024
2.1.350 80 10/22/2024
2.1.349 77 10/22/2024
2.1.348 73 10/22/2024
2.1.347 86 10/17/2024
2.1.346 80 10/14/2024
2.1.345 87 10/11/2024
2.1.344 100 10/11/2024
2.1.343 91 10/11/2024
2.1.341 84 10/8/2024
2.1.340 86 10/8/2024
2.1.339 74 10/8/2024
2.1.338 77 10/8/2024
2.1.337 77 10/8/2024
2.1.336 80 10/8/2024
2.1.335 83 10/3/2024
2.1.334 84 10/3/2024
2.1.333 89 10/3/2024
2.1.332 86 10/2/2024
2.1.331 90 10/2/2024
2.1.330 89 10/1/2024
2.1.329 82 10/1/2024
2.1.328 93 10/1/2024
2.1.327 89 9/29/2024
2.1.326 101 9/29/2024
2.1.325 93 9/29/2024
2.1.324 95 9/27/2024
2.1.323 86 9/27/2024
2.1.322 91 9/27/2024
2.1.321 92 9/26/2024
2.1.320 93 9/26/2024
2.1.319 94 9/26/2024
2.1.318 89 9/23/2024
2.1.317 94 9/23/2024
2.1.316 88 9/23/2024
2.1.315 90 9/23/2024
2.1.314 86 9/23/2024
2.1.313 95 9/17/2024
2.1.312 93 9/17/2024
2.1.311 81 9/17/2024
2.1.310 85 9/17/2024
2.1.309 81 9/17/2024
2.1.308 89 9/17/2024
2.1.307 91 9/16/2024
2.1.306 104 9/12/2024
2.1.305 110 9/11/2024
2.1.303 94 9/11/2024
2.1.302 104 9/10/2024
2.1.301 96 9/10/2024
2.1.300 94 9/10/2024
2.1.299 101 9/10/2024
2.1.298 95 9/9/2024
2.1.297 94 9/9/2024
2.1.296 95 9/9/2024
2.1.295 98 9/9/2024
2.1.294 103 9/9/2024
2.1.293 101 9/6/2024
2.1.292 116 9/6/2024
2.1.291 100 9/5/2024
2.1.290 97 9/5/2024
2.1.289 107 9/5/2024
2.1.288 109 9/5/2024
2.1.287 101 9/5/2024
2.1.286 100 9/5/2024
2.1.285 112 9/4/2024
2.1.284 96 9/3/2024
2.1.283 101 9/3/2024
2.1.282 103 9/3/2024
2.1.281 100 9/3/2024
2.1.280 102 8/29/2024
2.1.279 109 8/26/2024
2.1.278 116 8/21/2024
2.1.277 113 8/21/2024
2.1.276 113 8/20/2024
2.1.275 119 8/20/2024
2.1.274 115 8/20/2024
2.1.273 124 8/19/2024
2.1.272 126 8/15/2024
2.1.271 104 8/13/2024
2.1.270 92 8/6/2024
2.1.269 68 8/6/2024
2.1.268 92 8/1/2024
2.1.267 90 8/1/2024
2.1.266 92 8/1/2024
2.1.265 67 7/25/2024
2.1.264 77 7/25/2024
2.1.263 76 7/25/2024
2.1.262 75 7/24/2024
2.1.261 61 7/24/2024
2.1.260 173 7/20/2024
2.1.259 115 7/14/2024
2.1.258 86 7/14/2024
2.1.256 112 7/10/2024
2.1.255 92 7/10/2024
2.1.254 65 7/10/2024
2.1.253 102 7/10/2024
2.1.252 84 7/10/2024
2.1.251 105 7/10/2024
2.1.250 55 7/9/2024
2.1.249 80 7/9/2024
2.1.248 72 7/9/2024
2.1.247 94 7/9/2024
2.1.246 90 7/9/2024
2.1.245 106 7/9/2024
2.1.244 67 7/9/2024
2.1.243 113 7/9/2024
2.1.242 97 7/8/2024
2.1.241 96 7/8/2024
2.1.240 102 7/8/2024
2.1.239 111 7/7/2024
2.1.238 140 7/7/2024
2.1.237 1,616 7/3/2024
2.1.236 85 7/3/2024
2.1.235 2,028 6/22/2024
2.1.234 990 6/15/2024
2.1.233 354 6/15/2024
2.1.232 1,029 6/14/2024
2.1.231 1,074 6/1/2024
2.1.230 182 6/1/2024
2.1.229 443 6/1/2024
2.1.228 1,335 5/31/2024
2.1.227 922 5/29/2024
2.1.226 820 5/28/2024
2.1.225 424 5/27/2024
2.1.224 907 5/26/2024
2.1.223 825 5/26/2024
2.1.222 485 5/26/2024
2.1.221 300 5/26/2024
2.1.220 328 5/25/2024
2.1.219 763 5/25/2024
2.1.218 183 5/25/2024
2.1.217 431 5/25/2024
2.1.216 454 5/25/2024
2.1.215 829 5/23/2024
2.1.214 567 5/23/2024
2.1.213 531 5/22/2024
2.1.212 325 5/22/2024
2.1.211 358 5/22/2024
2.1.210 1,472 5/18/2024
2.1.209 621 5/17/2024
2.1.208 315 5/17/2024
2.1.207 784 5/16/2024
2.1.206 215 5/15/2024
2.1.205 960 5/15/2024
2.1.204 1,094 5/13/2024
2.1.203 1,221 4/29/2024
2.1.202 288 4/29/2024
2.1.201 1,015 4/28/2024
2.1.200 327 4/28/2024
2.1.199 186 4/28/2024
2.1.198 706 4/28/2024
2.1.197 263 4/28/2024
2.1.196 450 4/28/2024
2.1.195 291 4/28/2024
2.1.194 596 4/27/2024
2.1.193 876 4/19/2024
2.1.192 1,152 4/18/2024
2.1.191 909 4/12/2024
2.1.190 615 4/12/2024
2.1.189 343 4/12/2024
2.1.188 354 4/12/2024
2.1.187 552 4/12/2024
2.1.186 397 4/12/2024
2.1.185 490 4/11/2024
2.1.184 583 4/10/2024
2.1.183 427 4/9/2024
2.1.182 997 4/2/2024
2.1.181 390 4/1/2024
2.1.180 739 3/29/2024
2.1.179 716 3/25/2024
2.1.178 305 3/25/2024
2.1.177 917 3/20/2024
2.1.176 841 3/19/2024
2.1.175 430 3/19/2024
2.1.174 649 3/18/2024
2.1.173 972 3/15/2024
2.1.172 667 3/13/2024
2.1.171 287 3/13/2024
2.1.170 715 3/13/2024
2.1.169 286 3/13/2024
2.1.168 132 3/13/2024
2.1.167 701 3/12/2024
2.1.166 499 3/12/2024
2.1.165 766 3/11/2024
2.1.164 735 3/11/2024
2.1.163 761 3/10/2024
2.1.162 724 3/8/2024
2.1.161 309 3/8/2024
2.1.160 603 3/8/2024
2.1.159 913 3/6/2024
2.1.158 710 3/4/2024
2.1.157 797 3/4/2024
2.1.156 673 3/3/2024
2.1.155 604 3/2/2024
2.1.154 226 3/2/2024
2.1.153 628 3/2/2024
2.1.152 179 3/2/2024
2.1.151 612 2/29/2024
2.1.150 208 2/29/2024
2.1.149 622 2/29/2024
2.1.148 820 2/26/2024
2.1.147 470 2/25/2024
2.1.146 477 2/25/2024
2.1.145 1,745 2/23/2024
2.1.144 615 2/22/2024
2.1.143 423 2/22/2024
2.1.142 644 2/21/2024
2.1.141 634 2/21/2024
2.1.140 538 2/21/2024
2.1.139 346 2/21/2024
2.1.138 287 2/21/2024
2.1.137 112 2/21/2024
2.1.136 1,462 2/20/2024
2.1.135 495 2/20/2024
2.1.134 400 2/20/2024
2.1.133 457 2/19/2024
2.1.132 618 2/19/2024
2.1.131 667 2/17/2024
2.1.130 444 2/17/2024
2.1.129 517 2/16/2024
2.1.128 263 2/16/2024
2.1.127 301 2/16/2024
2.1.126 352 2/16/2024
2.1.125 608 2/16/2024
2.1.124 196 2/16/2024
2.1.123 1,088 2/13/2024
2.1.122 899 2/13/2024
2.1.121 211 2/13/2024
2.1.120 454 2/13/2024
2.1.119 468 2/13/2024
2.1.118 605 2/12/2024
2.1.117 307 2/11/2024
2.1.116 912 2/11/2024
2.1.115 501 2/11/2024
2.1.114 600 2/10/2024
2.1.113 348 2/9/2024
2.1.112 773 2/9/2024
2.1.111 565 2/9/2024
2.1.110 312 2/8/2024
2.1.109 547 2/8/2024
2.1.108 459 2/8/2024
2.1.107 535 2/8/2024
2.1.106 712 2/7/2024
2.1.105 447 2/7/2024
2.1.104 269 2/7/2024
2.1.103 656 2/7/2024
2.1.102 101 2/6/2024
2.1.101 511 2/6/2024
2.1.100 768 2/5/2024
2.1.99 786 2/4/2024
2.1.98 594 2/2/2024
2.1.97 870 1/31/2024
2.1.96 706 1/29/2024
2.1.95 703 1/29/2024
2.1.94 266 1/29/2024
2.1.93 733 1/28/2024
2.1.92 273 1/28/2024
2.1.91 528 1/28/2024
2.1.90 276 1/28/2024
2.1.89 335 1/28/2024
2.1.88 809 1/27/2024
2.1.87 500 1/27/2024
2.1.86 176 1/27/2024
2.1.85 358 1/27/2024
2.1.84 471 1/27/2024
2.1.83 525 1/27/2024
2.1.82 214 1/26/2024
2.1.81 365 1/26/2024
2.1.80 507 1/26/2024
2.1.79 271 1/26/2024
2.1.78 816 1/26/2024
2.1.77 517 1/26/2024
2.1.76 359 1/25/2024
2.1.75 317 1/25/2024
2.1.74 313 1/25/2024
2.1.73 351 1/25/2024
2.1.72 1,039 1/19/2024
2.1.71 832 1/15/2024
2.1.70 415 1/15/2024
2.1.69 395 1/15/2024
2.1.68 497 1/15/2024
2.1.67 645 1/15/2024
2.1.66 687 1/14/2024
2.1.65 753 1/13/2024
2.1.64 655 1/12/2024
2.1.63 875 1/11/2024
2.1.62 898 1/7/2024
2.1.61 674 1/5/2024
2.1.60 432 1/5/2024
2.1.59 729 1/5/2024
2.1.58 778 1/1/2024
2.1.57 927 12/28/2023
2.1.56 594 12/28/2023
2.1.55 568 12/28/2023
2.1.54 399 12/27/2023
2.1.53 291 12/27/2023
2.1.52 116 12/27/2023
2.1.51 1,348 12/25/2023
2.1.50 239 12/25/2023
2.1.49 574 12/25/2023
2.1.48 398 12/25/2023
2.1.47 492 12/25/2023
2.1.46 239 12/25/2023
2.1.45 696 12/24/2023
2.1.44 883 12/23/2023
2.1.43 470 12/23/2023
2.1.42 708 12/23/2023
2.1.41 293 12/23/2023
2.1.40 507 12/23/2023
2.1.39 1,099 12/19/2023
2.1.38 300 12/19/2023
2.1.37 1,778 12/10/2023
2.1.36 697 12/10/2023
2.1.35 1,194 12/9/2023
2.1.34 537 12/9/2023
2.1.33 670 12/9/2023
2.1.32 1,125 12/6/2023
2.1.31 934 12/5/2023
2.1.30 627 12/4/2023
2.1.29 229 12/4/2023
2.1.28 501 12/4/2023
2.1.27 1,226 11/23/2023
2.1.26 489 11/23/2023
2.1.25 598 11/23/2023
2.1.24 290 11/23/2023
2.1.23 724 11/20/2023
2.1.22 659 11/20/2023
2.1.21 638 11/19/2023
2.1.20 298 11/19/2023
2.1.19 585 11/19/2023
2.1.18 359 11/19/2023
2.1.17 683 11/18/2023
2.1.16 524 11/18/2023
2.1.15 352 11/18/2023
2.1.14 481 11/18/2023
2.1.13 628 11/17/2023
2.1.12 121 11/17/2023
2.1.11 613 11/17/2023
2.1.10 423 11/17/2023
2.1.9 385 11/17/2023
2.1.8 274 11/17/2023
2.1.7 656 11/17/2023
2.1.6 346 11/17/2023
2.1.5 198 11/17/2023
2.1.4 720 11/16/2023
2.0.82 973 11/15/2023
2.0.81 114 11/15/2023
2.0.80 109 11/15/2023
2.0.79 248 11/15/2023
2.0.3 120 11/16/2023
2.0.2 120 11/16/2023
2.0.1 115 11/16/2023
1.0.78 475 11/14/2023
1.0.77 904 11/13/2023
1.0.76 651 11/10/2023
1.0.75 637 11/9/2023
1.0.74 128 11/9/2023
1.0.73 969 11/7/2023
1.0.72 509 11/6/2023
1.0.71 453 11/3/2023
1.0.70 509 11/2/2023
1.0.69 968 11/1/2023
1.0.68 1,174 10/26/2023
1.0.67 878 10/19/2023
1.0.66 287 10/18/2023
1.0.65 695 10/17/2023
1.0.64 1,048 10/16/2023
1.0.63 664 10/13/2023
1.0.62 792 10/12/2023
1.0.61 1,348 9/20/2023
1.0.60 548 9/19/2023
1.0.59 621 9/18/2023
1.0.58 135 9/18/2023
1.0.57 943 9/14/2023
1.0.56 1,263 8/31/2023
1.0.55 533 8/30/2023
1.0.54 159 8/30/2023
1.0.53 1,047 8/28/2023
1.0.52 377 8/25/2023
1.0.51 941 8/24/2023
1.0.50 1,257 8/21/2023
1.0.49 428 8/18/2023
1.0.48 802 8/17/2023
1.0.47 134 8/17/2023
1.0.46 1,487 8/10/2023
1.0.45 579 8/9/2023
1.0.44 1,092 8/8/2023
1.0.43 598 8/7/2023
1.0.42 151 8/7/2023
1.0.41 1,494 7/13/2023
1.0.40 1,105 7/11/2023
1.0.39 704 7/10/2023
1.0.38 957 7/7/2023
1.0.37 174 7/7/2023
1.0.36 1,606 6/30/2023
1.0.35 795 6/29/2023
1.0.34 943 6/28/2023
1.0.33 168 6/28/2023
1.0.32 1,423 6/26/2023
1.0.31 529 6/23/2023
1.0.30 1,360 6/21/2023
1.0.29 1,440 6/15/2023
1.0.28 767 6/14/2023
1.0.27 188 6/14/2023
1.0.26 1,714 6/9/2023
1.0.25 878 6/8/2023
1.0.24 483 6/7/2023
1.0.23 210 6/7/2023
1.0.22 830 6/6/2023
1.0.21 1,674 6/5/2023
1.0.20 512 6/2/2023
1.0.19 179 6/2/2023
1.0.18 1,013 6/1/2023
1.0.17 354 5/31/2023
1.0.16 1,166 5/31/2023
1.0.15 368 5/31/2023
1.0.14 964 5/30/2023
1.0.13 1,383 5/26/2023
1.0.12 899 5/25/2023
1.0.11 831 5/24/2023
1.0.10 274 5/24/2023
1.0.8 1,181 5/23/2023
1.0.7 395 5/22/2023
1.0.6 1,350 5/17/2023
1.0.5 2,638 4/11/2023
1.0.4 519 4/3/2023
1.0.3 607 3/31/2023
1.0.2 207 3/31/2023
1.0.1 380 2/27/2023