测试CI
SonarQube Code Quality Scan / scan (push) Successful in 42s

This commit is contained in:
ShaoHua
2025-12-05 17:22:17 +08:00
parent 4cee62d652
commit cea8e0d6b5
+1
View File
@@ -27,6 +27,7 @@ namespace MilvusDemo
static async Task RunActualMilvusOperations()
{
// 初始化MilvusService
const string password = "123456789";
const string host = "localhost";
const int port = 19530;
const string collectionName = "csharp_demo_collection";