Soenneker.Utils.Cancellation 3.0.371

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

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

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
3.0.376 34 11/14/2024
3.0.375 30 11/14/2024
3.0.374 33 11/14/2024
3.0.373 33 11/14/2024
3.0.372 32 11/14/2024
3.0.371 32 11/14/2024
3.0.370 34 11/14/2024
2.1.369 29 11/14/2024
2.1.368 59 11/13/2024
2.1.367 60 11/13/2024
2.1.366 62 11/12/2024
2.1.365 64 11/12/2024
2.1.364 58 11/12/2024
2.1.363 72 11/9/2024
2.1.362 65 11/9/2024
2.1.361 69 11/8/2024
2.1.360 66 11/8/2024
2.1.359 64 11/8/2024
2.1.358 70 11/8/2024
2.1.357 66 11/8/2024
2.1.356 64 11/8/2024
2.1.355 60 10/31/2024
2.1.354 76 10/29/2024
2.1.353 66 10/29/2024
2.1.352 66 10/29/2024
2.1.351 76 10/26/2024
2.1.350 72 10/22/2024
2.1.349 68 10/22/2024
2.1.348 62 10/22/2024
2.1.347 75 10/17/2024
2.1.346 72 10/14/2024
2.1.345 79 10/11/2024
2.1.344 90 10/11/2024
2.1.343 83 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 82 10/2/2024
2.1.330 81 10/1/2024
2.1.329 74 10/1/2024
2.1.328 85 10/1/2024
2.1.327 83 9/29/2024
2.1.326 95 9/29/2024
2.1.325 87 9/29/2024
2.1.324 89 9/27/2024
2.1.323 80 9/27/2024
2.1.322 85 9/27/2024
2.1.321 85 9/26/2024
2.1.320 87 9/26/2024
2.1.319 86 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 84 9/23/2024
2.1.314 80 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 81 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 96 9/10/2024
2.1.301 90 9/10/2024
2.1.300 88 9/10/2024
2.1.299 95 9/10/2024
2.1.298 87 9/9/2024
2.1.297 86 9/9/2024
2.1.296 89 9/9/2024
2.1.295 92 9/9/2024
2.1.294 95 9/9/2024
2.1.293 92 9/6/2024
2.1.292 107 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 92 9/3/2024
2.1.282 94 9/3/2024
2.1.281 91 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 84 8/6/2024
2.1.269 59 8/6/2024
2.1.268 86 8/1/2024
2.1.267 84 8/1/2024
2.1.266 86 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,461 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 321 4/28/2024
2.1.199 180 4/28/2024
2.1.198 702 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 590 4/27/2024
2.1.193 872 4/19/2024
2.1.192 1,146 4/18/2024
2.1.191 905 4/12/2024
2.1.190 611 4/12/2024
2.1.189 339 4/12/2024
2.1.188 350 4/12/2024
2.1.187 544 4/12/2024
2.1.186 393 4/12/2024
2.1.185 484 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 735 3/29/2024
2.1.179 712 3/25/2024
2.1.178 301 3/25/2024
2.1.177 913 3/20/2024
2.1.176 837 3/19/2024
2.1.175 426 3/19/2024
2.1.174 637 3/18/2024
2.1.173 968 3/15/2024
2.1.172 663 3/13/2024
2.1.171 283 3/13/2024
2.1.170 711 3/13/2024
2.1.169 282 3/13/2024
2.1.168 128 3/13/2024
2.1.167 694 3/12/2024
2.1.166 491 3/12/2024
2.1.165 762 3/11/2024
2.1.164 731 3/11/2024
2.1.163 757 3/10/2024
2.1.162 720 3/8/2024
2.1.161 305 3/8/2024
2.1.160 599 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 599 3/2/2024
2.1.154 221 3/2/2024
2.1.153 613 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 813 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 608 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 534 2/21/2024
2.1.139 340 2/21/2024
2.1.138 283 2/21/2024
2.1.137 106 2/21/2024
2.1.136 1,457 2/20/2024
2.1.135 488 2/20/2024
2.1.134 395 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 437 2/17/2024
2.1.129 511 2/16/2024
2.1.128 255 2/16/2024
2.1.127 297 2/16/2024
2.1.126 348 2/16/2024
2.1.125 602 2/16/2024
2.1.124 186 2/16/2024
2.1.123 1,082 2/13/2024
2.1.122 895 2/13/2024
2.1.121 207 2/13/2024
2.1.120 450 2/13/2024
2.1.119 464 2/13/2024
2.1.118 601 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 592 2/10/2024
2.1.113 340 2/9/2024
2.1.112 765 2/9/2024
2.1.111 557 2/9/2024
2.1.110 304 2/8/2024
2.1.109 539 2/8/2024
2.1.108 451 2/8/2024
2.1.107 524 2/8/2024
2.1.106 708 2/7/2024
2.1.105 444 2/7/2024
2.1.104 260 2/7/2024
2.1.103 651 2/7/2024
2.1.102 95 2/6/2024
2.1.101 507 2/6/2024
2.1.100 762 2/5/2024
2.1.99 778 2/4/2024
2.1.98 585 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 258 1/29/2024
2.1.93 723 1/28/2024
2.1.92 268 1/28/2024
2.1.91 524 1/28/2024
2.1.90 271 1/28/2024
2.1.89 330 1/28/2024
2.1.88 805 1/27/2024
2.1.87 491 1/27/2024
2.1.86 172 1/27/2024
2.1.85 354 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 361 1/26/2024
2.1.80 503 1/26/2024
2.1.79 262 1/26/2024
2.1.78 810 1/26/2024
2.1.77 511 1/26/2024
2.1.76 355 1/25/2024
2.1.75 313 1/25/2024
2.1.74 309 1/25/2024
2.1.73 347 1/25/2024
2.1.72 1,035 1/19/2024
2.1.71 821 1/15/2024
2.1.70 409 1/15/2024
2.1.69 391 1/15/2024
2.1.68 491 1/15/2024
2.1.67 641 1/15/2024
2.1.66 683 1/14/2024
2.1.65 749 1/13/2024
2.1.64 651 1/12/2024
2.1.63 869 1/11/2024
2.1.62 894 1/7/2024
2.1.61 665 1/5/2024
2.1.60 428 1/5/2024
2.1.59 720 1/5/2024
2.1.58 774 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,344 12/25/2023
2.1.50 233 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 877 12/23/2023
2.1.43 466 12/23/2023
2.1.42 704 12/23/2023
2.1.41 289 12/23/2023
2.1.40 503 12/23/2023
2.1.39 1,080 12/19/2023
2.1.38 296 12/19/2023
2.1.37 1,769 12/10/2023
2.1.36 691 12/10/2023
2.1.35 1,188 12/9/2023
2.1.34 533 12/9/2023
2.1.33 666 12/9/2023
2.1.32 1,119 12/6/2023
2.1.31 930 12/5/2023
2.1.30 621 12/4/2023
2.1.29 226 12/4/2023
2.1.28 497 12/4/2023
2.1.27 1,217 11/23/2023
2.1.26 485 11/23/2023
2.1.25 594 11/23/2023
2.1.24 286 11/23/2023
2.1.23 720 11/20/2023
2.1.22 655 11/20/2023
2.1.21 634 11/19/2023
2.1.20 294 11/19/2023
2.1.19 577 11/19/2023
2.1.18 355 11/19/2023
2.1.17 679 11/18/2023
2.1.16 520 11/18/2023
2.1.15 348 11/18/2023
2.1.14 477 11/18/2023
2.1.13 618 11/17/2023
2.1.12 117 11/17/2023
2.1.11 609 11/17/2023
2.1.10 415 11/17/2023
2.1.9 379 11/17/2023
2.1.8 268 11/17/2023
2.1.7 652 11/17/2023
2.1.6 342 11/17/2023
2.1.5 192 11/17/2023
2.1.4 716 11/16/2023
2.0.82 965 11/15/2023
2.0.81 110 11/15/2023
2.0.80 105 11/15/2023
2.0.79 244 11/15/2023
2.0.3 116 11/16/2023
2.0.2 116 11/16/2023
2.0.1 111 11/16/2023
1.0.78 471 11/14/2023
1.0.77 900 11/13/2023
1.0.76 647 11/10/2023
1.0.75 633 11/9/2023
1.0.74 124 11/9/2023
1.0.73 965 11/7/2023
1.0.72 505 11/6/2023
1.0.71 449 11/3/2023
1.0.70 505 11/2/2023
1.0.69 964 11/1/2023
1.0.68 1,170 10/26/2023
1.0.67 874 10/19/2023
1.0.66 283 10/18/2023
1.0.65 689 10/17/2023
1.0.64 1,044 10/16/2023
1.0.63 660 10/13/2023
1.0.62 788 10/12/2023
1.0.61 1,342 9/20/2023
1.0.60 544 9/19/2023
1.0.59 617 9/18/2023
1.0.58 131 9/18/2023
1.0.57 939 9/14/2023
1.0.56 1,259 8/31/2023
1.0.55 529 8/30/2023
1.0.54 155 8/30/2023
1.0.53 1,043 8/28/2023
1.0.52 373 8/25/2023
1.0.51 937 8/24/2023
1.0.50 1,253 8/21/2023
1.0.49 424 8/18/2023
1.0.48 798 8/17/2023
1.0.47 130 8/17/2023
1.0.46 1,483 8/10/2023
1.0.45 575 8/9/2023
1.0.44 1,088 8/8/2023
1.0.43 594 8/7/2023
1.0.42 147 8/7/2023
1.0.41 1,490 7/13/2023
1.0.40 1,101 7/11/2023
1.0.39 700 7/10/2023
1.0.38 946 7/7/2023
1.0.37 170 7/7/2023
1.0.36 1,602 6/30/2023
1.0.35 791 6/29/2023
1.0.34 939 6/28/2023
1.0.33 164 6/28/2023
1.0.32 1,417 6/26/2023
1.0.31 525 6/23/2023
1.0.30 1,356 6/21/2023
1.0.29 1,436 6/15/2023
1.0.28 761 6/14/2023
1.0.27 184 6/14/2023
1.0.26 1,710 6/9/2023
1.0.25 872 6/8/2023
1.0.24 479 6/7/2023
1.0.23 206 6/7/2023
1.0.22 826 6/6/2023
1.0.21 1,670 6/5/2023
1.0.20 508 6/2/2023
1.0.19 175 6/2/2023
1.0.18 1,009 6/1/2023
1.0.17 350 5/31/2023
1.0.16 1,162 5/31/2023
1.0.15 362 5/31/2023
1.0.14 960 5/30/2023
1.0.13 1,379 5/26/2023
1.0.12 895 5/25/2023
1.0.11 825 5/24/2023
1.0.10 270 5/24/2023
1.0.8 1,177 5/23/2023
1.0.7 391 5/22/2023
1.0.6 1,346 5/17/2023
1.0.5 2,634 4/11/2023
1.0.4 513 4/3/2023
1.0.3 603 3/31/2023
1.0.2 201 3/31/2023
1.0.1 376 2/27/2023