Ikc5.TypeLibrary 1.0.0.8

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

// Install Ikc5.TypeLibrary as a Cake Tool
#tool nuget:?package=Ikc5.TypeLibrary&version=1.0.0.8

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 Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  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.

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.

Version Downloads Last updated
1.0.0.10 2,558 11/2/2017
1.0.0.9 7,286 1/3/2017
1.0.0.8 3,538 12/1/2016
1.0.0.3 1,731 10/8/2016
1.0.0.2 1,136 9/29/2016
1.0.0 1,122 9/26/2016

Add base class for INotifyPropertyChanged interface, add logging interfaces and extensions methods.
Change message in ThrowIfNull method - instead of "Exception of type 'System.ArgumentNullException' was thrown.\r\nParameter name:" it starts with "Value cannot be null."
Update and fix SetDefaultValue methods, it has two main overloads - with and without defaultValue, and could set values to properties with protected and private set accessors.