From 13d6f568fb0da2bf7803e5f1218a41af1bd75dd4 Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Thu, 16 Oct 2025 11:39:20 +0800 Subject: [PATCH] hotfix IBotSharpRepository.cs(201,43): error CS0246 --- .../BotSharp.Abstraction/Repositories/IBotSharpRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs b/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs index 1cb8c61b1..31b1da97a 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs @@ -2,6 +2,7 @@ using BotSharp.Abstraction.Loggers.Models; using BotSharp.Abstraction.Plugins.Models; using BotSharp.Abstraction.Repositories.Filters; +using BotSharp.Abstraction.Repositories.Models; using BotSharp.Abstraction.Repositories.Options; using BotSharp.Abstraction.Roles.Models; using BotSharp.Abstraction.Shared;