diff --git a/.gitignore b/.gitignore index 6f4e829d1..ccde618f9 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,4 @@ ModelManifest.xml # Javascript files and source maps *.js.map *.js +/.github/copilot-instructions.md diff --git a/src/Database/Framework.Database.NHibernate.Legacy/NHibDal.cs b/src/Database/Framework.Database.NHibernate.Legacy/NHibDal.cs index 411fd9e83..700d0ebf0 100644 --- a/src/Database/Framework.Database.NHibernate.Legacy/NHibDal.cs +++ b/src/Database/Framework.Database.NHibernate.Legacy/NHibDal.cs @@ -3,7 +3,6 @@ using CommonFramework; using CommonFramework.ExpressionEvaluate; -using Framework.Application.Domain; using Framework.Core; using Framework.Database.Domain; using Framework.Database.NHibernate.DAL.Revisions; @@ -22,7 +21,7 @@ namespace Framework.Database.NHibernate; public class NHibDal(INHibSession session, IAsyncDal asyncDal) : IDAL - where TDomainObject : class, IIdentityObject + where TDomainObject : class { private static readonly LambdaCompileCache LambdaCompileCache = new(LambdaCompileMode.None); diff --git a/src/Database/Framework.Database.NHibernate/Framework.Database.NHibernate.csproj b/src/Database/Framework.Database.NHibernate/Framework.Database.NHibernate.csproj index cf709221e..a9b07c55b 100644 --- a/src/Database/Framework.Database.NHibernate/Framework.Database.NHibernate.csproj +++ b/src/Database/Framework.Database.NHibernate/Framework.Database.NHibernate.csproj @@ -9,6 +9,7 @@ + diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 63bcea040..0e479db93 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -2,7 +2,7 @@ true false - 3.3.1.0 + 3.3.2.0 [1.6.2] diff --git a/src/Infrastructure/Framework.Infrastructure.Abstractions/Framework.Infrastructure.Abstractions.csproj b/src/Infrastructure/Framework.Infrastructure.Abstractions/Framework.Infrastructure.Abstractions.csproj index 3e1b19bcb..ce28c6476 100644 --- a/src/Infrastructure/Framework.Infrastructure.Abstractions/Framework.Infrastructure.Abstractions.csproj +++ b/src/Infrastructure/Framework.Infrastructure.Abstractions/Framework.Infrastructure.Abstractions.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Infrastructure/Framework.Infrastructure/Framework.Infrastructure.csproj b/src/Infrastructure/Framework.Infrastructure/Framework.Infrastructure.csproj index d28030fe8..21f6bd451 100644 --- a/src/Infrastructure/Framework.Infrastructure/Framework.Infrastructure.csproj +++ b/src/Infrastructure/Framework.Infrastructure/Framework.Infrastructure.csproj @@ -19,7 +19,6 @@ - diff --git a/src/_Authorization/Framework.Authorization.TestGenerate/Configurations/AuthorizationGenerationEnvironment.cs b/src/_Authorization/Framework.Authorization.TestGenerate/Configurations/AuthorizationGenerationEnvironment.cs index b18c1d07b..55c790284 100644 --- a/src/_Authorization/Framework.Authorization.TestGenerate/Configurations/AuthorizationGenerationEnvironment.cs +++ b/src/_Authorization/Framework.Authorization.TestGenerate/Configurations/AuthorizationGenerationEnvironment.cs @@ -64,8 +64,7 @@ protected override IEnumerable GetExtendedAttributeSour .Add(tb => tb.AddAttribute(new BLLViewRoleAttribute()) .AddProperty(v => v.Permissions, pb => pb.AddAttribute(new CustomSerializationAttribute(CustomSerializationMode.Ignore))) - .AddProperty(v => v.Description, pb => pb.AddAttribute(new CustomSerializationAttribute(CustomSerializationMode.ReadOnly))) - ) + .AddProperty(v => v.Description, pb => pb.AddAttribute(new CustomSerializationAttribute(CustomSerializationMode.ReadOnly)))) .Add(tb => tb.AddAttribute(new BLLViewRoleAttribute()) diff --git a/src/__SolutionItems/CommonAssemblyInfo.cs b/src/__SolutionItems/CommonAssemblyInfo.cs index 01f502181..524db8dfc 100644 --- a/src/__SolutionItems/CommonAssemblyInfo.cs +++ b/src/__SolutionItems/CommonAssemblyInfo.cs @@ -4,9 +4,9 @@ [assembly: AssemblyCompany("Luxoft")] [assembly: AssemblyCopyright("Copyright © Luxoft 2009-2026")] -[assembly: AssemblyVersion("27.0.2.0")] -[assembly: AssemblyFileVersion("27.0.2.0")] -[assembly: AssemblyInformationalVersion("27.0.2.0")] +[assembly: AssemblyVersion("27.0.3.0")] +[assembly: AssemblyFileVersion("27.0.3.0")] +[assembly: AssemblyInformationalVersion("27.0.3.0")] #if DEBUG [assembly: AssemblyConfiguration("Debug")]