Ikc5.TypeLibrary
1.0.0.10
Install-Package Ikc5.TypeLibrary -Version 1.0.0.10
dotnet add package Ikc5.TypeLibrary --version 1.0.0.10
<PackageReference Include="Ikc5.TypeLibrary" Version="1.0.0.10" />
paket add Ikc5.TypeLibrary --version 1.0.0.10
#r "nuget: Ikc5.TypeLibrary, 1.0.0.10"
// Install Ikc5.TypeLibrary as a Cake Addin
#addin nuget:?package=Ikc5.TypeLibrary&version=1.0.0.10
// Install Ikc5.TypeLibrary as a Cake Tool
#tool nuget:?package=Ikc5.TypeLibrary&version=1.0.0.10
Library contains type extensions, useful methods that manipulate DefaultValue attributes, the service that provides lite object with public properties from parent object, logger interfaces and log extensions.
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Ikc5.TypeLibrary:
Package | Downloads |
---|---|
Ikc5.Prism.Settings.Application
Library contains classes to manipulate user settings in Prism applications and serialize/deserialize them in xml files. This package is intended to be used in WPF Prism application. |
|
Ikc5.Prism.Settings.Library
Library contains classes to manipulate user settings in Prism applications and serialize/deserialize them in xml files. This package is intended to be used in shared or common libraries. Developer could add or extend classes in package. |
|
Ikc5.Prism.Settings.Module
Library contains classes to manipulate user settings in Prism applications and serialize/deserialize them in xml files. This package is intended to be used in WPF Prism module. |
|
Ikc5.Prism.Common
Library contains classes for Prism applications. |
|
Ikc5.Math.CellularAutomata
Library contains classes to create and investigate 2D cellular automata. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Add base class for IDispose interface (from MSDN), add ConsoleLogger logging class.
Fix extensions methods ILogger.LogStart and ILogger.LogEnd - it starts with "Start Method:" and "End Method:" respectively.