Imani.Solutions.Core 0.0.1

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

// Install Imani.Solutions.Core as a Cake Tool
#tool nuget:?package=Imani.Solutions.Core&version=0.0.1                

Imani Solutions Core

This C# API will provides support for application utilities (application configuration, data encryption, debugger, text processing and more).

This library will be a collection of the design pattern implementation based on https://github.com/nyla-solutions/nyla#readme

Imani.Solutions.Core.Util

Text

Example usage code

 IDictionary<string, string> map = new Dictionary<string, string>();
        
   map["firstName"] = "Gregory";
            map["lastName"] = "Green";

            var actual = subject.Format("${firstName} ${lastName}", map);

            Assert.Equal("Gregory Green",actual);

nuget spec bin/Release/netcoreapp3.1/Imani.Solutions.Core.dll

nuget pack Imani.Solutions.Core.nuspec

There are no supported framework assets in this 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
0.1.0 951 2/17/2022
0.0.9 897 1/31/2021
0.0.8 944 1/1/2021
0.0.7 906 12/18/2020
0.0.1 2,339 8/15/2020

Initial release.