Caskia
Caskia
GetAll Method ``` public IQueryable GetAll() { return DbContext.Set(); } ``` Filters ``` modelBuilder.Filter("SoftDelete", (ISoftDelete d) => d.IsDeleted, false); modelBuilder.Filter("MustHaveTenant", (IMustHaveTenant t, int tenantId) => t.TenantId == tenantId || (int?)t.TenantId...
The source code is very simple, nothing special, I'm using mysql. Will the problem on mysql connector? > https://dba.stackexchange.com/questions/774/why-does-this-entity-framework-query-perform-so-bad-in-mysql https://bugs.mysql.com/bug.php?id=75272
Thanks for your investigation. Mysql version is 5.6. Mysql connector version is 6.9.9. Mysql entity framework is 6.9.9.
@jcachat How is it going?
谢谢你能够在周末进行回复。 我来讲讲我是怎么发现这个问题的。由于我的程序都是容器化的,每次新添加程序集,我都会去修改dockerfile。然后我使用vs自动生成dockerfile,因为项目是console,生成的dockerfile中的sdk会使用runtime而不是aspnet。从而导致我的程序在容器中运行失败找不到AspNetCore运行环境。侧面也说明我的程序的确需要的是AspNetCore的运行环境。
设置 command 为快捷键闪退。闪退后notification的设置也就卡住了。
anyone has idea?
I have the same problem.