Soenneker.Utils.Cancellation 1.0.53

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

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

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

Install-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.323 0 9/27/2024
2.1.322 0 9/27/2024
2.1.321 27 9/26/2024
2.1.320 32 9/26/2024
2.1.319 34 9/26/2024
2.1.318 58 9/23/2024
2.1.317 66 9/23/2024
2.1.316 58 9/23/2024
2.1.315 56 9/23/2024
2.1.314 55 9/23/2024
2.1.313 63 9/17/2024
2.1.312 52 9/17/2024
2.1.311 52 9/17/2024
2.1.310 48 9/17/2024
2.1.309 52 9/17/2024
2.1.308 52 9/17/2024
2.1.307 60 9/16/2024
2.1.306 71 9/12/2024
2.1.305 85 9/11/2024
2.1.303 72 9/11/2024
2.1.302 71 9/10/2024
2.1.301 64 9/10/2024
2.1.300 61 9/10/2024
2.1.299 70 9/10/2024
2.1.298 57 9/9/2024
2.1.297 60 9/9/2024
2.1.296 67 9/9/2024
2.1.295 64 9/9/2024
2.1.294 66 9/9/2024
2.1.293 62 9/6/2024
2.1.292 79 9/6/2024
2.1.291 68 9/5/2024
2.1.290 62 9/5/2024
2.1.289 70 9/5/2024
2.1.288 71 9/5/2024
2.1.287 66 9/5/2024
2.1.286 66 9/5/2024
2.1.285 80 9/4/2024
2.1.284 60 9/3/2024
2.1.283 69 9/3/2024
2.1.282 64 9/3/2024
2.1.281 65 9/3/2024
2.1.280 70 8/29/2024
2.1.279 79 8/26/2024
2.1.278 92 8/21/2024
2.1.277 89 8/21/2024
2.1.276 87 8/20/2024
2.1.275 94 8/20/2024
2.1.274 84 8/20/2024
2.1.273 89 8/19/2024
2.1.272 94 8/15/2024
2.1.271 77 8/13/2024
2.1.270 61 8/6/2024
2.1.269 53 8/6/2024
2.1.268 67 8/1/2024
2.1.267 66 8/1/2024
2.1.266 64 8/1/2024
2.1.265 38 7/25/2024
2.1.264 51 7/25/2024
2.1.263 49 7/25/2024
2.1.262 50 7/24/2024
2.1.261 38 7/24/2024
2.1.260 147 7/20/2024
2.1.259 90 7/14/2024
2.1.258 65 7/14/2024
2.1.256 84 7/10/2024
2.1.255 72 7/10/2024
2.1.254 42 7/10/2024
2.1.253 67 7/10/2024
2.1.252 56 7/10/2024
2.1.251 82 7/10/2024
2.1.250 47 7/9/2024
2.1.249 57 7/9/2024
2.1.248 51 7/9/2024
2.1.247 70 7/9/2024
2.1.246 68 7/9/2024
2.1.245 81 7/9/2024
2.1.244 44 7/9/2024
2.1.243 84 7/9/2024
2.1.242 72 7/8/2024
2.1.241 73 7/8/2024
2.1.240 81 7/8/2024
2.1.239 75 7/7/2024
2.1.238 122 7/7/2024
2.1.237 1,492 7/3/2024
2.1.236 59 7/3/2024
2.1.235 1,933 6/22/2024
2.1.234 929 6/15/2024
2.1.233 317 6/15/2024
2.1.232 959 6/14/2024
2.1.231 1,010 6/1/2024
2.1.230 166 6/1/2024
2.1.229 407 6/1/2024
2.1.228 1,261 5/31/2024
2.1.227 862 5/29/2024
2.1.226 747 5/28/2024
2.1.225 395 5/27/2024
2.1.224 822 5/26/2024
2.1.223 758 5/26/2024
2.1.222 456 5/26/2024
2.1.221 269 5/26/2024
2.1.220 304 5/25/2024
2.1.219 715 5/25/2024
2.1.218 162 5/25/2024
2.1.217 412 5/25/2024
2.1.216 394 5/25/2024
2.1.215 782 5/23/2024
2.1.214 528 5/23/2024
2.1.213 476 5/22/2024
2.1.212 292 5/22/2024
2.1.211 334 5/22/2024
2.1.210 1,345 5/18/2024
2.1.209 588 5/17/2024
2.1.208 299 5/17/2024
2.1.207 728 5/16/2024
2.1.206 196 5/15/2024
2.1.205 914 5/15/2024
2.1.204 1,014 5/13/2024
2.1.203 1,133 4/29/2024
2.1.202 283 4/29/2024
2.1.201 922 4/28/2024
2.1.200 291 4/28/2024
2.1.199 164 4/28/2024
2.1.198 659 4/28/2024
2.1.197 236 4/28/2024
2.1.196 401 4/28/2024
2.1.195 286 4/28/2024
2.1.194 549 4/27/2024
2.1.193 802 4/19/2024
2.1.192 1,061 4/18/2024
2.1.191 833 4/12/2024
2.1.190 572 4/12/2024
2.1.189 308 4/12/2024
2.1.188 332 4/12/2024
2.1.187 493 4/12/2024
2.1.186 364 4/12/2024
2.1.185 445 4/11/2024
2.1.184 569 4/10/2024
2.1.183 411 4/9/2024
2.1.182 917 4/2/2024
2.1.181 351 4/1/2024
2.1.180 678 3/29/2024
2.1.179 657 3/25/2024
2.1.178 281 3/25/2024
2.1.177 813 3/20/2024
2.1.176 779 3/19/2024
2.1.175 391 3/19/2024
2.1.174 586 3/18/2024
2.1.173 920 3/15/2024
2.1.172 621 3/13/2024
2.1.171 269 3/13/2024
2.1.170 674 3/13/2024
2.1.169 271 3/13/2024
2.1.168 109 3/13/2024
2.1.167 652 3/12/2024
2.1.166 481 3/12/2024
2.1.165 720 3/11/2024
2.1.164 688 3/11/2024
2.1.163 690 3/10/2024
2.1.162 689 3/8/2024
2.1.161 294 3/8/2024
2.1.160 551 3/8/2024
2.1.159 880 3/6/2024
2.1.158 662 3/4/2024
2.1.157 718 3/4/2024
2.1.156 609 3/3/2024
2.1.155 561 3/2/2024
2.1.154 207 3/2/2024
2.1.153 534 3/2/2024
2.1.152 147 3/2/2024
2.1.151 575 2/29/2024
2.1.150 179 2/29/2024
2.1.149 546 2/29/2024
2.1.148 774 2/26/2024
2.1.147 413 2/25/2024
2.1.146 417 2/25/2024
2.1.145 1,692 2/23/2024
2.1.144 566 2/22/2024
2.1.143 373 2/22/2024
2.1.142 623 2/21/2024
2.1.141 614 2/21/2024
2.1.140 516 2/21/2024
2.1.139 314 2/21/2024
2.1.138 265 2/21/2024
2.1.137 91 2/21/2024
2.1.136 1,351 2/20/2024
2.1.135 466 2/20/2024
2.1.134 363 2/20/2024
2.1.133 426 2/19/2024
2.1.132 580 2/19/2024
2.1.131 628 2/17/2024
2.1.130 424 2/17/2024
2.1.129 471 2/16/2024
2.1.128 243 2/16/2024
2.1.127 284 2/16/2024
2.1.126 335 2/16/2024
2.1.125 535 2/16/2024
2.1.124 185 2/16/2024
2.1.123 1,024 2/13/2024
2.1.122 844 2/13/2024
2.1.121 179 2/13/2024
2.1.120 405 2/13/2024
2.1.119 448 2/13/2024
2.1.118 568 2/12/2024
2.1.117 267 2/11/2024
2.1.116 850 2/11/2024
2.1.115 463 2/11/2024
2.1.114 530 2/10/2024
2.1.113 309 2/9/2024
2.1.112 708 2/9/2024
2.1.111 518 2/9/2024
2.1.110 292 2/8/2024
2.1.109 496 2/8/2024
2.1.108 424 2/8/2024
2.1.107 485 2/8/2024
2.1.106 649 2/7/2024
2.1.105 411 2/7/2024
2.1.104 239 2/7/2024
2.1.103 609 2/7/2024
2.1.102 77 2/6/2024
2.1.101 472 2/6/2024
2.1.100 719 2/5/2024
2.1.99 737 2/4/2024
2.1.98 565 2/2/2024
2.1.97 824 1/31/2024
2.1.96 663 1/29/2024
2.1.95 651 1/29/2024
2.1.94 247 1/29/2024
2.1.93 668 1/28/2024
2.1.92 254 1/28/2024
2.1.91 500 1/28/2024
2.1.90 260 1/28/2024
2.1.89 318 1/28/2024
2.1.88 728 1/27/2024
2.1.87 461 1/27/2024
2.1.86 155 1/27/2024
2.1.85 335 1/27/2024
2.1.84 407 1/27/2024
2.1.83 506 1/27/2024
2.1.82 196 1/26/2024
2.1.81 338 1/26/2024
2.1.80 483 1/26/2024
2.1.79 250 1/26/2024
2.1.78 741 1/26/2024
2.1.77 465 1/26/2024
2.1.76 339 1/25/2024
2.1.75 290 1/25/2024
2.1.74 280 1/25/2024
2.1.73 330 1/25/2024
2.1.72 950 1/19/2024
2.1.71 779 1/15/2024
2.1.70 384 1/15/2024
2.1.69 364 1/15/2024
2.1.68 476 1/15/2024
2.1.67 582 1/15/2024
2.1.66 649 1/14/2024
2.1.65 705 1/13/2024
2.1.64 614 1/12/2024
2.1.63 817 1/11/2024
2.1.62 857 1/7/2024
2.1.61 605 1/5/2024
2.1.60 414 1/5/2024
2.1.59 665 1/5/2024
2.1.58 722 1/1/2024
2.1.57 875 12/28/2023
2.1.56 568 12/28/2023
2.1.55 511 12/28/2023
2.1.54 384 12/27/2023
2.1.53 261 12/27/2023
2.1.52 93 12/27/2023
2.1.51 1,250 12/25/2023
2.1.50 213 12/25/2023
2.1.49 555 12/25/2023
2.1.48 370 12/25/2023
2.1.47 444 12/25/2023
2.1.46 211 12/25/2023
2.1.45 652 12/24/2023
2.1.44 818 12/23/2023
2.1.43 447 12/23/2023
2.1.42 675 12/23/2023
2.1.41 269 12/23/2023
2.1.40 478 12/23/2023
2.1.39 1,054 12/19/2023
2.1.38 278 12/19/2023
2.1.37 1,683 12/10/2023
2.1.36 653 12/10/2023
2.1.35 1,174 12/9/2023
2.1.34 508 12/9/2023
2.1.33 633 12/9/2023
2.1.32 1,050 12/6/2023
2.1.31 897 12/5/2023
2.1.30 593 12/4/2023
2.1.29 206 12/4/2023
2.1.28 473 12/4/2023
2.1.27 1,185 11/23/2023
2.1.26 464 11/23/2023
2.1.25 578 11/23/2023
2.1.24 274 11/23/2023
2.1.23 703 11/20/2023
2.1.22 614 11/20/2023
2.1.21 601 11/19/2023
2.1.20 273 11/19/2023
2.1.19 552 11/19/2023
2.1.18 325 11/19/2023
2.1.17 667 11/18/2023
2.1.16 492 11/18/2023
2.1.15 322 11/18/2023
2.1.14 453 11/18/2023
2.1.13 599 11/17/2023
2.1.12 99 11/17/2023
2.1.11 588 11/17/2023
2.1.10 395 11/17/2023
2.1.9 359 11/17/2023
2.1.8 249 11/17/2023
2.1.7 613 11/17/2023
2.1.6 315 11/17/2023
2.1.5 180 11/17/2023
2.1.4 689 11/16/2023
2.0.82 938 11/15/2023
2.0.81 92 11/15/2023
2.0.80 88 11/15/2023
2.0.79 230 11/15/2023
2.0.3 98 11/16/2023
2.0.2 98 11/16/2023
2.0.1 94 11/16/2023
1.0.78 459 11/14/2023
1.0.77 873 11/13/2023
1.0.76 634 11/10/2023
1.0.75 604 11/9/2023
1.0.74 106 11/9/2023
1.0.73 938 11/7/2023
1.0.72 493 11/6/2023
1.0.71 437 11/3/2023
1.0.70 483 11/2/2023
1.0.69 930 11/1/2023
1.0.68 1,145 10/26/2023
1.0.67 850 10/19/2023
1.0.66 271 10/18/2023
1.0.65 677 10/17/2023
1.0.64 981 10/16/2023
1.0.63 640 10/13/2023
1.0.62 747 10/12/2023
1.0.61 1,297 9/20/2023
1.0.60 532 9/19/2023
1.0.59 605 9/18/2023
1.0.58 107 9/18/2023
1.0.57 920 9/14/2023
1.0.56 1,243 8/31/2023
1.0.55 505 8/30/2023
1.0.54 136 8/30/2023
1.0.53 1,031 8/28/2023
1.0.52 361 8/25/2023
1.0.51 923 8/24/2023
1.0.50 1,234 8/21/2023
1.0.49 410 8/18/2023
1.0.48 777 8/17/2023
1.0.47 111 8/17/2023
1.0.46 1,459 8/10/2023
1.0.45 562 8/9/2023
1.0.44 1,065 8/8/2023
1.0.43 582 8/7/2023
1.0.42 131 8/7/2023
1.0.41 1,464 7/13/2023
1.0.40 1,084 7/11/2023
1.0.39 686 7/10/2023
1.0.38 921 7/7/2023
1.0.37 155 7/7/2023
1.0.36 1,576 6/30/2023
1.0.35 777 6/29/2023
1.0.34 927 6/28/2023
1.0.33 146 6/28/2023
1.0.32 1,394 6/26/2023
1.0.31 513 6/23/2023
1.0.30 1,342 6/21/2023
1.0.29 1,409 6/15/2023
1.0.28 745 6/14/2023
1.0.27 167 6/14/2023
1.0.26 1,677 6/9/2023
1.0.25 858 6/8/2023
1.0.24 457 6/7/2023
1.0.23 187 6/7/2023
1.0.22 821 6/6/2023
1.0.21 1,657 6/5/2023
1.0.20 482 6/2/2023
1.0.19 156 6/2/2023
1.0.18 997 6/1/2023
1.0.17 322 5/31/2023
1.0.16 1,146 5/31/2023
1.0.15 350 5/31/2023
1.0.14 940 5/30/2023
1.0.13 1,368 5/26/2023
1.0.12 874 5/25/2023
1.0.11 813 5/24/2023
1.0.10 249 5/24/2023
1.0.8 1,162 5/23/2023
1.0.7 388 5/22/2023
1.0.6 1,334 5/17/2023
1.0.5 2,619 4/11/2023
1.0.4 494 4/3/2023
1.0.3 583 3/31/2023
1.0.2 187 3/31/2023
1.0.1 359 2/27/2023