PikTools.Cancellation 1.1.1-dev008

This is a prerelease version of PikTools.Cancellation.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PikTools.Cancellation --version 1.1.1-dev008
                    
NuGet\Install-Package PikTools.Cancellation -Version 1.1.1-dev008
                    
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="PikTools.Cancellation" Version="1.1.1-dev008" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PikTools.Cancellation" Version="1.1.1-dev008" />
                    
Directory.Packages.props
<PackageReference Include="PikTools.Cancellation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PikTools.Cancellation --version 1.1.1-dev008
                    
#r "nuget: PikTools.Cancellation, 1.1.1-dev008"
                    
#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.
#:package PikTools.Cancellation@1.1.1-dev008
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PikTools.Cancellation&version=1.1.1-dev008&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PikTools.Cancellation&version=1.1.1-dev008&prerelease
                    
Install as a Cake Tool

About PikTools.Cancellation

Пакет, предназначенный для запуска окна с возможностью прерывания текущей операции.

Сервис ICancellationService позволяет запускать и закрывать окно с прерыванием операции. Отслеживание запроса на прерывание происходит через PikToolsCancellationToken, который создаётся в основном плагине и передаётся в сервис ICancellationService.

Файл окна с отменой берётся из проекта PikTools.CancellationWindow, при билде проекта PikTools.CancellationWindow файл .exe обновляется в проекте PikTools.Cancellation

1.1.1

Исправление багов с некорректной отменой операций. Рефакторинг. Перевод c PikToolsCancellationToken на CancellationToken. Добавлен ICancellationTokenProvider

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PikTools.Cancellation:

Package Downloads
PikTools.BdsParameterization.Shared

Набор инструментов, содержащих общую логику приложения "BDS Параметризация"

PikTools.Modules.Common

Общие части для инструментов модуля авторасстановки.

PikTools.GlueParameters.Shared

Общие части склейки параметров для piktools и inspector.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.10-rc001 107 8/6/2024
1.1.7 247 4/19/2024
1.1.7-dev001 155 4/4/2024
1.1.6 285 2/14/2024
1.1.6-dev004 179 1/18/2024
1.1.6-dev003 137 1/15/2024
1.1.6-dev001 157 1/9/2024
1.1.5 273 12/22/2023
1.1.5-rc001 151 12/22/2023
1.1.5-dev001 158 12/20/2023
1.1.4 194 12/11/2023
1.1.4-dev003 129 12/11/2023
1.1.4-dev002 247 11/1/2023
1.1.4-dev001 182 10/25/2023
1.1.3 208 10/11/2023
1.1.3-dev001 183 9/14/2023
1.1.2 253 9/7/2023
1.1.2-rc001 169 9/7/2023
1.1.2-dev001 200 8/22/2023
1.1.1 228 8/18/2023
1.1.1-dev008 205 8/16/2023
1.1.1-dev006 220 7/28/2023
1.1.1-dev005 245 7/24/2023
1.1.1-dev004 210 7/17/2023
1.1.1-dev003 245 7/11/2023
1.1.1-dev002 184 7/10/2023
1.1.1-dev001 219 6/29/2023
1.1.0 265 6/27/2023
1.1.0-dev005 170 6/26/2023
1.1.0-dev004 212 5/25/2023
1.1.0-dev003 197 5/22/2023
1.1.0-dev002 225 4/17/2023
1.1.0-dev001 210 4/10/2023
1.0.1 338 3/23/2023
1.0.1-rc001 229 3/20/2023
1.0.0 328 3/7/2023
1.0.0-dev019 284 2/20/2023
1.0.0-dev018 252 2/20/2023
1.0.0-dev017 208 2/17/2023
1.0.0-dev015 437 2/17/2023
1.0.0-dev014 490 2/17/2023
1.0.0-dev013 235 2/16/2023
1.0.0-dev012 454 2/16/2023
1.0.0-dev010 443 2/15/2023
1.0.0-dev009 255 2/7/2023
1.0.0-dev007 668 2/7/2023

Bug fix