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 89 8/6/2024
1.1.7 205 4/19/2024
1.1.7-dev001 131 4/4/2024
1.1.6 263 2/14/2024
1.1.6-dev004 164 1/18/2024
1.1.6-dev003 131 1/15/2024
1.1.6-dev001 152 1/9/2024
1.1.5 251 12/22/2023
1.1.5-rc001 138 12/22/2023
1.1.5-dev001 135 12/20/2023
1.1.4 183 12/11/2023
1.1.4-dev003 123 12/11/2023
1.1.4-dev002 216 11/1/2023
1.1.4-dev001 156 10/25/2023
1.1.3 199 10/11/2023
1.1.3-dev001 165 9/14/2023
1.1.2 217 9/7/2023
1.1.2-rc001 145 9/7/2023
1.1.2-dev001 181 8/22/2023
1.1.1 209 8/18/2023
1.1.1-dev008 178 8/16/2023
1.1.1-dev006 191 7/28/2023
1.1.1-dev005 214 7/24/2023
1.1.1-dev004 179 7/17/2023
1.1.1-dev003 214 7/11/2023
1.1.1-dev002 165 7/10/2023
1.1.1-dev001 187 6/29/2023
1.1.0 234 6/27/2023
1.1.0-dev005 139 6/26/2023
1.1.0-dev004 186 5/25/2023
1.1.0-dev003 163 5/22/2023
1.1.0-dev002 189 4/17/2023
1.1.0-dev001 176 4/10/2023
1.0.1 312 3/23/2023
1.0.1-rc001 193 3/20/2023
1.0.0 289 3/7/2023
1.0.0-dev019 234 2/20/2023
1.0.0-dev018 216 2/20/2023
1.0.0-dev017 171 2/17/2023
1.0.0-dev015 319 2/17/2023
1.0.0-dev014 383 2/17/2023
1.0.0-dev013 209 2/16/2023
1.0.0-dev012 337 2/16/2023
1.0.0-dev010 336 2/15/2023
1.0.0-dev009 209 2/7/2023
1.0.0-dev007 623 2/7/2023

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