Calabonga.Commandex.Engine.Processors 1.3.0

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

// Install Calabonga.Commandex.Engine.Processors as a Cake Tool
#tool nuget:?package=Calabonga.Commandex.Engine.Processors&version=1.3.0                

Calabonga.Commandex.Engine.Processors

This is a nuget-package for modular monolith application on WPF platform with plugins as modules. Results Processors for Calabonga.Commandex.Shell commands execution results. This is an extended version of the just show string in the notification dialog.

What is Calabonga.Commandex

The Calabonga.Commandex - This is an application on WPF-platform built with CommunityToolkit.MVVM for modules (plugins) using: launch and execute.

What is the Calabonga.Commandex can:

  • Find a modules .dll (plugins) in the folder you set up.
  • Launch or execute modules .dll (plugins) from GUI.
  • Get the results of the module's (plugins) work after they completed.

It's a complex solution with a few repositories:

  • Calabonga.Commandex.Shell → Command Executer or Command Launcher. To run commands of any type for any purpose. For example, to execute a stored procedure or just to copy some files to some destination.
  • Calabonga.Commandex.Commands → Commands for Calabonga.Commandex.Shell that can execute them from unified shell.
  • Calabonga.Commandex.Shell.Develop.Template → This is a Developer version of the Command Executer (Calabonga.Commandex). Which is created to runs commands of any type for any purposes. For example, to execute a stored procedure or just to co…
  • Calabonga.Commandex.Engine → Engine and contracts library for Calabonga.Commandex. Contracts are using for developing a modules for Commandex Shell.
  • Calabonga.Commandex.Engine.Processors → Results Processors for Calabonga.Commandex.Shell commands execution results. This is an extended version of the just show string in the notification dialog.

History of changes

v1.3.0 2024-10-12

  • ENGINE: The SettingsPath parameter was created to allow you to store the command's settings env-files in a separate folder
  • ENGINE: Summaries for some members were updated
  • Summaries updated for some members
  • Nuget package versions Engine and current nuget was synchronized

v1.0.0 2024-10-09

  • First beta with TextFileResult and ClipboardResult processors created.
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
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
1.4.2 70 11/5/2024
1.4.1 72 11/1/2024
1.3.0 83 10/12/2024
1.0.0 82 10/9/2024

Nuget-package versions synchronization with Engine