Commonly used helpers for dotnet core, including a cache manager, a file system utility, a xml marshaller for serialization and deserialization and a simple encryption and decryption utility.
Info
| Version: | 1.2.0 |
| Author(s): | Heathesh Bhandari |
| Last Update: | Tuesday, July 10, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/heathesh/dotnet_common |
| NuGet Url: | https://www.nuget.org/packages/dotnet_common |
Install
Install-Package dotnet_common
dotnet add package dotnet_common
paket add dotnet_common
dotnet_common Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Memory(>= 2.1.1)