PikTools.Cancellation 1.1.7

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PikTools.Cancellation --version 1.1.7
                    
NuGet\Install-Package PikTools.Cancellation -Version 1.1.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PikTools.Cancellation" Version="1.1.7" />
                    
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.7
                    
#r "nuget: PikTools.Cancellation, 1.1.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=PikTools.Cancellation&version=1.1.7
                    
Install as a Cake Tool

About PikTools.Cancellation

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

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

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

1.1.4

  • Избавление от pipe

1.1.3

  • Добавлены проценты на прогресс бар
  • Исправлено отображение цветов прогресс бара

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.

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 96 8/6/2024
1.1.7 223 4/19/2024
1.1.7-dev001 140 4/4/2024
1.1.6 273 2/14/2024
1.1.6-dev004 168 1/18/2024
1.1.6-dev003 136 1/15/2024
1.1.6-dev001 157 1/9/2024
1.1.5 259 12/22/2023
1.1.5-rc001 141 12/22/2023
1.1.5-dev001 144 12/20/2023
1.1.4 192 12/11/2023
1.1.4-dev003 128 12/11/2023
1.1.4-dev002 227 11/1/2023
1.1.4-dev001 168 10/25/2023
1.1.3 206 10/11/2023
1.1.3-dev001 177 9/14/2023
1.1.2 233 9/7/2023
1.1.2-rc001 157 9/7/2023
1.1.2-dev001 196 8/22/2023
1.1.1 224 8/18/2023
1.1.1-dev008 192 8/16/2023
1.1.1-dev006 207 7/28/2023
1.1.1-dev005 232 7/24/2023
1.1.1-dev004 197 7/17/2023
1.1.1-dev003 232 7/11/2023
1.1.1-dev002 181 7/10/2023
1.1.1-dev001 204 6/29/2023
1.1.0 251 6/27/2023
1.1.0-dev005 156 6/26/2023
1.1.0-dev004 205 5/25/2023
1.1.0-dev003 182 5/22/2023
1.1.0-dev002 208 4/17/2023
1.1.0-dev001 196 4/10/2023
1.0.1 331 3/23/2023
1.0.1-rc001 213 3/20/2023
1.0.0 315 3/7/2023
1.0.0-dev019 258 2/20/2023
1.0.0-dev018 235 2/20/2023
1.0.0-dev017 191 2/17/2023
1.0.0-dev015 340 2/17/2023
1.0.0-dev014 402 2/17/2023
1.0.0-dev013 229 2/16/2023
1.0.0-dev012 358 2/16/2023
1.0.0-dev010 357 2/15/2023
1.0.0-dev009 232 2/7/2023
1.0.0-dev007 645 2/7/2023

Добавлены проценты в прогресс бар