Info
Version: | 8.0.142 |
Author(s): | Ping-chen Lin |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ponylin1985/zayniframework |
NuGet Url: | https://www.nuget.org/packages/ZayniFramework.Common |
Install
Install-Package ZayniFramework.Common
dotnet add package ZayniFramework.Common
paket add ZayniFramework.Common
ZayniFramework.Common Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.Extensions.Http(>= 5.0.0)
- NeoSmart.AsyncLock(>= 0.3.0.2)
- Newtonsoft.Json(>= 12.0.3)
- System.Configuration.Abstractions(>= 2.0.2.45)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Text.Json(>= 5.0.0)
etc.
It also provides common used IResult interface, dynamic BaseResult class and built-in ConsoleCommandService with ICommand interface.
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.