Soenneker.Utils.Cancellation 2.0.2

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

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

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.355 56 10/31/2024
2.1.354 73 10/29/2024
2.1.353 63 10/29/2024
2.1.352 65 10/29/2024
2.1.351 76 10/26/2024
2.1.350 71 10/22/2024
2.1.349 67 10/22/2024
2.1.348 61 10/22/2024
2.1.347 75 10/17/2024
2.1.346 71 10/14/2024
2.1.345 78 10/11/2024
2.1.344 89 10/11/2024
2.1.343 82 10/11/2024
2.1.341 76 10/8/2024
2.1.340 78 10/8/2024
2.1.339 64 10/8/2024
2.1.338 69 10/8/2024
2.1.337 69 10/8/2024
2.1.336 72 10/8/2024
2.1.335 75 10/3/2024
2.1.334 74 10/3/2024
2.1.333 81 10/3/2024
2.1.332 78 10/2/2024
2.1.331 81 10/2/2024
2.1.330 80 10/1/2024
2.1.329 73 10/1/2024
2.1.328 84 10/1/2024
2.1.327 82 9/29/2024
2.1.326 94 9/29/2024
2.1.325 86 9/29/2024
2.1.324 89 9/27/2024
2.1.323 80 9/27/2024
2.1.322 84 9/27/2024
2.1.321 84 9/26/2024
2.1.320 86 9/26/2024
2.1.319 85 9/26/2024
2.1.318 83 9/23/2024
2.1.317 88 9/23/2024
2.1.316 82 9/23/2024
2.1.315 83 9/23/2024
2.1.314 79 9/23/2024
2.1.313 89 9/17/2024
2.1.312 87 9/17/2024
2.1.311 75 9/17/2024
2.1.310 79 9/17/2024
2.1.309 75 9/17/2024
2.1.308 83 9/17/2024
2.1.307 80 9/16/2024
2.1.306 96 9/12/2024
2.1.305 104 9/11/2024
2.1.303 88 9/11/2024
2.1.302 95 9/10/2024
2.1.301 89 9/10/2024
2.1.300 87 9/10/2024
2.1.299 95 9/10/2024
2.1.298 86 9/9/2024
2.1.297 85 9/9/2024
2.1.296 88 9/9/2024
2.1.295 91 9/9/2024
2.1.294 94 9/9/2024
2.1.293 91 9/6/2024
2.1.292 106 9/6/2024
2.1.291 91 9/5/2024
2.1.290 88 9/5/2024
2.1.289 96 9/5/2024
2.1.288 94 9/5/2024
2.1.287 90 9/5/2024
2.1.286 91 9/5/2024
2.1.285 103 9/4/2024
2.1.284 87 9/3/2024
2.1.283 91 9/3/2024
2.1.282 93 9/3/2024
2.1.281 90 9/3/2024
2.1.280 93 8/29/2024
2.1.279 101 8/26/2024
2.1.278 110 8/21/2024
2.1.277 107 8/21/2024
2.1.276 107 8/20/2024
2.1.275 111 8/20/2024
2.1.274 103 8/20/2024
2.1.273 113 8/19/2024
2.1.272 120 8/15/2024
2.1.271 96 8/13/2024
2.1.270 83 8/6/2024
2.1.269 59 8/6/2024
2.1.268 85 8/1/2024
2.1.267 83 8/1/2024
2.1.266 85 8/1/2024
2.1.265 61 7/25/2024
2.1.264 71 7/25/2024
2.1.263 70 7/25/2024
2.1.262 69 7/24/2024
2.1.261 57 7/24/2024
2.1.260 165 7/20/2024
2.1.259 109 7/14/2024
2.1.258 81 7/14/2024
2.1.256 106 7/10/2024
2.1.255 85 7/10/2024
2.1.254 59 7/10/2024
2.1.253 94 7/10/2024
2.1.252 75 7/10/2024
2.1.251 99 7/10/2024
2.1.250 50 7/9/2024
2.1.249 74 7/9/2024
2.1.248 64 7/9/2024
2.1.247 89 7/9/2024
2.1.246 84 7/9/2024
2.1.245 98 7/9/2024
2.1.244 61 7/9/2024
2.1.243 107 7/9/2024
2.1.242 91 7/8/2024
2.1.241 90 7/8/2024
2.1.240 96 7/8/2024
2.1.239 105 7/7/2024
2.1.238 134 7/7/2024
2.1.237 1,596 7/3/2024
2.1.236 79 7/3/2024
2.1.235 2,023 6/22/2024
2.1.234 984 6/15/2024
2.1.233 347 6/15/2024
2.1.232 1,022 6/14/2024
2.1.231 1,068 6/1/2024
2.1.230 176 6/1/2024
2.1.229 437 6/1/2024
2.1.228 1,325 5/31/2024
2.1.227 913 5/29/2024
2.1.226 813 5/28/2024
2.1.225 418 5/27/2024
2.1.224 899 5/26/2024
2.1.223 819 5/26/2024
2.1.222 479 5/26/2024
2.1.221 294 5/26/2024
2.1.220 322 5/25/2024
2.1.219 757 5/25/2024
2.1.218 173 5/25/2024
2.1.217 425 5/25/2024
2.1.216 446 5/25/2024
2.1.215 823 5/23/2024
2.1.214 559 5/23/2024
2.1.213 525 5/22/2024
2.1.212 317 5/22/2024
2.1.211 350 5/22/2024
2.1.210 1,448 5/18/2024
2.1.209 615 5/17/2024
2.1.208 309 5/17/2024
2.1.207 777 5/16/2024
2.1.206 209 5/15/2024
2.1.205 954 5/15/2024
2.1.204 1,088 5/13/2024
2.1.203 1,214 4/29/2024
2.1.202 284 4/29/2024
2.1.201 1,011 4/28/2024
2.1.200 319 4/28/2024
2.1.199 180 4/28/2024
2.1.198 701 4/28/2024
2.1.197 253 4/28/2024
2.1.196 444 4/28/2024
2.1.195 287 4/28/2024
2.1.194 589 4/27/2024
2.1.193 872 4/19/2024
2.1.192 1,145 4/18/2024
2.1.191 905 4/12/2024
2.1.190 610 4/12/2024
2.1.189 338 4/12/2024
2.1.188 349 4/12/2024
2.1.187 543 4/12/2024
2.1.186 392 4/12/2024
2.1.185 483 4/11/2024
2.1.184 579 4/10/2024
2.1.183 423 4/9/2024
2.1.182 993 4/2/2024
2.1.181 386 4/1/2024
2.1.180 734 3/29/2024
2.1.179 711 3/25/2024
2.1.178 301 3/25/2024
2.1.177 912 3/20/2024
2.1.176 837 3/19/2024
2.1.175 426 3/19/2024
2.1.174 636 3/18/2024
2.1.173 968 3/15/2024
2.1.172 662 3/13/2024
2.1.171 282 3/13/2024
2.1.170 710 3/13/2024
2.1.169 281 3/13/2024
2.1.168 127 3/13/2024
2.1.167 694 3/12/2024
2.1.166 491 3/12/2024
2.1.165 753 3/11/2024
2.1.164 731 3/11/2024
2.1.163 756 3/10/2024
2.1.162 720 3/8/2024
2.1.161 304 3/8/2024
2.1.160 598 3/8/2024
2.1.159 909 3/6/2024
2.1.158 704 3/4/2024
2.1.157 791 3/4/2024
2.1.156 664 3/3/2024
2.1.155 598 3/2/2024
2.1.154 221 3/2/2024
2.1.153 612 3/2/2024
2.1.152 168 3/2/2024
2.1.151 607 2/29/2024
2.1.150 203 2/29/2024
2.1.149 617 2/29/2024
2.1.148 812 2/26/2024
2.1.147 461 2/25/2024
2.1.146 472 2/25/2024
2.1.145 1,741 2/23/2024
2.1.144 607 2/22/2024
2.1.143 415 2/22/2024
2.1.142 640 2/21/2024
2.1.141 630 2/21/2024
2.1.140 533 2/21/2024
2.1.139 340 2/21/2024
2.1.138 282 2/21/2024
2.1.137 105 2/21/2024
2.1.136 1,457 2/20/2024
2.1.135 488 2/20/2024
2.1.134 394 2/20/2024
2.1.133 452 2/19/2024
2.1.132 613 2/19/2024
2.1.131 660 2/17/2024
2.1.130 436 2/17/2024
2.1.129 510 2/16/2024
2.1.128 255 2/16/2024
2.1.127 294 2/16/2024
2.1.126 345 2/16/2024
2.1.125 602 2/16/2024
2.1.124 186 2/16/2024
2.1.123 1,080 2/13/2024
2.1.122 894 2/13/2024
2.1.121 204 2/13/2024
2.1.120 450 2/13/2024
2.1.119 462 2/13/2024
2.1.118 600 2/12/2024
2.1.117 301 2/11/2024
2.1.116 903 2/11/2024
2.1.115 497 2/11/2024
2.1.114 586 2/10/2024
2.1.113 339 2/9/2024
2.1.112 764 2/9/2024
2.1.111 556 2/9/2024
2.1.110 304 2/8/2024
2.1.109 538 2/8/2024
2.1.108 451 2/8/2024
2.1.107 524 2/8/2024
2.1.106 707 2/7/2024
2.1.105 444 2/7/2024
2.1.104 259 2/7/2024
2.1.103 650 2/7/2024
2.1.102 95 2/6/2024
2.1.101 506 2/6/2024
2.1.100 761 2/5/2024
2.1.99 778 2/4/2024
2.1.98 584 2/2/2024
2.1.97 865 1/31/2024
2.1.96 702 1/29/2024
2.1.95 686 1/29/2024
2.1.94 257 1/29/2024
2.1.93 723 1/28/2024
2.1.92 267 1/28/2024
2.1.91 523 1/28/2024
2.1.90 271 1/28/2024
2.1.89 330 1/28/2024
2.1.88 804 1/27/2024
2.1.87 491 1/27/2024
2.1.86 172 1/27/2024
2.1.85 353 1/27/2024
2.1.84 467 1/27/2024
2.1.83 519 1/27/2024
2.1.82 210 1/26/2024
2.1.81 360 1/26/2024
2.1.80 502 1/26/2024
2.1.79 262 1/26/2024
2.1.78 809 1/26/2024
2.1.77 510 1/26/2024
2.1.76 353 1/25/2024
2.1.75 311 1/25/2024
2.1.74 308 1/25/2024
2.1.73 347 1/25/2024
2.1.72 1,034 1/19/2024
2.1.71 821 1/15/2024
2.1.70 408 1/15/2024
2.1.69 391 1/15/2024
2.1.68 490 1/15/2024
2.1.67 635 1/15/2024
2.1.66 682 1/14/2024
2.1.65 749 1/13/2024
2.1.64 650 1/12/2024
2.1.63 868 1/11/2024
2.1.62 893 1/7/2024
2.1.61 660 1/5/2024
2.1.60 427 1/5/2024
2.1.59 719 1/5/2024
2.1.58 773 1/1/2024
2.1.57 923 12/28/2023
2.1.56 590 12/28/2023
2.1.55 564 12/28/2023
2.1.54 395 12/27/2023
2.1.53 287 12/27/2023
2.1.52 112 12/27/2023
2.1.51 1,343 12/25/2023
2.1.50 232 12/25/2023
2.1.49 570 12/25/2023
2.1.48 389 12/25/2023
2.1.47 486 12/25/2023
2.1.46 233 12/25/2023
2.1.45 688 12/24/2023
2.1.44 876 12/23/2023
2.1.43 465 12/23/2023
2.1.42 703 12/23/2023
2.1.41 288 12/23/2023
2.1.40 502 12/23/2023
2.1.39 1,079 12/19/2023
2.1.38 295 12/19/2023
2.1.37 1,768 12/10/2023
2.1.36 690 12/10/2023
2.1.35 1,187 12/9/2023
2.1.34 532 12/9/2023
2.1.33 665 12/9/2023
2.1.32 1,118 12/6/2023
2.1.31 929 12/5/2023
2.1.30 620 12/4/2023
2.1.29 225 12/4/2023
2.1.28 497 12/4/2023
2.1.27 1,216 11/23/2023
2.1.26 484 11/23/2023
2.1.25 593 11/23/2023
2.1.24 285 11/23/2023
2.1.23 719 11/20/2023
2.1.22 654 11/20/2023
2.1.21 633 11/19/2023
2.1.20 293 11/19/2023
2.1.19 576 11/19/2023
2.1.18 354 11/19/2023
2.1.17 678 11/18/2023
2.1.16 519 11/18/2023
2.1.15 347 11/18/2023
2.1.14 476 11/18/2023
2.1.13 617 11/17/2023
2.1.12 116 11/17/2023
2.1.11 608 11/17/2023
2.1.10 414 11/17/2023
2.1.9 379 11/17/2023
2.1.8 267 11/17/2023
2.1.7 651 11/17/2023
2.1.6 341 11/17/2023
2.1.5 191 11/17/2023
2.1.4 716 11/16/2023
2.0.82 964 11/15/2023
2.0.81 109 11/15/2023
2.0.80 104 11/15/2023
2.0.79 243 11/15/2023
2.0.3 115 11/16/2023
2.0.2 115 11/16/2023
2.0.1 110 11/16/2023
1.0.78 470 11/14/2023
1.0.77 899 11/13/2023
1.0.76 647 11/10/2023
1.0.75 621 11/9/2023
1.0.74 123 11/9/2023
1.0.73 964 11/7/2023
1.0.72 504 11/6/2023
1.0.71 448 11/3/2023
1.0.70 504 11/2/2023
1.0.69 963 11/1/2023
1.0.68 1,169 10/26/2023
1.0.67 873 10/19/2023
1.0.66 282 10/18/2023
1.0.65 688 10/17/2023
1.0.64 1,043 10/16/2023
1.0.63 659 10/13/2023
1.0.62 787 10/12/2023
1.0.61 1,341 9/20/2023
1.0.60 543 9/19/2023
1.0.59 616 9/18/2023
1.0.58 130 9/18/2023
1.0.57 938 9/14/2023
1.0.56 1,258 8/31/2023
1.0.55 528 8/30/2023
1.0.54 155 8/30/2023
1.0.53 1,042 8/28/2023
1.0.52 372 8/25/2023
1.0.51 936 8/24/2023
1.0.50 1,252 8/21/2023
1.0.49 424 8/18/2023
1.0.48 797 8/17/2023
1.0.47 127 8/17/2023
1.0.46 1,482 8/10/2023
1.0.45 574 8/9/2023
1.0.44 1,085 8/8/2023
1.0.43 593 8/7/2023
1.0.42 146 8/7/2023
1.0.41 1,489 7/13/2023
1.0.40 1,100 7/11/2023
1.0.39 699 7/10/2023
1.0.38 945 7/7/2023
1.0.37 169 7/7/2023
1.0.36 1,599 6/30/2023
1.0.35 790 6/29/2023
1.0.34 938 6/28/2023
1.0.33 163 6/28/2023
1.0.32 1,416 6/26/2023
1.0.31 524 6/23/2023
1.0.30 1,355 6/21/2023
1.0.29 1,435 6/15/2023
1.0.28 760 6/14/2023
1.0.27 183 6/14/2023
1.0.26 1,709 6/9/2023
1.0.25 871 6/8/2023
1.0.24 479 6/7/2023
1.0.23 205 6/7/2023
1.0.22 825 6/6/2023
1.0.21 1,669 6/5/2023
1.0.20 507 6/2/2023
1.0.19 174 6/2/2023
1.0.18 1,008 6/1/2023
1.0.17 349 5/31/2023
1.0.16 1,161 5/31/2023
1.0.15 361 5/31/2023
1.0.14 959 5/30/2023
1.0.13 1,379 5/26/2023
1.0.12 895 5/25/2023
1.0.11 824 5/24/2023
1.0.10 269 5/24/2023
1.0.8 1,176 5/23/2023
1.0.7 390 5/22/2023
1.0.6 1,345 5/17/2023
1.0.5 2,633 4/11/2023
1.0.4 512 4/3/2023
1.0.3 602 3/31/2023
1.0.2 201 3/31/2023
1.0.1 375 2/27/2023