AtlantisDe

Results 14 issues of AtlantisDe

## 建议专题 ### 2021-08-15 希望model层项目能做更多兼容 ```c# App.Model 能否把这个项目 Model层项目改为 .NET Standard 项目让其跨平台复用问题? 目前 你比如我要 开发winform 桌面 又要开发 xam 移动端项目 又要 开发web端问题.还有其它项目扩展... 需要使用同个model 发现你这个model项目依赖net core 5.o 类库 没有做到 多方面的兼容.. 这个项目架构 能否可能...

bug

### 如何关闭日志启动呢 ?谢谢 ```c# //如何关闭日志 ```

### Can I use a proxy? Thank you ```c# tdesk = await client.ToTDesktop(flag=UseCurrentSession) // like client = TelegramClient('sessions.session',111,'c1111111119',proxy=('socks5','127.0.0.1',8080)) ```

enhancement

## Demo Code ```c# var items = new List(); for (int i = 0; i < 20; i++) { var personGenerator = new RandomNameGeneratorLibrary.PersonNameGenerator(); //System.Threading.Thread.Sleep(5); var firstName = personGenerator.GenerateRandomFirstName(); var...

**concurrent.futures._base.CancelledError** * Isn’t it okay to throw an exception directly? Directly report an error in the file code **Test Code** * I ignore it here. I have no problem debugging...

- Test **new string ID** - context.BulkInsertOrUpdate(items, b => b.SetOutputIdentity = true); - **Error** System.InvalidOperationException: 'No mapping exists from object type System.RuntimeType to a known managed provider native type.' ```c#...

### 1Panel 版本 v1.10.6-lts ### 问题描述 ### 我在测试你们PHP运行时,我使用本地的已经安装的PHP 8.3.6 ```c# //PHP 8.3.6 (cli) (built: Apr 15 2024 19:21:47) (NTS) ``` - 站点 执行,停止,再启动.配置都被你们修改得没了.站点就没法工作了. ### 重现步骤 - 站点 执行,停止,再启动. ```ini #测试启动正常配置...

类型:问题

**The Smartstore DefaultTypeConverter and StringExtensions methods pose some challenges and might need optimization.** https://github.com/smartstore/Smartstore/blob/5.1.0/src/Smartstore/ComponentModel/TypeConverters/DefaultTypeConverter.cs https://github.com/smartstore/Smartstore/blob/5.1.0/src/Smartstore/Extensions/StringExtensions.Conversion.cs https://github.com/smartstore/Smartstore/blob/5.1.0/src/Smartstore/Utilities/ConvertUtility.cs - The program is throwing too many exceptions, which could actually be handled effectively....

enhancement
review
area:platform

**ReflectionTypeLoadException** Unable to load one or more of the requested types. Could not load file or assembly 'Pomelo.EntityFrameworkCore.MySql, Version=8.0.2.0, Culture=neutral, PublicKeyToken=2cc498582444921b'. The system cannot find the file specified. ```# Pomelo.EntityFrameworkCore.MySql,...

bug

**WebUI** - CSS Class Name: **dropdown-toggle** ```css dropdown-toggle ``` **For example, the impact** ```css Nav Wish List Shopping Basket ``` On the web UI, garbled characters occasionally appear. ![image](https://github.com/smartstore/Smartstore/assets/39150678/dfcb7486-cfbc-49be-a826-0c2328233f4a) **Tried...

bug
review