Soenneker.Utils.Cancellation 2.1.281

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

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

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
2.1.347 31 10/17/2024
2.1.346 63 10/14/2024
2.1.345 70 10/11/2024
2.1.344 81 10/11/2024
2.1.343 74 10/11/2024
2.1.341 68 10/8/2024
2.1.340 70 10/8/2024
2.1.339 56 10/8/2024
2.1.338 61 10/8/2024
2.1.337 61 10/8/2024
2.1.336 64 10/8/2024
2.1.335 64 10/3/2024
2.1.334 64 10/3/2024
2.1.333 68 10/3/2024
2.1.332 69 10/2/2024
2.1.331 72 10/2/2024
2.1.330 71 10/1/2024
2.1.329 64 10/1/2024
2.1.328 75 10/1/2024
2.1.327 75 9/29/2024
2.1.326 87 9/29/2024
2.1.325 79 9/29/2024
2.1.324 82 9/27/2024
2.1.323 73 9/27/2024
2.1.322 77 9/27/2024
2.1.321 77 9/26/2024
2.1.320 79 9/26/2024
2.1.319 77 9/26/2024
2.1.318 76 9/23/2024
2.1.317 80 9/23/2024
2.1.316 74 9/23/2024
2.1.315 76 9/23/2024
2.1.314 72 9/23/2024
2.1.313 82 9/17/2024
2.1.312 75 9/17/2024
2.1.311 63 9/17/2024
2.1.310 67 9/17/2024
2.1.309 67 9/17/2024
2.1.308 75 9/17/2024
2.1.307 74 9/16/2024
2.1.306 89 9/12/2024
2.1.305 98 9/11/2024
2.1.303 81 9/11/2024
2.1.302 88 9/10/2024
2.1.301 82 9/10/2024
2.1.300 80 9/10/2024
2.1.299 88 9/10/2024
2.1.298 79 9/9/2024
2.1.297 78 9/9/2024
2.1.296 81 9/9/2024
2.1.295 84 9/9/2024
2.1.294 85 9/9/2024
2.1.293 84 9/6/2024
2.1.292 99 9/6/2024
2.1.291 84 9/5/2024
2.1.290 81 9/5/2024
2.1.289 89 9/5/2024
2.1.288 85 9/5/2024
2.1.287 83 9/5/2024
2.1.286 84 9/5/2024
2.1.285 96 9/4/2024
2.1.284 81 9/3/2024
2.1.283 85 9/3/2024
2.1.282 86 9/3/2024
2.1.281 84 9/3/2024
2.1.280 90 8/29/2024
2.1.279 97 8/26/2024
2.1.278 107 8/21/2024
2.1.277 104 8/21/2024
2.1.276 104 8/20/2024
2.1.275 108 8/20/2024
2.1.274 100 8/20/2024
2.1.273 110 8/19/2024
2.1.272 117 8/15/2024
2.1.271 92 8/13/2024
2.1.270 79 8/6/2024
2.1.269 55 8/6/2024
2.1.268 81 8/1/2024
2.1.267 81 8/1/2024
2.1.266 81 8/1/2024
2.1.265 57 7/25/2024
2.1.264 67 7/25/2024
2.1.263 66 7/25/2024
2.1.262 65 7/24/2024
2.1.261 53 7/24/2024
2.1.260 161 7/20/2024
2.1.259 106 7/14/2024
2.1.258 78 7/14/2024
2.1.256 103 7/10/2024
2.1.255 82 7/10/2024
2.1.254 56 7/10/2024
2.1.253 91 7/10/2024
2.1.252 71 7/10/2024
2.1.251 97 7/10/2024
2.1.250 47 7/9/2024
2.1.249 71 7/9/2024
2.1.248 61 7/9/2024
2.1.247 86 7/9/2024
2.1.246 82 7/9/2024
2.1.245 96 7/9/2024
2.1.244 59 7/9/2024
2.1.243 104 7/9/2024
2.1.242 89 7/8/2024
2.1.241 88 7/8/2024
2.1.240 94 7/8/2024
2.1.239 103 7/7/2024
2.1.238 132 7/7/2024
2.1.237 1,587 7/3/2024
2.1.236 77 7/3/2024
2.1.235 2,021 6/22/2024
2.1.234 983 6/15/2024
2.1.233 346 6/15/2024
2.1.232 1,021 6/14/2024
2.1.231 1,067 6/1/2024
2.1.230 175 6/1/2024
2.1.229 436 6/1/2024
2.1.228 1,324 5/31/2024
2.1.227 912 5/29/2024
2.1.226 812 5/28/2024
2.1.225 417 5/27/2024
2.1.224 898 5/26/2024
2.1.223 818 5/26/2024
2.1.222 478 5/26/2024
2.1.221 293 5/26/2024
2.1.220 321 5/25/2024
2.1.219 756 5/25/2024
2.1.218 172 5/25/2024
2.1.217 424 5/25/2024
2.1.216 445 5/25/2024
2.1.215 822 5/23/2024
2.1.214 558 5/23/2024
2.1.213 524 5/22/2024
2.1.212 315 5/22/2024
2.1.211 349 5/22/2024
2.1.210 1,446 5/18/2024
2.1.209 614 5/17/2024
2.1.208 308 5/17/2024
2.1.207 776 5/16/2024
2.1.206 208 5/15/2024
2.1.205 953 5/15/2024
2.1.204 1,087 5/13/2024
2.1.203 1,213 4/29/2024
2.1.202 283 4/29/2024
2.1.201 1,010 4/28/2024
2.1.200 318 4/28/2024
2.1.199 179 4/28/2024
2.1.198 700 4/28/2024
2.1.197 252 4/28/2024
2.1.196 443 4/28/2024
2.1.195 286 4/28/2024
2.1.194 588 4/27/2024
2.1.193 871 4/19/2024
2.1.192 1,144 4/18/2024
2.1.191 904 4/12/2024
2.1.190 609 4/12/2024
2.1.189 337 4/12/2024
2.1.188 348 4/12/2024
2.1.187 542 4/12/2024
2.1.186 391 4/12/2024
2.1.185 482 4/11/2024
2.1.184 578 4/10/2024
2.1.183 416 4/9/2024
2.1.182 992 4/2/2024
2.1.181 382 4/1/2024
2.1.180 733 3/29/2024
2.1.179 710 3/25/2024
2.1.178 300 3/25/2024
2.1.177 911 3/20/2024
2.1.176 836 3/19/2024
2.1.175 425 3/19/2024
2.1.174 635 3/18/2024
2.1.173 967 3/15/2024
2.1.172 661 3/13/2024
2.1.171 281 3/13/2024
2.1.170 709 3/13/2024
2.1.169 280 3/13/2024
2.1.168 126 3/13/2024
2.1.167 688 3/12/2024
2.1.166 490 3/12/2024
2.1.165 752 3/11/2024
2.1.164 730 3/11/2024
2.1.163 755 3/10/2024
2.1.162 717 3/8/2024
2.1.161 303 3/8/2024
2.1.160 597 3/8/2024
2.1.159 908 3/6/2024
2.1.158 703 3/4/2024
2.1.157 790 3/4/2024
2.1.156 663 3/3/2024
2.1.155 597 3/2/2024
2.1.154 220 3/2/2024
2.1.153 611 3/2/2024
2.1.152 167 3/2/2024
2.1.151 606 2/29/2024
2.1.150 202 2/29/2024
2.1.149 616 2/29/2024
2.1.148 811 2/26/2024
2.1.147 460 2/25/2024
2.1.146 471 2/25/2024
2.1.145 1,739 2/23/2024
2.1.144 605 2/22/2024
2.1.143 413 2/22/2024
2.1.142 633 2/21/2024
2.1.141 628 2/21/2024
2.1.140 532 2/21/2024
2.1.139 339 2/21/2024
2.1.138 275 2/21/2024
2.1.137 104 2/21/2024
2.1.136 1,455 2/20/2024
2.1.135 487 2/20/2024
2.1.134 393 2/20/2024
2.1.133 451 2/19/2024
2.1.132 612 2/19/2024
2.1.131 659 2/17/2024
2.1.130 435 2/17/2024
2.1.129 509 2/16/2024
2.1.128 254 2/16/2024
2.1.127 293 2/16/2024
2.1.126 344 2/16/2024
2.1.125 601 2/16/2024
2.1.124 185 2/16/2024
2.1.123 1,079 2/13/2024
2.1.122 893 2/13/2024
2.1.121 199 2/13/2024
2.1.120 445 2/13/2024
2.1.119 461 2/13/2024
2.1.118 599 2/12/2024
2.1.117 300 2/11/2024
2.1.116 902 2/11/2024
2.1.115 496 2/11/2024
2.1.114 585 2/10/2024
2.1.113 338 2/9/2024
2.1.112 763 2/9/2024
2.1.111 555 2/9/2024
2.1.110 303 2/8/2024
2.1.109 535 2/8/2024
2.1.108 450 2/8/2024
2.1.107 523 2/8/2024
2.1.106 697 2/7/2024
2.1.105 443 2/7/2024
2.1.104 258 2/7/2024
2.1.103 649 2/7/2024
2.1.102 90 2/6/2024
2.1.101 500 2/6/2024
2.1.100 760 2/5/2024
2.1.99 777 2/4/2024
2.1.98 583 2/2/2024
2.1.97 864 1/31/2024
2.1.96 701 1/29/2024
2.1.95 683 1/29/2024
2.1.94 256 1/29/2024
2.1.93 720 1/28/2024
2.1.92 266 1/28/2024
2.1.91 522 1/28/2024
2.1.90 270 1/28/2024
2.1.89 329 1/28/2024
2.1.88 801 1/27/2024
2.1.87 490 1/27/2024
2.1.86 171 1/27/2024
2.1.85 352 1/27/2024
2.1.84 466 1/27/2024
2.1.83 518 1/27/2024
2.1.82 209 1/26/2024
2.1.81 359 1/26/2024
2.1.80 501 1/26/2024
2.1.79 261 1/26/2024
2.1.78 808 1/26/2024
2.1.77 509 1/26/2024
2.1.76 352 1/25/2024
2.1.75 310 1/25/2024
2.1.74 307 1/25/2024
2.1.73 346 1/25/2024
2.1.72 1,028 1/19/2024
2.1.71 820 1/15/2024
2.1.70 407 1/15/2024
2.1.69 390 1/15/2024
2.1.68 489 1/15/2024
2.1.67 634 1/15/2024
2.1.66 681 1/14/2024
2.1.65 748 1/13/2024
2.1.64 649 1/12/2024
2.1.63 867 1/11/2024
2.1.62 892 1/7/2024
2.1.61 659 1/5/2024
2.1.60 426 1/5/2024
2.1.59 718 1/5/2024
2.1.58 772 1/1/2024
2.1.57 922 12/28/2023
2.1.56 588 12/28/2023
2.1.55 563 12/28/2023
2.1.54 394 12/27/2023
2.1.53 286 12/27/2023
2.1.52 111 12/27/2023
2.1.51 1,342 12/25/2023
2.1.50 231 12/25/2023
2.1.49 569 12/25/2023
2.1.48 388 12/25/2023
2.1.47 485 12/25/2023
2.1.46 232 12/25/2023
2.1.45 687 12/24/2023
2.1.44 875 12/23/2023
2.1.43 464 12/23/2023
2.1.42 702 12/23/2023
2.1.41 286 12/23/2023
2.1.40 501 12/23/2023
2.1.39 1,078 12/19/2023
2.1.38 294 12/19/2023
2.1.37 1,767 12/10/2023
2.1.36 689 12/10/2023
2.1.35 1,186 12/9/2023
2.1.34 531 12/9/2023
2.1.33 664 12/9/2023
2.1.32 1,112 12/6/2023
2.1.31 928 12/5/2023
2.1.30 619 12/4/2023
2.1.29 224 12/4/2023
2.1.28 496 12/4/2023
2.1.27 1,215 11/23/2023
2.1.26 483 11/23/2023
2.1.25 592 11/23/2023
2.1.24 284 11/23/2023
2.1.23 718 11/20/2023
2.1.22 653 11/20/2023
2.1.21 632 11/19/2023
2.1.20 292 11/19/2023
2.1.19 575 11/19/2023
2.1.18 353 11/19/2023
2.1.17 677 11/18/2023
2.1.16 518 11/18/2023
2.1.15 346 11/18/2023
2.1.14 475 11/18/2023
2.1.13 616 11/17/2023
2.1.12 115 11/17/2023
2.1.11 607 11/17/2023
2.1.10 413 11/17/2023
2.1.9 378 11/17/2023
2.1.8 266 11/17/2023
2.1.7 650 11/17/2023
2.1.6 340 11/17/2023
2.1.5 190 11/17/2023
2.1.4 715 11/16/2023
2.0.82 963 11/15/2023
2.0.81 108 11/15/2023
2.0.80 103 11/15/2023
2.0.79 242 11/15/2023
2.0.3 114 11/16/2023
2.0.2 114 11/16/2023
2.0.1 109 11/16/2023
1.0.78 469 11/14/2023
1.0.77 898 11/13/2023
1.0.76 646 11/10/2023
1.0.75 620 11/9/2023
1.0.74 122 11/9/2023
1.0.73 956 11/7/2023
1.0.72 503 11/6/2023
1.0.71 447 11/3/2023
1.0.70 497 11/2/2023
1.0.69 955 11/1/2023
1.0.68 1,168 10/26/2023
1.0.67 872 10/19/2023
1.0.66 281 10/18/2023
1.0.65 687 10/17/2023
1.0.64 1,042 10/16/2023
1.0.63 658 10/13/2023
1.0.62 786 10/12/2023
1.0.61 1,340 9/20/2023
1.0.60 542 9/19/2023
1.0.59 615 9/18/2023
1.0.58 129 9/18/2023
1.0.57 937 9/14/2023
1.0.56 1,257 8/31/2023
1.0.55 527 8/30/2023
1.0.54 154 8/30/2023
1.0.53 1,041 8/28/2023
1.0.52 371 8/25/2023
1.0.51 933 8/24/2023
1.0.50 1,251 8/21/2023
1.0.49 423 8/18/2023
1.0.48 796 8/17/2023
1.0.47 126 8/17/2023
1.0.46 1,479 8/10/2023
1.0.45 573 8/9/2023
1.0.44 1,084 8/8/2023
1.0.43 592 8/7/2023
1.0.42 145 8/7/2023
1.0.41 1,487 7/13/2023
1.0.40 1,099 7/11/2023
1.0.39 698 7/10/2023
1.0.38 944 7/7/2023
1.0.37 168 7/7/2023
1.0.36 1,591 6/30/2023
1.0.35 787 6/29/2023
1.0.34 937 6/28/2023
1.0.33 160 6/28/2023
1.0.32 1,408 6/26/2023
1.0.31 523 6/23/2023
1.0.30 1,352 6/21/2023
1.0.29 1,433 6/15/2023
1.0.28 759 6/14/2023
1.0.27 182 6/14/2023
1.0.26 1,702 6/9/2023
1.0.25 870 6/8/2023
1.0.24 478 6/7/2023
1.0.23 204 6/7/2023
1.0.22 822 6/6/2023
1.0.21 1,668 6/5/2023
1.0.20 506 6/2/2023
1.0.19 173 6/2/2023
1.0.18 1,007 6/1/2023
1.0.17 342 5/31/2023
1.0.16 1,160 5/31/2023
1.0.15 360 5/31/2023
1.0.14 958 5/30/2023
1.0.13 1,378 5/26/2023
1.0.12 894 5/25/2023
1.0.11 823 5/24/2023
1.0.10 268 5/24/2023
1.0.8 1,174 5/23/2023
1.0.7 389 5/22/2023
1.0.6 1,344 5/17/2023
1.0.5 2,632 4/11/2023
1.0.4 511 4/3/2023
1.0.3 601 3/31/2023
1.0.2 200 3/31/2023
1.0.1 374 2/27/2023