Compare commits

..

No commits in common. "b99ff91841757a0eacc3d3afa8c1f8a94fc6eef5" and "ad734f77f9474ccdefe8bfe1c531adabbe67d3a8" have entirely different histories.

8 changed files with 18 additions and 26 deletions

View File

@ -14,9 +14,9 @@
<PackageIcon>core_icon.png</PackageIcon>
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
<PackageTags>digital data core application clean architecture abstraction</PackageTags>
<Version>1.3.1</Version>
<AssemblyVersion>1.3.1</AssemblyVersion>
<FileVersion>1.3.1</FileVersion>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>
</PropertyGroup>
<ItemGroup>
@ -53,9 +53,5 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.Core.Abstractions\DigitalData.Core.Abstractions.csproj" />
</ItemGroup>
</Project>

View File

@ -1,5 +1,4 @@
using System.Linq.Expressions;
using DigitalData.Core.Abstractions.Interfaces;
namespace DigitalData.Core.Abstraction.Application.Repository;

View File

@ -1,4 +1,11 @@
namespace DigitalData.Core.Abstractions.Interfaces;
namespace DigitalData.Core.Abstraction.Application.Repository;
/// <summary>
/// Ensures that extension methods are handled securely
/// </summary>
public interface IEntity
{
}
/// <summary>
/// Ensures that extension methods are handled securely

View File

@ -1,5 +1,4 @@
using DigitalData.Core.Abstractions.Interfaces;
using System.Linq.Expressions;
using System.Linq.Expressions;
namespace DigitalData.Core.Abstraction.Application.Repository;

View File

@ -17,9 +17,9 @@
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
<PackAsTool>False</PackAsTool>
<PackageIcon>core_icon.png</PackageIcon>
<Version>4.1.0</Version>
<AssemblyVersion>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>

View File

@ -1,8 +0,0 @@
namespace DigitalData.Core.Abstractions.Interfaces;
/// <summary>
/// Ensures that extension methods are handled securely
/// </summary>
public interface IEntity
{
}

View File

@ -1,6 +1,5 @@
using AutoMapper;
using DigitalData.Core.Abstraction.Application.Repository;
using DigitalData.Core.Abstractions.Interfaces;
using DigitalData.Core.Infrastructure.Factory;
using Microsoft.EntityFrameworkCore;
using System.Linq.Expressions;

View File

@ -15,9 +15,9 @@
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
<RepositoryType>digital data core abstractions clean architecture</RepositoryType>
<PackageTags>digital data core infrastructure clean architecture</PackageTags>
<Version>2.4.1</Version>
<AssemblyVersion>2.4.1</AssemblyVersion>
<FileVersion>2.4.1</FileVersion>
<Version>2.4.0</Version>
<AssemblyVersion>2.4.0</AssemblyVersion>
<FileVersion>2.4.0</FileVersion>
</PropertyGroup>
<ItemGroup>