ktsu.ScopedAction 1.0.14-pre.19

Prefix Reserved
This is a prerelease version of ktsu.ScopedAction.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ktsu.ScopedAction --version 1.0.14-pre.19                
NuGet\Install-Package ktsu.ScopedAction -Version 1.0.14-pre.19                
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="ktsu.ScopedAction" Version="1.0.14-pre.19" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.ScopedAction --version 1.0.14-pre.19                
#r "nuget: ktsu.ScopedAction, 1.0.14-pre.19"                
#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 ktsu.ScopedAction as a Cake Addin
#addin nuget:?package=ktsu.ScopedAction&version=1.0.14-pre.19&prerelease

// Install ktsu.ScopedAction as a Cake Tool
#tool nuget:?package=ktsu.ScopedAction&version=1.0.14-pre.19&prerelease                

ScopedAction

Cleanly call actions at the start and end of a scope block.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ktsu.ScopedAction:

Package Downloads
ktsu.ImGuiStyler

A library for expressively styling ImGui.NET interfaces.

ktsu.ImGuiWidgets

A library of custom widgets using ImGui.NET and utilities to enhance ImGui-based applications.

ktsu.ImGuiApp

A bootstrap library to give you an environment to build an ImGUI.NET application with.

ktsu.ImGuiPopups

A library for custom popups using ImGui.NET.

ktsu.DelegateTransform

A utility library for transforming values using delegates

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.14 591 12/27/2024
1.0.14-pre.21 0 1/22/2025
1.0.14-pre.20 25 1/20/2025
1.0.14-pre.19 30 1/18/2025
1.0.14-pre.18 31 1/16/2025
1.0.14-pre.17 7 1/14/2025
1.0.14-pre.16 24 1/13/2025
1.0.14-pre.15 28 1/11/2025
1.0.14-pre.14 21 1/10/2025
1.0.14-pre.13 28 1/10/2025
1.0.14-pre.12 8 1/8/2025
1.0.14-pre.11 40 1/7/2025
1.0.14-pre.10 41 1/6/2025
1.0.14-pre.9 63 1/4/2025
1.0.14-pre.8 45 1/3/2025
1.0.14-pre.7 48 1/3/2025
1.0.14-pre.6 48 1/3/2025
1.0.14-pre.5 50 1/2/2025
1.0.14-pre.4 67 12/31/2024
1.0.14-pre.3 44 12/29/2024
1.0.14-pre.2 44 12/28/2024
1.0.14-pre.1 45 12/27/2024
1.0.13-pre.1 43 12/27/2024
1.0.12 432 12/26/2024
1.0.11 81 12/26/2024
1.0.10 87 12/26/2024
1.0.10-pre.1 47 12/27/2024
1.0.9 78 12/26/2024
1.0.8 73 12/26/2024
1.0.7 82 12/26/2024
1.0.6 74 12/26/2024
1.0.5 619 12/23/2024
1.0.4 76 12/23/2024
1.0.3 122 12/22/2024
1.0.2 159 12/22/2024
1.0.1 648 12/12/2024
1.0.0 406 12/4/2024
1.0.0-alpha.22 257 12/2/2024
1.0.0-alpha.21 150 11/30/2024
1.0.0-alpha.20 213 11/26/2024
1.0.0-alpha.19 278 11/20/2024
1.0.0-alpha.18 329 11/13/2024
1.0.0-alpha.17 539 11/1/2024
1.0.0-alpha.16 988 10/4/2024
1.0.0-alpha.15 539 9/19/2024
1.0.0-alpha.14 149 9/19/2024
1.0.0-alpha.13 49 9/19/2024
1.0.0-alpha.12 50 9/19/2024
1.0.0-alpha.11 45 9/19/2024
1.0.0-alpha.10 99 9/19/2024
1.0.0-alpha.9 75 9/18/2024
1.0.0-alpha.8 61 9/18/2024
1.0.0-alpha.7 130 9/18/2024
1.0.0-alpha.6 225 9/18/2024
1.0.0-alpha.5 344 9/14/2024
1.0.0-alpha.4 63 9/14/2024

## v1.0.13-pre.1 (patch)

Changes since v1.0.12:

- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson))

## v1.0.8 (patch)

Changes since v1.0.7:

- Replace LICENSE file with LICENSE.md and update copyright information ([@matt-edmondson](https://github.com/matt-edmondson))

## v1.0.0 (major)

Changes since 0.0.0.0:

- 1.0.0-alpha.4 ([@matt-edmondson](https://github.com/matt-edmondson))
- Add github package support ([@matt-edmondson](https://github.com/matt-edmondson))
- Allow delegates to be set in derived constructors ([@matt-edmondson](https://github.com/matt-edmondson))
- Dont automatically run the OnOpen in the trivial constructor, derived classes should call it explicitly ([@matt-edmondson](https://github.com/matt-edmondson))
- Initial commit ([@matt-edmondson](https://github.com/matt-edmondson))
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
- Update build config ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.targets ([@matt-edmondson](https://github.com/matt-edmondson))
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
- Update LICENSE ([@matt-edmondson](https://github.com/matt-edmondson))
- Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson))