From a99dc89f0dca8e960d22e81f6f7e2ea200c0d2d1 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Sun, 16 Jun 2024 14:08:46 -0500 Subject: [PATCH] Test Maui --- .../BotSharp.Abstraction/Browsing/Models/BrowserActionResult.cs | 1 + src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj | 1 - src/Infrastructure/BotSharp.Core/Using.cs | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Browsing/Models/BrowserActionResult.cs b/src/Infrastructure/BotSharp.Abstraction/Browsing/Models/BrowserActionResult.cs index b3576b90..63c592b7 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Browsing/Models/BrowserActionResult.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Browsing/Models/BrowserActionResult.cs @@ -8,6 +8,7 @@ public class BrowserActionResult public string Selector { get; set; } public string Body { get; set; } public bool IsHighlighted { get; set; } + public DateTime? ExecutedAt { get; set; } = DateTime.UtcNow; public override string ToString() { diff --git a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj index 5d0f9329..2c06fa80 100644 --- a/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj +++ b/src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj @@ -160,7 +160,6 @@ - diff --git a/src/Infrastructure/BotSharp.Core/Using.cs b/src/Infrastructure/BotSharp.Core/Using.cs index af7bc560..709285e2 100644 --- a/src/Infrastructure/BotSharp.Core/Using.cs +++ b/src/Infrastructure/BotSharp.Core/Using.cs @@ -36,4 +36,3 @@ global using BotSharp.Core.Conversations.Services; global using BotSharp.Core.Infrastructures; global using BotSharp.Core.Users.Services; global using Aspects.Cache; -global using Console = Colorful.Console; \ No newline at end of file