Add .NET/.NET Core components in component-libraries config (#1102)

* Add .NET/.NET Core components in component-libraries config

* Use [3000, 4000) for C#/.NET.
This commit is contained in:
Lemon 2018-04-22 21:59:26 +08:00 committed by 吴晟 Wu Sheng
parent e736102594
commit a551b1b3a4
1 changed files with 23 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Tomcat:
languages: Java
HttpClient:
id: 2
languages: Java
languages: Java,C#
Dubbo:
id: 3
languages: Java
@ -122,9 +122,31 @@ Jedis:
languages: Java
# .NET/.NET Core components
# [3000, 4000) for C#/.NET only
AspNetCore:
id: 3001
languages: C#
EntityFrameworkCore:
id: 3002
languages: C#
SqlClient:
id: 3003
languages: C#
CAP:
id: 3004
languages: C#
StackExchange.Redis:
id: 3005
languages: C#
# Component Server mapping defines the server display names of some components
# e.g.
# Jedis is a client library in Java for Redis server
Component-Server-Mappings:
Jedis: Redis
StackExchange.Redis: Redis
SqlClient: SqlServer