MonkeyArms 1.0.20

dotnet add package MonkeyArms --version 1.0.20
                    
NuGet\Install-Package MonkeyArms -Version 1.0.20
                    
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="MonkeyArms" Version="1.0.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MonkeyArms" Version="1.0.20" />
                    
Directory.Packages.props
<PackageReference Include="MonkeyArms" />
                    
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 MonkeyArms --version 1.0.20
                    
#r "nuget: MonkeyArms, 1.0.20"
                    
#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 MonkeyArms@1.0.20
                    
#: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=MonkeyArms&version=1.0.20
                    
Install as a Cake Addin
#tool nuget:?package=MonkeyArms&version=1.0.20
                    
Install as a Cake Tool

MonkeyArms is more of a toolbox than a blueprint. MonkeyArms provides features that are independent of each other to help solve issues that programmers encounter every day while trying to write clean and portable code. These problems include decoupling, dependency injection, messaging between entities, configuration, integration with legacy code, and testability.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.0.20 1,817 3/6/2014
1.0.19 1,329 3/6/2014
1.0.18 1,373 2/10/2014
1.0.17 1,392 2/9/2014
1.0.16 1,364 1/1/2014
1.0.15 1,354 1/1/2014
1.0.14 1,318 1/1/2014
1.0.13 1,383 1/1/2014
1.0.12 1,395 12/11/2013
1.0.11 1,363 12/11/2013
1.0.10 1,375 12/11/2013
1.0.9 1,375 12/11/2013
1.0.8 1,427 12/11/2013
1.0.7 1,393 12/11/2013
1.0.6 1,405 12/11/2013
1.0.5 1,395 12/11/2013
1.0.4 1,430 12/11/2013
1.0.3 1,350 12/11/2013
1.0.2 1,464 12/11/2013
1.0.1 1,392 12/11/2013
1.0.0 1,377 12/11/2013

Added InjectionMap so develoeprs can specify the injections DIUtil should use instead of solely relying on the DI static class.