EasyLibPackage 0.0.17
See the version list below for details.
Requires NuGet 3.0 or higher.
dotnet add package EasyLibPackage --version 0.0.17
NuGet\Install-Package EasyLibPackage -Version 0.0.17
<PackageReference Include="EasyLibPackage" Version="0.0.17" />
paket add EasyLibPackage --version 0.0.17
#r "nuget: EasyLibPackage, 0.0.17"
// Install EasyLibPackage as a Cake Addin #addin nuget:?package=EasyLibPackage&version=0.0.17 // Install EasyLibPackage as a Cake Tool #tool nuget:?package=EasyLibPackage&version=0.0.17
EasyLib is a C# library containing many useful classes for common needs.
Product | Versions 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. |
-
.NETFramework 4.6.1
- Elders.PowerCollections (>= 1.0.0)
- log4net (>= 2.0.5)
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,201 | 2/13/2017 |
0.0.22 | 941 | 2/13/2017 |
0.0.21 | 966 | 2/13/2017 |
0.0.20 | 936 | 2/12/2017 |
0.0.19 | 955 | 2/9/2017 |
0.0.18 | 937 | 2/12/2017 |
0.0.17 | 966 | 2/9/2017 |
0.0.16 | 1,067 | 2/8/2017 |
0.0.15 | 951 | 2/7/2017 |
0.0.14 | 956 | 2/3/2017 |
0.0.13 | 1,012 | 2/2/2017 |
0.0.12 | 992 | 1/31/2017 |
0.0.11 | 931 | 1/26/2017 |
0.0.10 | 986 | 1/18/2017 |
0.0.9 | 960 | 1/7/2017 |
0.0.8 | 991 | 12/27/2016 |
0.0.7 | 1,112 | 12/25/2016 |
0.0.6 | 994 | 12/25/2016 |
0.0.5 | 1,051 | 12/15/2016 |
0.0.4 | 974 | 12/12/2016 |
0.0.3 | 973 | 12/12/2016 |
0.0.2 | 1,046 | 12/12/2016 |
0.0.1 | 995 | 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