Soenneker.Utils.Cancellation 2.1.355

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

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

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.386 36 11/29/2024
3.0.385 73 11/21/2024
3.0.384 74 11/20/2024
3.0.382 76 11/20/2024
3.0.381 63 11/20/2024
3.0.380 73 11/19/2024
3.0.379 68 11/19/2024
3.0.378 64 11/19/2024
3.0.377 74 11/19/2024
3.0.376 73 11/14/2024
3.0.375 67 11/14/2024
3.0.374 69 11/14/2024
3.0.373 69 11/14/2024
3.0.372 73 11/14/2024
3.0.371 69 11/14/2024
3.0.370 74 11/14/2024
2.1.369 67 11/14/2024
2.1.368 70 11/13/2024
2.1.367 71 11/13/2024
2.1.366 73 11/12/2024
2.1.365 77 11/12/2024
2.1.364 71 11/12/2024
2.1.363 79 11/9/2024
2.1.362 72 11/9/2024
2.1.361 77 11/8/2024
2.1.360 73 11/8/2024
2.1.359 71 11/8/2024
2.1.358 78 11/8/2024
2.1.357 74 11/8/2024
2.1.356 73 11/8/2024
2.1.355 68 10/31/2024
2.1.354 82 10/29/2024
2.1.353 72 10/29/2024
2.1.352 72 10/29/2024
2.1.351 82 10/26/2024
2.1.350 78 10/22/2024
2.1.349 74 10/22/2024
2.1.348 68 10/22/2024
2.1.347 81 10/17/2024
2.1.346 78 10/14/2024
2.1.345 85 10/11/2024
2.1.344 96 10/11/2024
2.1.343 89 10/11/2024
2.1.341 82 10/8/2024
2.1.340 84 10/8/2024
2.1.339 70 10/8/2024
2.1.338 75 10/8/2024
2.1.337 75 10/8/2024
2.1.336 78 10/8/2024
2.1.335 81 10/3/2024
2.1.334 80 10/3/2024
2.1.333 87 10/3/2024
2.1.332 84 10/2/2024
2.1.331 88 10/2/2024
2.1.330 87 10/1/2024
2.1.329 80 10/1/2024
2.1.328 91 10/1/2024
2.1.327 87 9/29/2024
2.1.326 99 9/29/2024
2.1.325 91 9/29/2024
2.1.324 93 9/27/2024
2.1.323 84 9/27/2024
2.1.322 89 9/27/2024
2.1.321 90 9/26/2024
2.1.320 91 9/26/2024
2.1.319 92 9/26/2024
2.1.318 87 9/23/2024
2.1.317 92 9/23/2024
2.1.316 86 9/23/2024
2.1.315 88 9/23/2024
2.1.314 84 9/23/2024
2.1.313 93 9/17/2024
2.1.312 91 9/17/2024
2.1.311 79 9/17/2024
2.1.310 83 9/17/2024
2.1.309 79 9/17/2024
2.1.308 87 9/17/2024
2.1.307 85 9/16/2024
2.1.306 100 9/12/2024
2.1.305 108 9/11/2024
2.1.303 92 9/11/2024
2.1.302 100 9/10/2024
2.1.301 94 9/10/2024
2.1.300 92 9/10/2024
2.1.299 99 9/10/2024
2.1.298 91 9/9/2024
2.1.297 90 9/9/2024
2.1.296 93 9/9/2024
2.1.295 96 9/9/2024
2.1.294 99 9/9/2024
2.1.293 96 9/6/2024
2.1.292 111 9/6/2024
2.1.291 95 9/5/2024
2.1.290 92 9/5/2024
2.1.289 100 9/5/2024
2.1.288 98 9/5/2024
2.1.287 94 9/5/2024
2.1.286 95 9/5/2024
2.1.285 107 9/4/2024
2.1.284 91 9/3/2024
2.1.283 96 9/3/2024
2.1.282 98 9/3/2024
2.1.281 95 9/3/2024
2.1.280 100 8/29/2024
2.1.279 105 8/26/2024
2.1.278 114 8/21/2024
2.1.277 111 8/21/2024
2.1.276 111 8/20/2024
2.1.275 115 8/20/2024
2.1.274 107 8/20/2024
2.1.273 117 8/19/2024
2.1.272 124 8/15/2024
2.1.271 100 8/13/2024
2.1.270 88 8/6/2024
2.1.269 63 8/6/2024
2.1.268 90 8/1/2024
2.1.267 88 8/1/2024
2.1.266 90 8/1/2024
2.1.265 65 7/25/2024
2.1.264 75 7/25/2024
2.1.263 74 7/25/2024
2.1.262 72 7/24/2024
2.1.261 61 7/24/2024
2.1.260 169 7/20/2024
2.1.259 113 7/14/2024
2.1.258 84 7/14/2024
2.1.256 110 7/10/2024
2.1.255 90 7/10/2024
2.1.254 63 7/10/2024
2.1.253 98 7/10/2024
2.1.252 78 7/10/2024
2.1.251 103 7/10/2024
2.1.250 53 7/9/2024
2.1.249 78 7/9/2024
2.1.248 68 7/9/2024
2.1.247 92 7/9/2024
2.1.246 88 7/9/2024
2.1.245 102 7/9/2024
2.1.244 65 7/9/2024
2.1.243 111 7/9/2024
2.1.242 95 7/8/2024
2.1.241 94 7/8/2024
2.1.240 100 7/8/2024
2.1.239 109 7/7/2024
2.1.238 138 7/7/2024
2.1.237 1,599 7/3/2024
2.1.236 83 7/3/2024
2.1.235 2,027 6/22/2024
2.1.234 988 6/15/2024
2.1.233 351 6/15/2024
2.1.232 1,027 6/14/2024
2.1.231 1,072 6/1/2024
2.1.230 180 6/1/2024
2.1.229 441 6/1/2024
2.1.228 1,329 5/31/2024
2.1.227 917 5/29/2024
2.1.226 818 5/28/2024
2.1.225 422 5/27/2024
2.1.224 903 5/26/2024
2.1.223 823 5/26/2024
2.1.222 483 5/26/2024
2.1.221 298 5/26/2024
2.1.220 326 5/25/2024
2.1.219 761 5/25/2024
2.1.218 177 5/25/2024
2.1.217 429 5/25/2024
2.1.216 450 5/25/2024
2.1.215 827 5/23/2024
2.1.214 563 5/23/2024
2.1.213 529 5/22/2024
2.1.212 321 5/22/2024
2.1.211 354 5/22/2024
2.1.210 1,465 5/18/2024
2.1.209 619 5/17/2024
2.1.208 313 5/17/2024
2.1.207 781 5/16/2024
2.1.206 213 5/15/2024
2.1.205 958 5/15/2024
2.1.204 1,092 5/13/2024
2.1.203 1,219 4/29/2024
2.1.202 288 4/29/2024
2.1.201 1,015 4/28/2024
2.1.200 327 4/28/2024
2.1.199 184 4/28/2024
2.1.198 706 4/28/2024
2.1.197 261 4/28/2024
2.1.196 448 4/28/2024
2.1.195 291 4/28/2024
2.1.194 594 4/27/2024
2.1.193 876 4/19/2024
2.1.192 1,152 4/18/2024
2.1.191 909 4/12/2024
2.1.190 615 4/12/2024
2.1.189 343 4/12/2024
2.1.188 354 4/12/2024
2.1.187 550 4/12/2024
2.1.186 397 4/12/2024
2.1.185 488 4/11/2024
2.1.184 583 4/10/2024
2.1.183 427 4/9/2024
2.1.182 997 4/2/2024
2.1.181 390 4/1/2024
2.1.180 739 3/29/2024
2.1.179 716 3/25/2024
2.1.178 305 3/25/2024
2.1.177 917 3/20/2024
2.1.176 841 3/19/2024
2.1.175 430 3/19/2024
2.1.174 645 3/18/2024
2.1.173 972 3/15/2024
2.1.172 667 3/13/2024
2.1.171 287 3/13/2024
2.1.170 715 3/13/2024
2.1.169 286 3/13/2024
2.1.168 132 3/13/2024
2.1.167 698 3/12/2024
2.1.166 495 3/12/2024
2.1.165 766 3/11/2024
2.1.164 735 3/11/2024
2.1.163 761 3/10/2024
2.1.162 724 3/8/2024
2.1.161 309 3/8/2024
2.1.160 603 3/8/2024
2.1.159 913 3/6/2024
2.1.158 708 3/4/2024
2.1.157 797 3/4/2024
2.1.156 668 3/3/2024
2.1.155 604 3/2/2024
2.1.154 226 3/2/2024
2.1.153 618 3/2/2024
2.1.152 175 3/2/2024
2.1.151 612 2/29/2024
2.1.150 208 2/29/2024
2.1.149 622 2/29/2024
2.1.148 820 2/26/2024
2.1.147 466 2/25/2024
2.1.146 477 2/25/2024
2.1.145 1,745 2/23/2024
2.1.144 612 2/22/2024
2.1.143 419 2/22/2024
2.1.142 644 2/21/2024
2.1.141 634 2/21/2024
2.1.140 538 2/21/2024
2.1.139 344 2/21/2024
2.1.138 287 2/21/2024
2.1.137 112 2/21/2024
2.1.136 1,462 2/20/2024
2.1.135 495 2/20/2024
2.1.134 400 2/20/2024
2.1.133 457 2/19/2024
2.1.132 618 2/19/2024
2.1.131 665 2/17/2024
2.1.130 442 2/17/2024
2.1.129 515 2/16/2024
2.1.128 259 2/16/2024
2.1.127 301 2/16/2024
2.1.126 352 2/16/2024
2.1.125 606 2/16/2024
2.1.124 192 2/16/2024
2.1.123 1,086 2/13/2024
2.1.122 899 2/13/2024
2.1.121 211 2/13/2024
2.1.120 454 2/13/2024
2.1.119 468 2/13/2024
2.1.118 605 2/12/2024
2.1.117 305 2/11/2024
2.1.116 907 2/11/2024
2.1.115 501 2/11/2024
2.1.114 596 2/10/2024
2.1.113 344 2/9/2024
2.1.112 769 2/9/2024
2.1.111 561 2/9/2024
2.1.110 308 2/8/2024
2.1.109 543 2/8/2024
2.1.108 455 2/8/2024
2.1.107 529 2/8/2024
2.1.106 712 2/7/2024
2.1.105 447 2/7/2024
2.1.104 267 2/7/2024
2.1.103 654 2/7/2024
2.1.102 99 2/6/2024
2.1.101 511 2/6/2024
2.1.100 768 2/5/2024
2.1.99 784 2/4/2024
2.1.98 594 2/2/2024
2.1.97 870 1/31/2024
2.1.96 706 1/29/2024
2.1.95 690 1/29/2024
2.1.94 262 1/29/2024
2.1.93 728 1/28/2024
2.1.92 273 1/28/2024
2.1.91 528 1/28/2024
2.1.90 276 1/28/2024
2.1.89 335 1/28/2024
2.1.88 809 1/27/2024
2.1.87 495 1/27/2024
2.1.86 176 1/27/2024
2.1.85 358 1/27/2024
2.1.84 471 1/27/2024
2.1.83 525 1/27/2024
2.1.82 214 1/26/2024
2.1.81 365 1/26/2024
2.1.80 507 1/26/2024
2.1.79 271 1/26/2024
2.1.78 816 1/26/2024
2.1.77 517 1/26/2024
2.1.76 359 1/25/2024
2.1.75 317 1/25/2024
2.1.74 313 1/25/2024
2.1.73 351 1/25/2024
2.1.72 1,039 1/19/2024
2.1.71 825 1/15/2024
2.1.70 413 1/15/2024
2.1.69 395 1/15/2024
2.1.68 497 1/15/2024
2.1.67 645 1/15/2024
2.1.66 687 1/14/2024
2.1.65 753 1/13/2024
2.1.64 655 1/12/2024
2.1.63 873 1/11/2024
2.1.62 898 1/7/2024
2.1.61 673 1/5/2024
2.1.60 432 1/5/2024
2.1.59 724 1/5/2024
2.1.58 778 1/1/2024
2.1.57 927 12/28/2023
2.1.56 594 12/28/2023
2.1.55 568 12/28/2023
2.1.54 399 12/27/2023
2.1.53 291 12/27/2023
2.1.52 116 12/27/2023
2.1.51 1,348 12/25/2023
2.1.50 239 12/25/2023
2.1.49 574 12/25/2023
2.1.48 393 12/25/2023
2.1.47 490 12/25/2023
2.1.46 239 12/25/2023
2.1.45 694 12/24/2023
2.1.44 881 12/23/2023
2.1.43 470 12/23/2023
2.1.42 708 12/23/2023
2.1.41 293 12/23/2023
2.1.40 507 12/23/2023
2.1.39 1,084 12/19/2023
2.1.38 300 12/19/2023
2.1.37 1,773 12/10/2023
2.1.36 695 12/10/2023
2.1.35 1,192 12/9/2023
2.1.34 537 12/9/2023
2.1.33 670 12/9/2023
2.1.32 1,123 12/6/2023
2.1.31 934 12/5/2023
2.1.30 625 12/4/2023
2.1.29 229 12/4/2023
2.1.28 501 12/4/2023
2.1.27 1,226 11/23/2023
2.1.26 489 11/23/2023
2.1.25 598 11/23/2023
2.1.24 290 11/23/2023
2.1.23 724 11/20/2023
2.1.22 659 11/20/2023
2.1.21 638 11/19/2023
2.1.20 298 11/19/2023
2.1.19 581 11/19/2023
2.1.18 359 11/19/2023
2.1.17 683 11/18/2023
2.1.16 524 11/18/2023
2.1.15 352 11/18/2023
2.1.14 481 11/18/2023
2.1.13 624 11/17/2023
2.1.12 121 11/17/2023
2.1.11 613 11/17/2023
2.1.10 419 11/17/2023
2.1.9 385 11/17/2023
2.1.8 274 11/17/2023
2.1.7 656 11/17/2023
2.1.6 346 11/17/2023
2.1.5 196 11/17/2023
2.1.4 720 11/16/2023
2.0.82 971 11/15/2023
2.0.81 114 11/15/2023
2.0.80 109 11/15/2023
2.0.79 248 11/15/2023
2.0.3 120 11/16/2023
2.0.2 120 11/16/2023
2.0.1 115 11/16/2023
1.0.78 475 11/14/2023
1.0.77 904 11/13/2023
1.0.76 651 11/10/2023
1.0.75 637 11/9/2023
1.0.74 128 11/9/2023
1.0.73 969 11/7/2023
1.0.72 509 11/6/2023
1.0.71 453 11/3/2023
1.0.70 509 11/2/2023
1.0.69 968 11/1/2023
1.0.68 1,174 10/26/2023
1.0.67 878 10/19/2023
1.0.66 287 10/18/2023
1.0.65 693 10/17/2023
1.0.64 1,048 10/16/2023
1.0.63 664 10/13/2023
1.0.62 792 10/12/2023
1.0.61 1,346 9/20/2023
1.0.60 548 9/19/2023
1.0.59 621 9/18/2023
1.0.58 135 9/18/2023
1.0.57 943 9/14/2023
1.0.56 1,263 8/31/2023
1.0.55 533 8/30/2023
1.0.54 159 8/30/2023
1.0.53 1,047 8/28/2023
1.0.52 377 8/25/2023
1.0.51 941 8/24/2023
1.0.50 1,257 8/21/2023
1.0.49 428 8/18/2023
1.0.48 802 8/17/2023
1.0.47 134 8/17/2023
1.0.46 1,487 8/10/2023
1.0.45 579 8/9/2023
1.0.44 1,092 8/8/2023
1.0.43 598 8/7/2023
1.0.42 151 8/7/2023
1.0.41 1,494 7/13/2023
1.0.40 1,105 7/11/2023
1.0.39 704 7/10/2023
1.0.38 950 7/7/2023
1.0.37 174 7/7/2023
1.0.36 1,606 6/30/2023
1.0.35 795 6/29/2023
1.0.34 943 6/28/2023
1.0.33 168 6/28/2023
1.0.32 1,421 6/26/2023
1.0.31 529 6/23/2023
1.0.30 1,360 6/21/2023
1.0.29 1,440 6/15/2023
1.0.28 767 6/14/2023
1.0.27 188 6/14/2023
1.0.26 1,714 6/9/2023
1.0.25 878 6/8/2023
1.0.24 483 6/7/2023
1.0.23 210 6/7/2023
1.0.22 830 6/6/2023
1.0.21 1,674 6/5/2023
1.0.20 512 6/2/2023
1.0.19 179 6/2/2023
1.0.18 1,013 6/1/2023
1.0.17 354 5/31/2023
1.0.16 1,166 5/31/2023
1.0.15 368 5/31/2023
1.0.14 964 5/30/2023
1.0.13 1,383 5/26/2023
1.0.12 899 5/25/2023
1.0.11 831 5/24/2023
1.0.10 274 5/24/2023
1.0.8 1,181 5/23/2023
1.0.7 395 5/22/2023
1.0.6 1,350 5/17/2023
1.0.5 2,638 4/11/2023
1.0.4 519 4/3/2023
1.0.3 607 3/31/2023
1.0.2 205 3/31/2023
1.0.1 380 2/27/2023