Skip to content

Commit 2f5b270

Browse files
committed
Update
1 parent 85f151e commit 2f5b270

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
2929
[Npgsql](https://github.com/npgsql/Npgsql) | Install-Package Npgsql | Yes | Yes | [npgsql.org](http://www.npgsql.org)
3030
[NEST](https://github.com/elastic/elasticsearch-net) | Install-Package NEST | Yes | Yes | [elastic.**co**](https://www.elastic.co)
3131
[StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | Install-Package StackExchange.Redis | Yes | Yes |
32-
[MySQL](https://github.com/mysql/mysql-connector-net) | Install-Package MySql.Data -Pre | Yes | Yes |
32+
[MySQL](https://github.com/mysql/mysql-connector-net) | Install-Package MySql.Data | Yes | Yes |
3333
[MongoDB](https://github.com/mongodb/mongo-csharp-driver) | Install-Package mongocsharpdriver | Yes | Yes |
3434
[NPoco](https://github.com/schotime/NPoco) | Install-Package NPoco | Yes | Yes |
3535
[Chloe](https://github.com/shuxinqin/Chloe/tree/master/src/DotNetCore) | | Yes | Yes |
@@ -39,7 +39,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
3939
## Image
4040
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4141
------- | --------------------- | ----------------- | -------------------- | -------
42-
[ImageSharp](https://github.com/JimBobSquarePants/ImageSharp) | Not yet ([myget](https://www.myget.org/gallery/imagesharp)) | Yes | Yes | [imageprocessor.org](http://imageprocessor.org)
42+
[ImageSharp](https://github.com/JimBobSquarePants/ImageSharp) | Install-Package SixLabors.ImageSharp | Yes | Yes | [ImageSharp](https://sixlabors.github.io/docs/articles/ImageSharp/GettingStarted.htmlg)
4343

4444
## RPC
4545
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
@@ -53,15 +53,15 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
5353
------- | --------------------- | ----------------- | -------------------- | -------
5454
[Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet) | Install-Package Confluent.Kafka | Yes | Yes |
5555
[NetMQ](https://github.com/zeromq/netmq) | Install-Package NetMQ | Yes | Yes |
56-
[RabbitMQ](https://github.com/rabbitmq/rabbitmq-dotnet-client) | Install-Package RabbitMQ.Client -Pre | Yes | Yes | [www.rabbitmq.com](http://www.rabbitmq.com/dotnet.html)
56+
[RabbitMQ](https://github.com/rabbitmq/rabbitmq-dotnet-client) | Install-Package RabbitMQ.Client | Yes | Yes | [www.rabbitmq.com](http://www.rabbitmq.com/dotnet.html)
5757

5858
## Web
5959
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
6060
------- | --------------------- | ----------------- | -------------------- | -------
6161
[Nancy](https://github.com/NancyFx/Nancy) | Install-Package Nancy -Pre | Yes | Yes | [nancyfx.org](http://nancyfx.org)
62-
[SignalR](https://github.com/aspnet/signalr) | | Yes | Yes | [signalr.net](http://signalr.net/)
62+
[SignalR](https://github.com/aspnet/signalr) | Install-Package Microsoft.AspNetCore.SignalR | Yes | Yes | [signalr.net](http://signalr.net/)
6363
[ReactJS.NET](https://github.com/reactjs/React.NET) | Install-Package React.AspNet | No | Yes | [ReactJS.NET](http://reactjs.net/)
64-
[Swashbuckle](https://github.com/domaindrivendev/Ahoy) | Install-Package Swashbuckle -Pre | Yes | Yes |
64+
[Swashbuckle](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | Install-Package Swashbuckle.AspNetCore | Yes | Yes |
6565
[YOYOFx](https://github.com/maxzhang1985/YOYOFx) | | Yes | Yes |
6666

6767
## DI / IoC Containers
@@ -94,34 +94,37 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
9494
------- | --------------------- | ----------------- | -------------------- | -------
9595
[xUnit.net](https://github.com/xunit/xunit) | Install-Package xunit | [Yes](http://xunit.github.io/docs/getting-started-dotnet-core.html) | [Yes](http://xunit.github.io/docs/getting-started-dotnet-core.html) |
9696
[Nunit](https://github.com/nunit/nunit) | Install-Package NUnit | Yes | Yes |
97-
[Moq](https://github.com/moq/moq4) | Install-Package Moq -Pre | Yes | Yes |
97+
[Moq](https://github.com/moq/moq4) | Install-Package Moq | Yes | Yes |
9898

9999
## Microservice
100100
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
101101
------- | --------------------- | ----------------- | -------------------- | -------
102102
[Microphone](https://github.com/AsynkronIT/Microphone) | Install-Package Microphone.AspNet | Yes | Yes | [blog](http://blog.nethouse.se/2015/10/19/introducing-microphone-microservices-with-service-discovery-for-net/)
103103
[Consul](https://github.com/PlayFab/consuldotnet)|Install-Package Consul| Yes | Yes |[Consul入门](http://soft.dog/2016/03/19/consul-cluster/)
104104
[Ocelot](https://github.com/TomPallister/Ocelot)| Install-Package Ocelot | Yes | Yes | [wiki](https://github.com/TomPallister/Ocelot/wiki)
105+
[CAP](https://github.com/dotnetcore/CAP)| Install-Package DotNetCore.CAP | Yes | Yes | [wiki](https://github.com/dotnetcore/CAP/blob/develop/README.zh-cn.md)
105106

106107

107108
## Other
108109
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
109110
------- | --------------------- | ----------------- | -------------------- | -------
110111
[AutoMapper](https://github.com/AutoMapper/AutoMapper) | Install-Package AutoMapper | Yes | Yes | [automapper.org](http://automapper.org/)
111-
[HtmlAgilityPack](https://github.com/linezero/HtmlAgilityPack) | | Yes | Yes |
112+
[HtmlAgilityPack](https://github.com/linezero/HtmlAgilityPack) | Install-Package HtmlAgilityPack | Yes | Yes |
112113
[WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK) | Install-Package Senparc.Weixin.MP | Yes | Yes |
113114
[Hangfire](https://github.com/HangfireIO/Hangfire) | Install-Package HangFire | Yes | Yes |
114-
[Quartz.NET](https://github.com/quartznet/quartznet) | Install-Package Quartz -Pre | Yes | Yes |
115+
[Quartz.NET](https://github.com/quartznet/quartznet) | Install-Package Quartz | Yes | Yes |
115116
[IdentityServer4](https://github.com/IdentityServer/IdentityServer4) | Install-Package IdentityServer4 | Yes | Yes |
116117
[NPOI.Core](https://github.com/yuleyule66/Npoi.Core) | Install-Package Savorboard.Npoi.Core.OOXML | Yes | Yes |
117118
[EPPlus.Core](https://github.com/VahidN/EPPlus.Core) | Install-Package EPPlus.Core | Yes | Yes | Linux need to install libgdiplus
118119
[SharpCompress](https://github.com/adamhathcock/sharpcompress)| Install-Package sharpcompress | Yes | Yes | [sharpcompress](https://github.com/adamhathcock/sharpcompress#sharpcompress)
119-
[SharpZipLib](#) | Install-Package SharpZipLib.NETStandard | Yes | Yes |
120+
[SharpZipLib](#) | Install-Package SharpZipLib | Yes | Yes |
120121
[CWSharp](https://github.com/zhengchun/CWSharp) | Install-Package CWSharp | Yes | Yes | .NET跨平台中英文分词
121122
[MailKit](https://github.com/jstedfast/MailKit) | Install-Package MailKit | Yes | Yes |
122123
[jieba.NET](https://github.com/linezero/jieba.NET) | | Yes | Yes | jieba中文分词.NET Core版
123124
[jose-jwt](https://github.com/dvsekhvalnov/jose-jwt) | Install-Package jose-jwt | Yes | Yes |
124125
[IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | Install-Package System.IdentityModel.Tokens.Jwt | Yes | Yes |
126+
[Castle](https://github.com/castleproject/Core) | Install-Package Castle.Core | Yes | Yes | [Castle](http://www.castleproject.org/)
127+
[Lucene.Net](https://github.com/apache/lucenenet) | Install-Package Lucene.Net -Pre | Yes | Yes | [Lucene.Net](http://lucenenet.apache.org)
125128

126129
## Project
127130

0 commit comments

Comments
 (0)