Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanggujun/commonsfornet
.NET Commons
https://github.com/yanggujun/commonsfornet
c-sharp dotnet json-serialization netcore nuget pool
Last synced: about 1 month ago
JSON representation
.NET Commons
- Host: GitHub
- URL: https://github.com/yanggujun/commonsfornet
- Owner: yanggujun
- License: apache-2.0
- Created: 2014-03-27T06:19:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:32:33.000Z (about 2 years ago)
- Last Synced: 2024-05-29T12:39:44.704Z (9 months ago)
- Topics: c-sharp, dotnet, json-serialization, netcore, nuget, pool
- Language: C#
- Homepage:
- Size: 2.99 MB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## .NET Commons
Travis: [![Build Status](https://travis-ci.org/yanggujun/commonsfornet.svg?branch=master)](https://travis-ci.org/yanggujun/commonsfornet)
AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/k41cr396bexk1e9f?svg=true)](https://ci.appveyor.com/project/yanggujun/commonsfornet)
### About
Welcome to .NET Commons home.
.NET Commons is originally inspired by the "Apache Commons Project" for java applications. It is intended to provide the common components, basic programming facilities and low level infrastructure for .NET applications.
Currently .NET Commons consist of following major components:
[Commons.Utils](https://github.com/yanggujun/commonsfornet/wiki/Commons.Utils)
[Commons.Collections](https://github.com/yanggujun/commonsfornet/wiki/Commons.Collections)
[Commons.Pool](https://github.com/yanggujun/commonsfornet/wiki/Commons.Pool)
[Commons.Json](https://github.com/yanggujun/commonsfornet/wiki/Commons.Json)
### License
Apache License v2.0
### Installation
The lastest release information can be found [here](https://github.com/yanggujun/commonsfornet/releases)
The projects are published as 3 nuget packages.
__Commons__ [![NuGet](https://img.shields.io/nuget/v/Commons.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons/)
The package includes Commons.Utils, Commons.CollectionsInstall through nuget command line:
PM> Install-Package Commons
__Commons.Pool__ [![NuGet](https://img.shields.io/nuget/v/Commons.Pool.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons.Pool/)
Install through nuget command line:PM> Install-Package Commons.Pool
__Commons.Json__ [![NuGet](https://img.shields.io/nuget/v/Commons.Json.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons.Json/)
Install through nuget command line:PM> Install-Package Commons.Json
### Issues
Please report [issues](https://github.com/yanggujun/commonsfornet/issues).
or send an email to: [email protected]