EasyLibPackage 0.0.16

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.0 or higher.

dotnet add package EasyLibPackage --version 0.0.16
NuGet\Install-Package EasyLibPackage -Version 0.0.16
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="EasyLibPackage" Version="0.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyLibPackage --version 0.0.16
#r "nuget: EasyLibPackage, 0.0.16"
#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 EasyLibPackage as a Cake Addin
#addin nuget:?package=EasyLibPackage&version=0.0.16

// Install EasyLibPackage as a Cake Tool
#tool nuget:?package=EasyLibPackage&version=0.0.16

EasyLib is a C# library containing many useful classes for common needs.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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

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.0.23 1,154 2/13/2017
0.0.22 918 2/13/2017
0.0.21 944 2/13/2017
0.0.20 915 2/12/2017
0.0.19 934 2/9/2017
0.0.18 913 2/12/2017
0.0.17 944 2/9/2017
0.0.16 1,043 2/8/2017
0.0.15 926 2/7/2017
0.0.14 931 2/3/2017
0.0.13 988 2/2/2017
0.0.12 967 1/31/2017
0.0.11 910 1/26/2017
0.0.10 964 1/18/2017
0.0.9 938 1/7/2017
0.0.8 972 12/27/2016
0.0.7 1,088 12/25/2016
0.0.6 968 12/25/2016
0.0.5 1,027 12/15/2016
0.0.4 948 12/12/2016
0.0.3 949 12/12/2016
0.0.2 1,022 12/12/2016
0.0.1 970 12/12/2016

EasyLib is a C# library containing many useful classes for common needs.

This package contains following:
1.  String utilities and extension methods
2.  DateTime utilities and extension methods
3.  Some StringBuilder extensions
4.  Composite extension (using generics)
5.  A cryptographc tool - CRC32 calulator for byte arrays as input
6.  A very basic exception class to handle all kinds of exceptions (usage: throw BaseException.Wrap(...))
7.  Outlook email file reader
8.  File I/O utilities
9.  A custom WPF text box control - DefaultTextBox - which has change tracking and input type behavior
10. WPF utility methods and extensions
11. A logging manager which wraps log4net logger with added TRACE and VERBOSE levels
12. Process (Operating System Process) related utility methods