From 3263a33bbd63aafc5a1c21c9094a9de14fae7e3d Mon Sep 17 00:00:00 2001 From: Sam <315859133@qq.com> Date: Fri, 6 Feb 2026 00:55:58 +0800 Subject: [PATCH] fix: configure TenantInfo as owned entity and use AsNoTracking - Add AsNoTracking to tenant query to avoid tracking conflicts - Configure TenantInfo as owned entity in ApplicationUser - Map TenantInfo properties to separate columns in AspNetUsers table --- YarpGateway.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/YarpGateway.csproj b/YarpGateway.csproj index a1dcd34..e248e61 100644 --- a/YarpGateway.csproj +++ b/YarpGateway.csproj @@ -7,17 +7,17 @@ - - + + runtime; build; native; contentfiles, analyzers; buildtransitive all - - - - - - + + + + + +