Panama 1.3.0

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

// Install Panama as a Cake Tool
#tool nuget:?package=Panama&version=1.3.0

A simple command architecture for .Net developed by Diran Ogunlana

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on Panama:

Package Downloads
Panama.Jobs.Quartz

A Quartz implementation for Panama, the command architecture for .Net developed by Diran Ogunlana

Panama.IoC.Autofac

An Autofac implementation for Panama, the command architecture for .Net developed by Diran Ogunlana

Panama.Sql.Dapper

A Dapper implementation for Panama, the command architecture for .Net developed by Diran Ogunlana

Panama.IoC.Ninject

A Ninject implementation for Panama, the command architecture for .Net developed by Diran Ogunlana

Panama.Canal

The Canal provides a transactional messaging framework with saga support for dotnet core. The Canal integrates with native dotnet core DI, logging and Entity Framework. Messages can be published using polling or event stream. Multiple message brokers can be configured and scoped for auto-scaling scenarios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.1 344 5/16/2023
6.0.0 113 5/16/2023
1.4.4 698 2/22/2019
1.4.3 548 2/22/2019
1.4.2 552 2/22/2019
1.4.1 603 1/22/2019
1.4.0 626 1/13/2019
1.3.0 1,892 1/1/2019
1.2.0 1,210 12/31/2018
1.1.0 599 12/31/2018

Added null conditions to Handler ILog reference. Now, ILog nor NLog is required for Panama.