From 178b92a7143488da0702cd1882af42eec7c6fd75 Mon Sep 17 00:00:00 2001 From: HuangXingZhi <3134723314@qq.com> Date: Sun, 18 May 2025 20:59:43 +0800 Subject: [PATCH] test --- Properties/launchSettings.json | 2 +- host/Gateway.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 5a2c881..05a878c 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "LinkToolAddin": { "commandName": "Executable", - "executablePath": "C:\\Program Files\\ArcGIS\\Pro\\bin\\ArcGISPro.exe", + "executablePath": "C:/Program Files/ArcGIS/Pro/bin/ArcGISPro.exe", "applicationUrl": "https://localhost:5001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/host/Gateway.cs b/host/Gateway.cs index 2b209b1..834f08c 100644 --- a/host/Gateway.cs +++ b/host/Gateway.cs @@ -178,7 +178,7 @@ public class Gateway callback?.Invoke(toolListItem); } - public static async void TestWOrkflow(string message, string model, string gdbPath, Action callback) + public static async void TestWorkflow(string message, string model, string gdbPath, Action callback) { Thread.Sleep(2000); MessageListItem chatListItem = new ChatMessageItem