EasyLibPackage 0.0.23
Requires NuGet 3.0 or higher.
dotnet add package EasyLibPackage --version 0.0.23
NuGet\Install-Package EasyLibPackage -Version 0.0.23
<PackageReference Include="EasyLibPackage" Version="0.0.23" />
<PackageVersion Include="EasyLibPackage" Version="0.0.23" />
<PackageReference Include="EasyLibPackage" />
paket add EasyLibPackage --version 0.0.23
#r "nuget: EasyLibPackage, 0.0.23"
#addin nuget:?package=EasyLibPackage&version=0.0.23
#tool nuget:?package=EasyLibPackage&version=0.0.23
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)
- MySql.Data (>= 6.9.9)
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,291 | 2/13/2017 |
0.0.22 | 1,021 | 2/13/2017 |
0.0.21 | 1,046 | 2/13/2017 |
0.0.20 | 1,020 | 2/12/2017 |
0.0.19 | 1,034 | 2/9/2017 |
0.0.18 | 1,018 | 2/12/2017 |
0.0.17 | 1,044 | 2/9/2017 |
0.0.16 | 1,191 | 2/8/2017 |
0.0.15 | 1,031 | 2/7/2017 |
0.0.14 | 1,038 | 2/3/2017 |
0.0.13 | 1,093 | 2/2/2017 |
0.0.12 | 1,072 | 1/31/2017 |
0.0.11 | 1,013 | 1/26/2017 |
0.0.10 | 1,067 | 1/18/2017 |
0.0.9 | 1,046 | 1/7/2017 |
0.0.8 | 1,073 | 12/27/2016 |
0.0.7 | 1,191 | 12/25/2016 |
0.0.6 | 1,073 | 12/25/2016 |
0.0.5 | 1,133 | 12/15/2016 |
0.0.4 | 1,053 | 12/12/2016 |
0.0.3 | 1,058 | 12/12/2016 |
0.0.2 | 1,128 | 12/12/2016 |
0.0.1 | 1,075 | 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