File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
9292## Testing
9393Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
9494------- | --------------------- | ----------------- | -------------------- | -------
95- [ xUnit.net] ( https://github.com/xunit/xunit ) | | [ Yes] ( http://xunit.github.io/docs/getting-started-dotnet-core.html ) | [ Yes] ( http://xunit.github.io/docs/getting-started-dotnet-core.html ) |
95+ [ 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 |
9797[ Moq] ( https://github.com/moq/moq4 ) | Install-Package Moq -Pre | Yes | Yes |
9898
9999## Microservice
100100Project | 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/ )
103- [ Consul] ( https://www.consul.io/ ) ||| |[ Consul入门] ( http://soft.dog/2016/03/19/consul-cluster/ )
103+ [ 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 )
105105
106106
You can’t perform that action at this time.
0 commit comments