optimize User,InstructionLog use async method #1258
Merged
Annotations
9 errors and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
tests/BotSharp.LLM.Tests/Core/NullFileStorageService.cs#L7
'NullFileStorageService' does not implement interface member 'IFileStorageService.SaveUserAvatar(FileDataModel)'. 'NullFileStorageService.SaveUserAvatar(FileDataModel)' cannot implement 'IFileStorageService.SaveUserAvatar(FileDataModel)' because it does not have the matching return type of 'Task<bool>'.
|
|
Build:
tests/BotSharp.LLM.Tests/Core/NullFileStorageService.cs#L7
'NullFileStorageService' does not implement interface member 'IFileStorageService.GetUserAvatar()'. 'NullFileStorageService.GetUserAvatar()' cannot implement 'IFileStorageService.GetUserAvatar()' because it does not have the matching return type of 'Task<string>'.
|
|
Build:
src/Plugins/BotSharp.Plugin.TencentCos/Services/TencentCosService.cs#L8
'TencentCosService' does not implement interface member 'IFileStorageService.SaveUserAvatar(FileDataModel)'. 'TencentCosService.SaveUserAvatar(FileDataModel)' cannot implement 'IFileStorageService.SaveUserAvatar(FileDataModel)' because it does not have the matching return type of 'Task<bool>'.
|
|
Build:
src/Plugins/BotSharp.Plugin.TencentCos/Services/TencentCosService.cs#L8
'TencentCosService' does not implement interface member 'IFileStorageService.GetUserAvatar()'. 'TencentCosService.GetUserAvatar()' cannot implement 'IFileStorageService.GetUserAvatar()' because it does not have the matching return type of 'Task<string>'.
|
|
Build:
tests/BotSharp.LLM.Tests/Core/NullFileStorageService.cs#L7
'NullFileStorageService' does not implement interface member 'IFileStorageService.SaveUserAvatar(FileDataModel)'. 'NullFileStorageService.SaveUserAvatar(FileDataModel)' cannot implement 'IFileStorageService.SaveUserAvatar(FileDataModel)' because it does not have the matching return type of 'Task<bool>'.
|
|
Build:
tests/BotSharp.LLM.Tests/Core/NullFileStorageService.cs#L7
'NullFileStorageService' does not implement interface member 'IFileStorageService.GetUserAvatar()'. 'NullFileStorageService.GetUserAvatar()' cannot implement 'IFileStorageService.GetUserAvatar()' because it does not have the matching return type of 'Task<string>'.
|
|
Build:
src/Plugins/BotSharp.Plugin.TencentCos/Services/TencentCosService.cs#L8
'TencentCosService' does not implement interface member 'IFileStorageService.SaveUserAvatar(FileDataModel)'. 'TencentCosService.SaveUserAvatar(FileDataModel)' cannot implement 'IFileStorageService.SaveUserAvatar(FileDataModel)' because it does not have the matching return type of 'Task<bool>'.
|
|
Build:
src/Plugins/BotSharp.Plugin.TencentCos/Services/TencentCosService.cs#L8
'TencentCosService' does not implement interface member 'IFileStorageService.GetUserAvatar()'. 'TencentCosService.GetUserAvatar()' cannot implement 'IFileStorageService.GetUserAvatar()' because it does not have the matching return type of 'Task<string>'.
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Users/Models/UserActivationModel.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L25
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L23
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L22
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L21
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L20
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L19
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L18
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
Build:
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L17
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
Loading