From c902e38560393da3a42c82494fcc36da1bfdee08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Wed, 1 Nov 2023 15:59:17 +0800 Subject: [PATCH] =?UTF-8?q?v11.10.2023.1101=20=E6=94=B9=E8=BF=9BValid?= =?UTF-8?q?=EF=BC=9B=E6=94=B9=E8=BF=9B=E5=8F=8D=E5=90=91=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=EF=BC=9B=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/Test.csproj | 2 +- XCode/Entity/EntityQueue.cs | 2 +- XCode/XCode.csproj | 4 ++-- XUnitTest.XCode/XUnitTest.XCode.csproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Test/Test.csproj b/Test/Test.csproj index c3505e736..ca1d04177 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -37,7 +37,7 @@ - + diff --git a/XCode/Entity/EntityQueue.cs b/XCode/Entity/EntityQueue.cs index a9ec6cdde..782b30373 100644 --- a/XCode/Entity/EntityQueue.cs +++ b/XCode/Entity/EntityQueue.cs @@ -86,7 +86,7 @@ public Boolean Add(IEntity entity, Int32 msDelay) _Timer ??= new TimerX(Work, null, Period, Period, "EQ") { Async = true, - CanExecute = () => DelayEntities.Any() || Entities.Any() + //CanExecute = () => DelayEntities.Any() || Entities.Any() }; } } diff --git a/XCode/XCode.csproj b/XCode/XCode.csproj index 258df8b16..bab7df08f 100644 --- a/XCode/XCode.csproj +++ b/XCode/XCode.csproj @@ -29,7 +29,7 @@ https://github.com/NewLifeX/X git 新生命团队;X组件;NewLife;$(AssemblyName) - 事务查询支持ForUpdate行级锁;优化多租户支持;使用第三代XML模型;增强批量操作能力;优化代码生成器 + 改进Valid;改进反向工程;优化代码生成器 MIT true true @@ -44,7 +44,7 @@ - + diff --git a/XUnitTest.XCode/XUnitTest.XCode.csproj b/XUnitTest.XCode/XUnitTest.XCode.csproj index 48465b6e3..639074561 100644 --- a/XUnitTest.XCode/XUnitTest.XCode.csproj +++ b/XUnitTest.XCode/XUnitTest.XCode.csproj @@ -116,12 +116,12 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive