diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.csproj b/IRaCIS.Core.API/IRaCIS.Core.API.csproj index f274cf612..2de032f41 100644 --- a/IRaCIS.Core.API/IRaCIS.Core.API.csproj +++ b/IRaCIS.Core.API/IRaCIS.Core.API.csproj @@ -1,99 +1,107 @@  - - net8.0 - false - 354572d4-9e15-4099-807c-63a2d29ff9f2 - default - Linux - 1.0.1.001 - 上海展影医疗科技有限公司 - IRC影像系统 (EICS) - 上海展影医疗科技有限公司版权所有 - + + net8.0 + false + 354572d4-9e15-4099-807c-63a2d29ff9f2 + default + Linux + 1.0.1.001 + 上海展影医疗科技有限公司 + IRC影像系统 (EICS) + 上海展影医疗科技有限公司版权所有 + - - .\IRaCIS.Core.API.xml - 1701;1702;1591;1570; - ..\bin\ - + + .\IRaCIS.Core.API.xml + 1701;1702;1591;1570; + ..\bin\ + - - bin\Release\IRaCIS.Core.API.xml - bin\Release\ - 1701;1702;1591 - + + bin\Release\IRaCIS.Core.API.xml + bin\Release\ + 1701;1702;1591 + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - Always - - - Always - - - Always - - - - - Client - - + + + + + + Always + + + Always + + + Always + + + + + Client + + - - - - - - - - - - - - - - - - - - - + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + - - - - + + + + - - - + + + - - - + + + - + + + + + diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj b/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj index d4e5708b8..1c751043f 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj @@ -59,7 +59,7 @@ - + diff --git a/IRaCIS.Core.Infra.EFCore/IRaCIS.Core.Infra.EFCore.csproj b/IRaCIS.Core.Infra.EFCore/IRaCIS.Core.Infra.EFCore.csproj index 0f0f66b72..3d99c723f 100644 --- a/IRaCIS.Core.Infra.EFCore/IRaCIS.Core.Infra.EFCore.csproj +++ b/IRaCIS.Core.Infra.EFCore/IRaCIS.Core.Infra.EFCore.csproj @@ -19,7 +19,7 @@ - + diff --git a/IRaCIS.Core.Test/CodeTemplates/EFCore/EntityType.t4 b/IRaCIS.Core.Test/CodeTemplates/EFCore/EntityType.t4 index 83ce23cca..65b856ee7 100644 --- a/IRaCIS.Core.Test/CodeTemplates/EFCore/EntityType.t4 +++ b/IRaCIS.Core.Test/CodeTemplates/EFCore/EntityType.t4 @@ -68,7 +68,7 @@ public partial class <#= EntityType.Name #>: BaseFullAuditEntity <# var firstProperty = true; var excludedColumns = new[] { "CreateUserId", "Id", "UpdateUserId", "CreateTime", "UpdateTime", "DeleteUserId", "IsDeleted", "DeletedTime" }; - foreach (var property in EntityType.GetProperties().OrderBy(p => p.GetColumnOrder() ?? -1)) + foreach (var property in EntityType.GetProperties().OrderBy(p => p.GetColumnOrder() ?? -1).OrderBy(t=>t.Name)) { if (!excludedColumns.Contains(property.Name)) { diff --git a/IRaCIS.Core.Test/IRaCIS.Core.Test.csproj b/IRaCIS.Core.Test/IRaCIS.Core.Test.csproj index 48fc1c1c4..a63626c74 100644 --- a/IRaCIS.Core.Test/IRaCIS.Core.Test.csproj +++ b/IRaCIS.Core.Test/IRaCIS.Core.Test.csproj @@ -100,6 +100,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +