提交 a551b1b3 编写于 作者: L Lemon 提交者: wu-sheng

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.
上级 e7361025
...@@ -35,7 +35,7 @@ Tomcat: ...@@ -35,7 +35,7 @@ Tomcat:
languages: Java languages: Java
HttpClient: HttpClient:
id: 2 id: 2
languages: Java languages: Java,C#
Dubbo: Dubbo:
id: 3 id: 3
languages: Java languages: Java
...@@ -122,9 +122,31 @@ Jedis: ...@@ -122,9 +122,31 @@ Jedis:
languages: Java 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 # Component Server mapping defines the server display names of some components
# e.g. # e.g.
# Jedis is a client library in Java for Redis server # Jedis is a client library in Java for Redis server
Component-Server-Mappings: Component-Server-Mappings:
Jedis: Redis Jedis: Redis
StackExchange.Redis: Redis
SqlClient: SqlServer
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册