Soenneker.Utils.Cancellation 3.0.462

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

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

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.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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.496 30 1/13/2025
3.0.495 29 1/13/2025
3.0.494 30 1/13/2025
3.0.493 27 1/13/2025
3.0.492 29 1/13/2025
3.0.491 32 1/11/2025
3.0.490 33 1/11/2025
3.0.489 35 1/11/2025
3.0.488 30 1/11/2025
3.0.487 31 1/10/2025
3.0.486 35 1/10/2025
3.0.485 30 1/10/2025
3.0.484 29 1/10/2025
3.0.483 37 1/10/2025
3.0.482 32 1/10/2025
3.0.481 100 1/3/2025
3.0.480 88 1/3/2025
3.0.479 83 1/3/2025
3.0.478 82 1/2/2025
3.0.477 82 1/2/2025
3.0.476 85 1/2/2025
3.0.475 83 1/2/2025
3.0.474 89 1/1/2025
3.0.473 86 1/1/2025
3.0.472 90 1/1/2025
3.0.471 83 1/1/2025
3.0.470 95 1/1/2025
3.0.469 93 12/31/2024
3.0.468 87 12/31/2024
3.0.467 85 12/31/2024
3.0.466 101 12/31/2024
3.0.465 102 12/31/2024
3.0.464 95 12/31/2024
3.0.463 74 12/31/2024
3.0.462 75 12/31/2024
3.0.461 81 12/31/2024
3.0.460 87 12/31/2024
3.0.459 88 12/28/2024
3.0.458 73 12/28/2024
3.0.457 75 12/27/2024
3.0.456 89 12/27/2024
3.0.455 77 12/27/2024
3.0.454 84 12/24/2024
3.0.453 81 12/24/2024
3.0.452 74 12/24/2024
3.0.451 81 12/24/2024
3.0.450 82 12/24/2024
3.0.449 84 12/24/2024
3.0.448 84 12/24/2024
3.0.447 77 12/24/2024
3.0.446 85 12/23/2024
3.0.445 75 12/23/2024
3.0.444 75 12/23/2024
3.0.443 86 12/23/2024
3.0.442 79 12/23/2024
3.0.441 79 12/23/2024
3.0.440 82 12/23/2024
3.0.439 81 12/22/2024
3.0.438 82 12/22/2024
3.0.437 90 12/22/2024
3.0.436 82 12/22/2024
3.0.435 90 12/22/2024
3.0.434 90 12/21/2024
3.0.433 86 12/21/2024
3.0.432 87 12/21/2024
3.0.431 80 12/21/2024
3.0.430 79 12/21/2024
3.0.429 85 12/21/2024
3.0.428 79 12/21/2024
3.0.427 84 12/20/2024
3.0.426 85 12/20/2024
3.0.425 76 12/20/2024
3.0.424 88 12/20/2024
3.0.423 88 12/20/2024
3.0.422 82 12/20/2024
3.0.421 89 12/19/2024
3.0.420 85 12/19/2024
3.0.418 92 12/16/2024
3.0.417 78 12/9/2024
3.0.416 75 12/9/2024
3.0.415 82 12/9/2024
3.0.414 82 12/9/2024
3.0.413 88 12/6/2024
3.0.412 87 12/6/2024
3.0.411 79 12/6/2024
3.0.410 86 12/6/2024
3.0.409 86 12/6/2024
3.0.408 87 12/6/2024
3.0.407 81 12/6/2024
3.0.406 86 12/6/2024
3.0.405 89 12/6/2024
3.0.404 84 12/5/2024
3.0.403 78 12/5/2024
3.0.402 89 12/5/2024
3.0.401 86 12/4/2024
3.0.400 89 12/4/2024
3.0.399 87 12/4/2024
3.0.398 89 12/3/2024
3.0.397 87 12/3/2024
3.0.396 88 12/3/2024
3.0.395 84 12/3/2024
3.0.394 82 12/3/2024
3.0.393 84 12/3/2024
3.0.392 79 12/3/2024
3.0.391 79 12/3/2024
3.0.390 95 12/2/2024
3.0.389 88 12/2/2024
3.0.388 84 12/2/2024
3.0.387 89 12/1/2024
3.0.386 91 11/29/2024
3.0.385 88 11/21/2024
3.0.384 91 11/20/2024
3.0.382 90 11/20/2024
3.0.381 78 11/20/2024
3.0.380 90 11/19/2024
3.0.379 81 11/19/2024
3.0.378 77 11/19/2024
3.0.377 89 11/19/2024
3.0.376 86 11/14/2024
3.0.375 82 11/14/2024
3.0.374 82 11/14/2024
3.0.373 88 11/14/2024
3.0.372 94 11/14/2024
3.0.371 86 11/14/2024
3.0.370 90 11/14/2024
2.1.369 88 11/14/2024
2.1.368 85 11/13/2024
2.1.367 86 11/13/2024
2.1.366 88 11/12/2024
2.1.365 92 11/12/2024
2.1.364 89 11/12/2024
2.1.363 91 11/9/2024
2.1.362 86 11/9/2024
2.1.361 89 11/8/2024
2.1.360 87 11/8/2024
2.1.359 87 11/8/2024
2.1.358 92 11/8/2024
2.1.357 88 11/8/2024
2.1.356 89 11/8/2024
2.1.355 82 10/31/2024
2.1.354 95 10/29/2024
2.1.353 85 10/29/2024
2.1.352 85 10/29/2024
2.1.351 95 10/26/2024
2.1.350 87 10/22/2024
2.1.349 86 10/22/2024
2.1.348 82 10/22/2024
2.1.347 91 10/17/2024
2.1.346 87 10/14/2024
2.1.345 94 10/11/2024
2.1.344 105 10/11/2024
2.1.343 96 10/11/2024
2.1.341 92 10/8/2024
2.1.340 92 10/8/2024
2.1.339 81 10/8/2024
2.1.338 82 10/8/2024
2.1.337 87 10/8/2024
2.1.336 87 10/8/2024
2.1.335 90 10/3/2024
2.1.334 89 10/3/2024
2.1.333 93 10/3/2024
2.1.332 91 10/2/2024
2.1.331 94 10/2/2024
2.1.330 93 10/1/2024
2.1.329 86 10/1/2024
2.1.328 97 10/1/2024
2.1.327 96 9/29/2024
2.1.326 108 9/29/2024
2.1.325 98 9/29/2024
2.1.324 100 9/27/2024
2.1.323 91 9/27/2024
2.1.322 97 9/27/2024
2.1.321 99 9/26/2024
2.1.320 100 9/26/2024
2.1.319 99 9/26/2024
2.1.318 96 9/23/2024
2.1.317 101 9/23/2024
2.1.316 94 9/23/2024
2.1.315 95 9/23/2024
2.1.314 92 9/23/2024
2.1.313 99 9/17/2024
2.1.312 98 9/17/2024
2.1.311 86 9/17/2024
2.1.310 95 9/17/2024
2.1.309 86 9/17/2024
2.1.308 96 9/17/2024
2.1.307 96 9/16/2024
2.1.306 113 9/12/2024
2.1.305 116 9/11/2024
2.1.303 101 9/11/2024
2.1.302 111 9/10/2024
2.1.301 105 9/10/2024
2.1.300 104 9/10/2024
2.1.299 111 9/10/2024
2.1.298 104 9/9/2024
2.1.297 104 9/9/2024
2.1.296 105 9/9/2024
2.1.295 108 9/9/2024
2.1.294 111 9/9/2024
2.1.293 105 9/6/2024
2.1.292 124 9/6/2024
2.1.291 105 9/5/2024
2.1.290 104 9/5/2024
2.1.289 114 9/5/2024
2.1.288 114 9/5/2024
2.1.287 106 9/5/2024
2.1.286 106 9/5/2024
2.1.285 119 9/4/2024
2.1.284 103 9/3/2024
2.1.283 106 9/3/2024
2.1.282 109 9/3/2024
2.1.281 105 9/3/2024
2.1.280 108 8/29/2024
2.1.279 113 8/26/2024
2.1.278 122 8/21/2024
2.1.277 117 8/21/2024
2.1.276 119 8/20/2024
2.1.275 124 8/20/2024
2.1.274 119 8/20/2024
2.1.273 128 8/19/2024
2.1.272 132 8/15/2024
2.1.271 109 8/13/2024
2.1.270 98 8/6/2024
2.1.269 74 8/6/2024
2.1.268 98 8/1/2024
2.1.267 96 8/1/2024
2.1.266 98 8/1/2024
2.1.265 71 7/25/2024
2.1.264 81 7/25/2024
2.1.263 80 7/25/2024
2.1.262 81 7/24/2024
2.1.261 65 7/24/2024
2.1.260 180 7/20/2024
2.1.259 121 7/14/2024
2.1.258 93 7/14/2024
2.1.256 116 7/10/2024
2.1.255 96 7/10/2024
2.1.254 69 7/10/2024
2.1.253 108 7/10/2024
2.1.252 88 7/10/2024
2.1.251 111 7/10/2024
2.1.250 67 7/9/2024
2.1.249 86 7/9/2024
2.1.248 76 7/9/2024
2.1.247 100 7/9/2024
2.1.246 96 7/9/2024
2.1.245 112 7/9/2024
2.1.244 73 7/9/2024
2.1.243 119 7/9/2024
2.1.242 101 7/8/2024
2.1.241 102 7/8/2024
2.1.240 108 7/8/2024
2.1.239 118 7/7/2024
2.1.238 146 7/7/2024
2.1.237 1,622 7/3/2024
2.1.236 91 7/3/2024
2.1.235 2,034 6/22/2024
2.1.234 994 6/15/2024
2.1.233 361 6/15/2024
2.1.232 1,036 6/14/2024
2.1.231 1,078 6/1/2024
2.1.230 186 6/1/2024
2.1.229 449 6/1/2024
2.1.228 1,339 5/31/2024
2.1.227 928 5/29/2024
2.1.226 827 5/28/2024
2.1.225 430 5/27/2024
2.1.224 913 5/26/2024
2.1.223 831 5/26/2024
2.1.222 492 5/26/2024
2.1.221 306 5/26/2024
2.1.220 334 5/25/2024
2.1.219 767 5/25/2024
2.1.218 187 5/25/2024
2.1.217 437 5/25/2024
2.1.216 458 5/25/2024
2.1.215 835 5/23/2024
2.1.214 571 5/23/2024
2.1.213 535 5/22/2024
2.1.212 333 5/22/2024
2.1.211 362 5/22/2024
2.1.210 1,478 5/18/2024
2.1.209 625 5/17/2024
2.1.208 319 5/17/2024
2.1.207 789 5/16/2024
2.1.206 220 5/15/2024
2.1.205 964 5/15/2024
2.1.204 1,100 5/13/2024
2.1.203 1,230 4/29/2024
2.1.202 292 4/29/2024
2.1.201 1,021 4/28/2024
2.1.200 331 4/28/2024
2.1.199 192 4/28/2024
2.1.198 720 4/28/2024
2.1.197 267 4/28/2024
2.1.196 456 4/28/2024
2.1.195 295 4/28/2024
2.1.194 603 4/27/2024
2.1.193 882 4/19/2024
2.1.192 1,158 4/18/2024
2.1.191 913 4/12/2024
2.1.190 621 4/12/2024
2.1.189 349 4/12/2024
2.1.188 361 4/12/2024
2.1.187 559 4/12/2024
2.1.186 404 4/12/2024
2.1.185 494 4/11/2024
2.1.184 589 4/10/2024
2.1.183 433 4/9/2024
2.1.182 1,001 4/2/2024
2.1.181 398 4/1/2024
2.1.180 750 3/29/2024
2.1.179 721 3/25/2024
2.1.178 309 3/25/2024
2.1.177 923 3/20/2024
2.1.176 848 3/19/2024
2.1.175 436 3/19/2024
2.1.174 653 3/18/2024
2.1.173 978 3/15/2024
2.1.172 673 3/13/2024
2.1.171 291 3/13/2024
2.1.170 720 3/13/2024
2.1.169 291 3/13/2024
2.1.168 138 3/13/2024
2.1.167 706 3/12/2024
2.1.166 514 3/12/2024
2.1.165 773 3/11/2024
2.1.164 740 3/11/2024
2.1.163 768 3/10/2024
2.1.162 729 3/8/2024
2.1.161 316 3/8/2024
2.1.160 608 3/8/2024
2.1.159 918 3/6/2024
2.1.158 720 3/4/2024
2.1.157 802 3/4/2024
2.1.156 678 3/3/2024
2.1.155 612 3/2/2024
2.1.154 232 3/2/2024
2.1.153 632 3/2/2024
2.1.152 183 3/2/2024
2.1.151 618 2/29/2024
2.1.150 214 2/29/2024
2.1.149 626 2/29/2024
2.1.148 825 2/26/2024
2.1.147 474 2/25/2024
2.1.146 483 2/25/2024
2.1.145 1,748 2/23/2024
2.1.144 622 2/22/2024
2.1.143 427 2/22/2024
2.1.142 648 2/21/2024
2.1.141 640 2/21/2024
2.1.140 544 2/21/2024
2.1.139 350 2/21/2024
2.1.138 293 2/21/2024
2.1.137 116 2/21/2024
2.1.136 1,468 2/20/2024
2.1.135 501 2/20/2024
2.1.134 406 2/20/2024
2.1.133 465 2/19/2024
2.1.132 624 2/19/2024
2.1.131 671 2/17/2024
2.1.130 450 2/17/2024
2.1.129 523 2/16/2024
2.1.128 271 2/16/2024
2.1.127 311 2/16/2024
2.1.126 360 2/16/2024
2.1.125 618 2/16/2024
2.1.124 204 2/16/2024
2.1.123 1,096 2/13/2024
2.1.122 909 2/13/2024
2.1.121 217 2/13/2024
2.1.120 460 2/13/2024
2.1.119 474 2/13/2024
2.1.118 615 2/12/2024
2.1.117 322 2/11/2024
2.1.116 928 2/11/2024
2.1.115 509 2/11/2024
2.1.114 606 2/10/2024
2.1.113 354 2/9/2024
2.1.112 777 2/9/2024
2.1.111 581 2/9/2024
2.1.110 323 2/8/2024
2.1.109 571 2/8/2024
2.1.108 465 2/8/2024
2.1.107 539 2/8/2024
2.1.106 716 2/7/2024
2.1.105 451 2/7/2024
2.1.104 273 2/7/2024
2.1.103 660 2/7/2024
2.1.102 105 2/6/2024
2.1.101 515 2/6/2024
2.1.100 772 2/5/2024
2.1.99 790 2/4/2024
2.1.98 604 2/2/2024
2.1.97 874 1/31/2024
2.1.96 710 1/29/2024
2.1.95 707 1/29/2024
2.1.94 270 1/29/2024
2.1.93 737 1/28/2024
2.1.92 277 1/28/2024
2.1.91 532 1/28/2024
2.1.90 280 1/28/2024
2.1.89 339 1/28/2024
2.1.88 813 1/27/2024
2.1.87 504 1/27/2024
2.1.86 180 1/27/2024
2.1.85 364 1/27/2024
2.1.84 475 1/27/2024
2.1.83 530 1/27/2024
2.1.82 218 1/26/2024
2.1.81 369 1/26/2024
2.1.80 511 1/26/2024
2.1.79 275 1/26/2024
2.1.78 820 1/26/2024
2.1.77 521 1/26/2024
2.1.76 363 1/25/2024
2.1.75 321 1/25/2024
2.1.74 317 1/25/2024
2.1.73 356 1/25/2024
2.1.72 1,045 1/19/2024
2.1.71 836 1/15/2024
2.1.70 419 1/15/2024
2.1.69 401 1/15/2024
2.1.68 504 1/15/2024
2.1.67 650 1/15/2024
2.1.66 692 1/14/2024
2.1.65 758 1/13/2024
2.1.64 665 1/12/2024
2.1.63 880 1/11/2024
2.1.62 905 1/7/2024
2.1.61 679 1/5/2024
2.1.60 437 1/5/2024
2.1.59 736 1/5/2024
2.1.58 783 1/1/2024
2.1.57 933 12/28/2023
2.1.56 601 12/28/2023
2.1.55 575 12/28/2023
2.1.54 410 12/27/2023
2.1.53 298 12/27/2023
2.1.52 121 12/27/2023
2.1.51 1,353 12/25/2023
2.1.50 246 12/25/2023
2.1.49 581 12/25/2023
2.1.48 404 12/25/2023
2.1.47 500 12/25/2023
2.1.46 246 12/25/2023
2.1.45 703 12/24/2023
2.1.44 888 12/23/2023
2.1.43 477 12/23/2023
2.1.42 715 12/23/2023
2.1.41 308 12/23/2023
2.1.40 519 12/23/2023
2.1.39 1,104 12/19/2023
2.1.38 305 12/19/2023
2.1.37 1,791 12/10/2023
2.1.36 702 12/10/2023
2.1.35 1,199 12/9/2023
2.1.34 544 12/9/2023
2.1.33 675 12/9/2023
2.1.32 1,130 12/6/2023
2.1.31 940 12/5/2023
2.1.30 634 12/4/2023
2.1.29 234 12/4/2023
2.1.28 508 12/4/2023
2.1.27 1,233 11/23/2023
2.1.26 496 11/23/2023
2.1.25 605 11/23/2023
2.1.24 297 11/23/2023
2.1.23 731 11/20/2023
2.1.22 666 11/20/2023
2.1.21 645 11/19/2023
2.1.20 305 11/19/2023
2.1.19 590 11/19/2023
2.1.18 364 11/19/2023
2.1.17 688 11/18/2023
2.1.16 531 11/18/2023
2.1.15 357 11/18/2023
2.1.14 488 11/18/2023
2.1.13 633 11/17/2023
2.1.12 128 11/17/2023
2.1.11 620 11/17/2023
2.1.10 428 11/17/2023
2.1.9 392 11/17/2023
2.1.8 279 11/17/2023
2.1.7 663 11/17/2023
2.1.6 353 11/17/2023
2.1.5 206 11/17/2023
2.1.4 725 11/16/2023
2.0.82 978 11/15/2023
2.0.81 119 11/15/2023
2.0.80 114 11/15/2023
2.0.79 255 11/15/2023
2.0.3 127 11/16/2023
2.0.2 125 11/16/2023
2.0.1 120 11/16/2023
1.0.78 482 11/14/2023
1.0.77 911 11/13/2023
1.0.76 658 11/10/2023
1.0.75 644 11/9/2023
1.0.74 133 11/9/2023
1.0.73 976 11/7/2023
1.0.72 516 11/6/2023
1.0.71 458 11/3/2023
1.0.70 514 11/2/2023
1.0.69 978 11/1/2023
1.0.68 1,181 10/26/2023
1.0.67 883 10/19/2023
1.0.66 294 10/18/2023
1.0.65 700 10/17/2023
1.0.64 1,055 10/16/2023
1.0.63 671 10/13/2023
1.0.62 799 10/12/2023
1.0.61 1,369 9/20/2023
1.0.60 556 9/19/2023
1.0.59 628 9/18/2023
1.0.58 140 9/18/2023
1.0.57 950 9/14/2023
1.0.56 1,268 8/31/2023
1.0.55 540 8/30/2023
1.0.54 166 8/30/2023
1.0.53 1,052 8/28/2023
1.0.52 382 8/25/2023
1.0.51 946 8/24/2023
1.0.50 1,262 8/21/2023
1.0.49 433 8/18/2023
1.0.48 807 8/17/2023
1.0.47 140 8/17/2023
1.0.46 1,492 8/10/2023
1.0.45 584 8/9/2023
1.0.44 1,098 8/8/2023
1.0.43 604 8/7/2023
1.0.42 157 8/7/2023
1.0.41 1,499 7/13/2023
1.0.40 1,110 7/11/2023
1.0.39 709 7/10/2023
1.0.38 962 7/7/2023
1.0.37 180 7/7/2023
1.0.36 1,612 6/30/2023
1.0.35 800 6/29/2023
1.0.34 948 6/28/2023
1.0.33 173 6/28/2023
1.0.32 1,428 6/26/2023
1.0.31 534 6/23/2023
1.0.30 1,365 6/21/2023
1.0.29 1,446 6/15/2023
1.0.28 772 6/14/2023
1.0.27 193 6/14/2023
1.0.26 1,719 6/9/2023
1.0.25 883 6/8/2023
1.0.24 488 6/7/2023
1.0.23 215 6/7/2023
1.0.22 835 6/6/2023
1.0.21 1,679 6/5/2023
1.0.20 517 6/2/2023
1.0.19 184 6/2/2023
1.0.18 1,018 6/1/2023
1.0.17 359 5/31/2023
1.0.16 1,171 5/31/2023
1.0.15 373 5/31/2023
1.0.14 969 5/30/2023
1.0.13 1,388 5/26/2023
1.0.12 904 5/25/2023
1.0.11 836 5/24/2023
1.0.10 279 5/24/2023
1.0.8 1,185 5/23/2023
1.0.7 401 5/22/2023
1.0.6 1,356 5/17/2023
1.0.5 2,643 4/11/2023
1.0.4 524 4/3/2023
1.0.3 612 3/31/2023
1.0.2 212 3/31/2023
1.0.1 385 2/27/2023