Compare commits
43 Commits
1e35692a02
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0737299cf | ||
|
|
2db99edcda | ||
| 65186b4f47 | |||
| eb3a5b8991 | |||
| 908d85c648 | |||
| d0f055e066 | |||
| 7f9e6155fe | |||
| 1e3cba6fdf | |||
| daa36d767d | |||
| 3021fd36f6 | |||
| 2c704c1231 | |||
| 2bf2bb2276 | |||
|
|
d2302560f1 | ||
|
|
42c0dc7206 | ||
|
|
82686db38b | ||
|
|
ce5c59dfc2 | ||
|
|
5c3db6886a | ||
|
|
144178a504 | ||
| 6717aa37ab | |||
| bf418e986b | |||
| 9f2a13df6f | |||
| 0cf6d2690a | |||
| afbbac7b81 | |||
| d16a4b6bb4 | |||
| 5567f6731b | |||
| fc297d92fa | |||
| 50a056d110 | |||
| d87f36898b | |||
| 62e43024a6 | |||
| daa3f4d5be | |||
| 10ff9b9745 | |||
| ea2340974a | |||
| fbf9488c55 | |||
| ddbb70081e | |||
| c538a8df8c | |||
| f500d9d974 | |||
| f2808d090f | |||
| 0084e6f758 | |||
| 90ce4e487c | |||
| 1febae72c2 | |||
| 3b825d4ea3 | |||
| a06adfdcdf | |||
| 00e5f6c0e9 |
@@ -12,9 +12,9 @@
|
|||||||
<PackageIcon>core_icon.png</PackageIcon>
|
<PackageIcon>core_icon.png</PackageIcon>
|
||||||
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
||||||
<PackageTags>digital data core application clean architecture abstraction</PackageTags>
|
<PackageTags>digital data core application clean architecture abstraction</PackageTags>
|
||||||
<Version>1.3.5</Version>
|
<Version>1.6.0</Version>
|
||||||
<AssemblyVersion>1.3.5</AssemblyVersion>
|
<AssemblyVersion>1.6.0</AssemblyVersion>
|
||||||
<FileVersion>1.3.5</FileVersion>
|
<FileVersion>1.6.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -52,24 +52,28 @@
|
|||||||
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="3.1.32" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
||||||
<PackageReference Include="AutoMapper" Version="13.0.1" />
|
<PackageReference Include="AutoMapper" Version="13.0.1" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.20" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
||||||
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.15" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
||||||
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,53 +0,0 @@
|
|||||||
#if NETFRAMEWORK
|
|
||||||
using System;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
|
|
||||||
namespace DigitalData.Core.Abstraction.Application
|
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public interface IFactory : IServiceCollection, IServiceProvider
|
|
||||||
{
|
|
||||||
#if NET
|
|
||||||
public
|
|
||||||
#endif
|
|
||||||
IRepository Repository { get; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class Factory : ServiceCollection, IFactory, IServiceCollection, IServiceProvider
|
|
||||||
{
|
|
||||||
private readonly Lazy<IServiceProvider> _rootProvider;
|
|
||||||
|
|
||||||
private Factory()
|
|
||||||
{
|
|
||||||
_rootProvider = new Lazy<IServiceProvider>(this.BuildServiceProvider);
|
|
||||||
}
|
|
||||||
|
|
||||||
public object
|
|
||||||
#if NET
|
|
||||||
?
|
|
||||||
#endif
|
|
||||||
GetService(Type serviceType)
|
|
||||||
{
|
|
||||||
return _rootProvider.Value.GetService(serviceType);
|
|
||||||
}
|
|
||||||
|
|
||||||
public IRepository Repository => _rootProvider.Value.GetRequiredService<IRepository>();
|
|
||||||
|
|
||||||
public static readonly IFactory Shared = new Factory();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Factory<TEntity>
|
|
||||||
{
|
|
||||||
public static IRepository<TEntity> Repository() => Factory.Shared.GetRequiredService<IRepository<TEntity>>();
|
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
using System.Linq.Expressions;
|
|
||||||
using DigitalData.Core.Abstractions.Interfaces;
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Linq;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace DigitalData.Core.Abstraction.Application.Repository
|
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public static class Extensions
|
|
||||||
{
|
|
||||||
#region IRepository
|
|
||||||
#region Read
|
|
||||||
public static IEnumerable<TEntity> GetAll<TEntity>(this IRepository repository) where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().GetAll();
|
|
||||||
|
|
||||||
public static Task<IEnumerable<TEntity>> GetAllAsync<TEntity>(this IRepository repository, CancellationToken cancel = default) where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().GetAllAsync(cancel);
|
|
||||||
|
|
||||||
public static IQueryable<TEntity> Where<TEntity>(this IRepository repository, Expression<Func<TEntity, bool>> expression)
|
|
||||||
where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().Where(expression);
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
#region Create
|
|
||||||
public static Task<TEntity> CreateAsync<TEntity>(this IRepository repository, TEntity entity, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().CreateAsync(entity, cancel);
|
|
||||||
|
|
||||||
public static Task<TEntity> CreateAsync<TEntity, TDto>(this IRepository repository, TDto dto, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
where TDto : IDto<TEntity>
|
|
||||||
=> repository.Entity<TEntity>().CreateAsync(dto, cancel);
|
|
||||||
|
|
||||||
public static Task<IEnumerable<TEntity>> CreateAsync<TEntity>(this IRepository repository, IEnumerable<TEntity> entities, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().CreateAsync(entities, cancel);
|
|
||||||
|
|
||||||
public static Task<IEnumerable<TEntity>> CreateAsync<TEntity, TDto>(this IRepository repository, IEnumerable<TDto> dtos, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
where TDto : IDto<TEntity>
|
|
||||||
=> repository.Entity<TEntity>().CreateAsync(dtos, cancel);
|
|
||||||
#endregion Create
|
|
||||||
|
|
||||||
#region Update
|
|
||||||
public static Task UpdateAsync<TEntity, TDto>(this IRepository repository, TDto dto, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
where TDto : IDto<TEntity>
|
|
||||||
=> repository.Entity<TEntity>().UpdateAsync(dto, expression, cancel);
|
|
||||||
|
|
||||||
public static Task UpdateAsync<TEntity, TDto>(this IRepository repository, TDto dto, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
where TDto : IDto<TEntity>
|
|
||||||
=> repository.Entity<TEntity>().UpdateAsync(dto, query, cancel);
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
#region Delete
|
|
||||||
public static Task DeleteAsync<TEntity>(this IRepository repository, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().DeleteAsync(expression, cancel);
|
|
||||||
|
|
||||||
public static Task DeleteAsync<TEntity>(this IRepository repository, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default)
|
|
||||||
where TEntity : IEntity
|
|
||||||
=> repository.Entity<TEntity>().DeleteAsync(query, cancel);
|
|
||||||
#endregion
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
using DigitalData.Core.Abstractions.Interfaces;
|
using System.Linq.Expressions;
|
||||||
using System.Linq.Expressions;
|
using Microsoft.EntityFrameworkCore.Query;
|
||||||
#if NETFRAMEWORK
|
#if NETFRAMEWORK
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
@@ -9,14 +9,32 @@ using System.Linq;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace DigitalData.Core.Abstraction.Application.Repository
|
namespace DigitalData.Core.Abstraction.Application.Repository
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public interface IRepository<TEntity>
|
|
||||||
{
|
{
|
||||||
|
public interface IRepository
|
||||||
|
{
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
Task<int> ExecuteQueryRawAsync([NotParameterized] string sql, IEnumerable<object> parameters, CancellationToken cancel = default);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
Task<int> ExecuteQueryInterpolatedAsync(FormattableString sql, CancellationToken cancel = default);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
int ExecuteQueryRaw([NotParameterized] string sql, params object[] parameters);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
int ExecuteQueryInterpolated(FormattableString sql);
|
||||||
|
}
|
||||||
|
|
||||||
|
public interface IRepository<TEntity>
|
||||||
|
{
|
||||||
#region Create
|
#region Create
|
||||||
#if NET
|
#if NET
|
||||||
public
|
public
|
||||||
@@ -40,6 +58,21 @@ public interface IRepository<TEntity>
|
|||||||
#endregion Create
|
#endregion Create
|
||||||
|
|
||||||
#region Read
|
#region Read
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
IQueryable<TEntity> Query { get; }
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
IQueryable<TEntity> QueryRaw([NotParameterized] string sql, params object[] parameters);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
IQueryable<TEntity> QueryInterpolated([NotParameterized] FormattableString sql);
|
||||||
|
|
||||||
#if NET
|
#if NET
|
||||||
public
|
public
|
||||||
#endif
|
#endif
|
||||||
@@ -66,6 +99,16 @@ public interface IRepository<TEntity>
|
|||||||
public
|
public
|
||||||
#endif
|
#endif
|
||||||
Task UpdateAsync<TDto>(TDto dto, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default);
|
Task UpdateAsync<TDto>(TDto dto, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
Task UpdateAsync(Action<TEntity> modification, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default);
|
||||||
|
|
||||||
|
#if NET
|
||||||
|
public
|
||||||
|
#endif
|
||||||
|
Task UpdateAsync(Action<TEntity> modification, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default);
|
||||||
#endregion Update
|
#endregion Update
|
||||||
|
|
||||||
#region Delete
|
#region Delete
|
||||||
@@ -93,13 +136,5 @@ public interface IRepository<TEntity>
|
|||||||
#endif
|
#endif
|
||||||
IQueryable<TEntity> ReadOnly();
|
IQueryable<TEntity> ReadOnly();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
|
||||||
|
|
||||||
public interface IRepository
|
|
||||||
{
|
|
||||||
IRepository<TEntity> Entity<TEntity>() where TEntity : IEntity;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
}
|
||||||
#endif
|
}
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
namespace DigitalData.Core.Abstraction.Application.Repository
|
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public interface IRepositoryFactory
|
|
||||||
{
|
|
||||||
#if NET
|
|
||||||
public
|
|
||||||
#endif
|
|
||||||
IRepository<TEntity> Get<TEntity>();
|
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
#if NETFRAMEWORK
|
||||||
|
using System;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace DigitalData.Core.Abstraction.Application.Repository
|
||||||
|
{
|
||||||
|
public static class ServiceProviderExtensions
|
||||||
|
{
|
||||||
|
public static IRepository<TEntity> Repository<TEntity>(this IServiceProvider serviceProvider)
|
||||||
|
{
|
||||||
|
return serviceProvider.GetRequiredService<IRepository<TEntity>>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
|
||||||
<Nullable>enable</Nullable>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
||||||
<PackAsTool>False</PackAsTool>
|
<PackAsTool>False</PackAsTool>
|
||||||
<PackageIcon>core_icon.png</PackageIcon>
|
<PackageIcon>core_icon.png</PackageIcon>
|
||||||
<Version>4.1.1</Version>
|
<Version>4.3.0</Version>
|
||||||
<AssemblyVersion>4.1.1</AssemblyVersion>
|
<AssemblyVersion>4.3.0</AssemblyVersion>
|
||||||
<FileVersion>4.1.1</FileVersion>
|
<FileVersion>4.3.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -42,19 +42,27 @@
|
|||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.5" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
||||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.5" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.5" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
142
DigitalData.Core.Abstractions/Factory.cs
Normal file
142
DigitalData.Core.Abstractions/Factory.cs
Normal file
@@ -0,0 +1,142 @@
|
|||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
using System.Collections;
|
||||||
|
#if NETFRAMEWORK
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace DigitalData.Core.Abstractions
|
||||||
|
{
|
||||||
|
public class Factory : IServiceProvider, IServiceCollection
|
||||||
|
{
|
||||||
|
public static readonly Factory Shared = new Factory();
|
||||||
|
|
||||||
|
private readonly IServiceCollection _serviceCollection = new ServiceCollection();
|
||||||
|
private readonly Lazy<IServiceProvider> _lazyServiceProvider;
|
||||||
|
|
||||||
|
private bool IsBuilt => _lazyServiceProvider.IsValueCreated;
|
||||||
|
|
||||||
|
private PostBuildBehavior _pbBehavior = PostBuildBehavior.ThrowException;
|
||||||
|
|
||||||
|
public Factory BehaveOnPostBuild(PostBuildBehavior postBuildBehavior)
|
||||||
|
{
|
||||||
|
_pbBehavior = postBuildBehavior;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Factory()
|
||||||
|
{
|
||||||
|
_lazyServiceProvider = new Lazy<IServiceProvider>(() => _serviceCollection.BuildServiceProvider());
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Service Provider
|
||||||
|
public object
|
||||||
|
#if NET
|
||||||
|
?
|
||||||
|
#endif
|
||||||
|
GetService(Type serviceType)
|
||||||
|
{
|
||||||
|
return _lazyServiceProvider.Value.GetService(serviceType);
|
||||||
|
}
|
||||||
|
|
||||||
|
public IServiceScopeFactory ScopeFactory => this.GetRequiredService<IServiceScopeFactory>();
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Service Collection
|
||||||
|
public int Count => _serviceCollection.Count;
|
||||||
|
|
||||||
|
public bool IsReadOnly => _serviceCollection.IsReadOnly;
|
||||||
|
|
||||||
|
public ServiceDescriptor this[int index]
|
||||||
|
{
|
||||||
|
get => _serviceCollection[index];
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return;
|
||||||
|
_serviceCollection[index] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public int IndexOf(ServiceDescriptor item)
|
||||||
|
{
|
||||||
|
return _serviceCollection.IndexOf(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Insert(int index, ServiceDescriptor item)
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return;
|
||||||
|
_serviceCollection.Insert(index, item);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void RemoveAt(int index)
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return;
|
||||||
|
_serviceCollection.RemoveAt(index);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Add(ServiceDescriptor item)
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return;
|
||||||
|
_serviceCollection.Add(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Clear()
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return;
|
||||||
|
_serviceCollection.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Contains(ServiceDescriptor item)
|
||||||
|
{
|
||||||
|
return _serviceCollection.Contains(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void CopyTo(ServiceDescriptor[] array, int arrayIndex)
|
||||||
|
{
|
||||||
|
_serviceCollection.CopyTo(array, arrayIndex);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Remove(ServiceDescriptor item)
|
||||||
|
{
|
||||||
|
if (EnsureBuilt())
|
||||||
|
return false;
|
||||||
|
return _serviceCollection.Remove(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
public IEnumerator<ServiceDescriptor> GetEnumerator()
|
||||||
|
{
|
||||||
|
return _serviceCollection.GetEnumerator();
|
||||||
|
}
|
||||||
|
|
||||||
|
IEnumerator IEnumerable.GetEnumerator()
|
||||||
|
{
|
||||||
|
return (_serviceCollection as IEnumerable).GetEnumerator();
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Helpers
|
||||||
|
private bool EnsureBuilt()
|
||||||
|
{
|
||||||
|
if (IsBuilt)
|
||||||
|
{
|
||||||
|
return _pbBehavior == PostBuildBehavior.ThrowException
|
||||||
|
? throw new InvalidOperationException("Service provider has already been built. No further service modifications are allowed.")
|
||||||
|
: true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum PostBuildBehavior
|
||||||
|
{
|
||||||
|
ThrowException,
|
||||||
|
Ignore
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -19,4 +19,13 @@ public class BadRequestException : Exception
|
|||||||
public BadRequestException(string? message) : base(message)
|
public BadRequestException(string? message) : base(message)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="BadRequestException"/> class with a specified error message and inner exception.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="message">The message that describes the error.</param>
|
||||||
|
/// <param name="innerException">The exception that caused the current exception.</param>
|
||||||
|
public BadRequestException(string? message, Exception? innerException) : base(message, innerException)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
||||||
<PackAsTool>False</PackAsTool>
|
<PackAsTool>False</PackAsTool>
|
||||||
<PackageIcon>core_icon.png</PackageIcon>
|
<PackageIcon>core_icon.png</PackageIcon>
|
||||||
<Version>1.1.0</Version>
|
<Version>1.1.1</Version>
|
||||||
<AssemblyVersion>1.1.0</AssemblyVersion>
|
<AssemblyVersion>1.1.1</AssemblyVersion>
|
||||||
<FileVersion>1.1.0</FileVersion>
|
<FileVersion>1.1.1</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
using AutoMapper;
|
using AutoMapper;
|
||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
using DigitalData.Core.Abstraction.Application.Repository;
|
||||||
using DigitalData.Core.Abstractions.Interfaces;
|
|
||||||
using DigitalData.Core.Infrastructure.Factory;
|
using DigitalData.Core.Infrastructure.Factory;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
|
using Microsoft.EntityFrameworkCore.Query;
|
||||||
#if NETFRAMEWORK
|
#if NETFRAMEWORK
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System;
|
using System;
|
||||||
@@ -13,14 +13,39 @@ using System.Threading.Tasks;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace DigitalData.Core.Infrastructure
|
namespace DigitalData.Core.Infrastructure
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public class DbRepository<TDbContext, TEntity> : IRepository<TEntity> where TDbContext : DbContext where TEntity : class
|
|
||||||
{
|
{
|
||||||
|
public class DbRepository<TDbContext> : IRepository where TDbContext : DbContext
|
||||||
|
{
|
||||||
|
protected internal readonly TDbContext Context;
|
||||||
|
|
||||||
|
public DbRepository(TDbContext context)
|
||||||
|
{
|
||||||
|
Context = context;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<int> ExecuteQueryRawAsync([NotParameterized] string sql, IEnumerable<object> parameters, CancellationToken cancel = default)
|
||||||
|
{
|
||||||
|
return Context.Database.ExecuteSqlRawAsync(sql, parameters, cancel);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<int> ExecuteQueryInterpolatedAsync(FormattableString sql, CancellationToken cancel = default)
|
||||||
|
{
|
||||||
|
return Context.Database.ExecuteSqlInterpolatedAsync(sql, cancel);
|
||||||
|
}
|
||||||
|
|
||||||
|
public int ExecuteQueryRaw([NotParameterized] string sql, params object[] parameters)
|
||||||
|
{
|
||||||
|
return Context.Database.ExecuteSqlRaw(sql, parameters);
|
||||||
|
}
|
||||||
|
|
||||||
|
public int ExecuteQueryInterpolated(FormattableString sql)
|
||||||
|
{
|
||||||
|
return Context.Database.ExecuteSqlInterpolated(sql);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class DbRepository<TDbContext, TEntity> : IRepository<TEntity> where TDbContext : DbContext where TEntity : class
|
||||||
|
{
|
||||||
protected internal readonly TDbContext Context;
|
protected internal readonly TDbContext Context;
|
||||||
|
|
||||||
protected internal readonly DbSet<TEntity> Entities;
|
protected internal readonly DbSet<TEntity> Entities;
|
||||||
@@ -73,6 +98,12 @@ public class DbRepository<TDbContext, TEntity> : IRepository<TEntity> where TDbC
|
|||||||
#endregion Create
|
#endregion Create
|
||||||
|
|
||||||
#region Read
|
#region Read
|
||||||
|
public virtual IQueryable<TEntity> Query => Entities.AsNoTracking();
|
||||||
|
|
||||||
|
public virtual IQueryable<TEntity> QueryRaw([NotParameterized] string sql, params object[] parameters) => Entities.FromSqlRaw(sql, parameters).AsNoTracking();
|
||||||
|
|
||||||
|
public virtual IQueryable<TEntity> QueryInterpolated([NotParameterized] FormattableString sql) => Entities.FromSqlInterpolated(sql).AsNoTracking();
|
||||||
|
|
||||||
public virtual IQueryable<TEntity> Where(Expression<Func<TEntity, bool>> expression) => Entities.AsNoTracking().Where(expression);
|
public virtual IQueryable<TEntity> Where(Expression<Func<TEntity, bool>> expression) => Entities.AsNoTracking().Where(expression);
|
||||||
|
|
||||||
public virtual IEnumerable<TEntity> GetAll() => Entities.AsNoTracking().ToList();
|
public virtual IEnumerable<TEntity> GetAll() => Entities.AsNoTracking().ToList();
|
||||||
@@ -83,22 +114,25 @@ public class DbRepository<TDbContext, TEntity> : IRepository<TEntity> where TDbC
|
|||||||
#region Update
|
#region Update
|
||||||
public virtual Task UpdateAsync<TDto>(TDto dto, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default) => UpdateAsync(dto, q => q.Where(expression), cancel);
|
public virtual Task UpdateAsync<TDto>(TDto dto, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default) => UpdateAsync(dto, q => q.Where(expression), cancel);
|
||||||
|
|
||||||
public virtual async Task UpdateAsync<TDto>(TDto dto, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default)
|
public virtual Task UpdateAsync<TDto>(TDto dto, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default)
|
||||||
|
=> UpdateAsync(entity => Mapper
|
||||||
|
#if NET
|
||||||
|
!
|
||||||
|
#endif
|
||||||
|
.Map(dto, entity), query, cancel);
|
||||||
|
|
||||||
|
public virtual async Task UpdateAsync(Action<TEntity> modification, Func<IQueryable<TEntity>, IQueryable<TEntity>> query, CancellationToken cancel = default)
|
||||||
{
|
{
|
||||||
var entities = await query(Entities).ToListAsync(cancel);
|
var entities = await query(Entities).ToListAsync(cancel);
|
||||||
|
|
||||||
for (int i = entities.Count - 1; i >= 0; i--)
|
for (int i = entities.Count - 1; i >= 0; i--)
|
||||||
{
|
modification.Invoke(entities[i]);
|
||||||
Mapper
|
|
||||||
#if NET
|
|
||||||
!
|
|
||||||
#endif
|
|
||||||
.Map(dto, entities[i]);
|
|
||||||
Entities.Update(entities[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
await Context.SaveChangesAsync(cancel);
|
await Context.SaveChangesAsync(cancel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public virtual Task UpdateAsync(Action<TEntity> modification, Expression<Func<TEntity, bool>> expression, CancellationToken cancel = default)
|
||||||
|
=> UpdateAsync(modification, q => q.Where(expression), cancel);
|
||||||
#endregion Update
|
#endregion Update
|
||||||
|
|
||||||
#region Delete
|
#region Delete
|
||||||
@@ -124,20 +158,5 @@ public class DbRepository<TDbContext, TEntity> : IRepository<TEntity> where TDbC
|
|||||||
[Obsolete("Use IRepository<TEntity>.Get")]
|
[Obsolete("Use IRepository<TEntity>.Get")]
|
||||||
public virtual IQueryable<TEntity> ReadOnly() => Entities.AsNoTracking();
|
public virtual IQueryable<TEntity> ReadOnly() => Entities.AsNoTracking();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
|
||||||
|
|
||||||
public class DbRepository : IRepository
|
|
||||||
{
|
|
||||||
private readonly IRepositoryFactory _factory;
|
|
||||||
|
|
||||||
public DbRepository(IRepositoryFactory factory)
|
|
||||||
{
|
|
||||||
_factory = factory;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public IRepository<TEntity> Entity<TEntity>() where TEntity : IEntity => _factory.Get<TEntity>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
@@ -11,14 +11,9 @@ using System.Linq;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace DigitalData.Core.Infrastructure
|
namespace DigitalData.Core.Infrastructure
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public static class DependencyInjection
|
|
||||||
{
|
{
|
||||||
|
public static class DependencyInjection
|
||||||
|
{
|
||||||
public static IServiceCollection AddDbRepository(this IServiceCollection services, Action<RepositoryConfiguration> options)
|
public static IServiceCollection AddDbRepository(this IServiceCollection services, Action<RepositoryConfiguration> options)
|
||||||
{
|
{
|
||||||
// register services from configuration
|
// register services from configuration
|
||||||
@@ -26,12 +21,6 @@ public static class DependencyInjection
|
|||||||
options.Invoke(cfg);
|
options.Invoke(cfg);
|
||||||
cfg.RegisterAllServices(services);
|
cfg.RegisterAllServices(services);
|
||||||
|
|
||||||
// register db repository
|
|
||||||
services.AddSingleton<IRepository, DbRepository>();
|
|
||||||
|
|
||||||
// register db repository factory
|
|
||||||
services.AddSingleton<IRepositoryFactory, DbRepositoryFactory>();
|
|
||||||
|
|
||||||
return services;
|
return services;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,6 +35,9 @@ public static class DependencyInjection
|
|||||||
// 3. register db set factories (can overwrite)
|
// 3. register db set factories (can overwrite)
|
||||||
private readonly Queue<Action<IServiceCollection>> RegsDbSetFactory = new Queue<Action<IServiceCollection>>();
|
private readonly Queue<Action<IServiceCollection>> RegsDbSetFactory = new Queue<Action<IServiceCollection>>();
|
||||||
|
|
||||||
|
// 4. register repository
|
||||||
|
private readonly Queue<Action<IServiceCollection>> RegsRepository = new Queue<Action<IServiceCollection>>();
|
||||||
|
|
||||||
internal void RegisterAllServices(IServiceCollection services)
|
internal void RegisterAllServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
// 1. register from assembly
|
// 1. register from assembly
|
||||||
@@ -56,6 +48,9 @@ public static class DependencyInjection
|
|||||||
|
|
||||||
// 3. register db set factories (can overwrite)
|
// 3. register db set factories (can overwrite)
|
||||||
RegsDbSetFactory.InvokeAll(services);
|
RegsDbSetFactory.InvokeAll(services);
|
||||||
|
|
||||||
|
// 4. register repository
|
||||||
|
RegsRepository.InvokeAll(services);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal RepositoryConfiguration() { }
|
internal RepositoryConfiguration() { }
|
||||||
@@ -119,6 +114,10 @@ public static class DependencyInjection
|
|||||||
where TDbContext : DbContext
|
where TDbContext : DbContext
|
||||||
where TEntity : class
|
where TEntity : class
|
||||||
=> RegsDbSetFactory.Enqueue(s => s.AddDbSetFactory(dbSetFactory));
|
=> RegsDbSetFactory.Enqueue(s => s.AddDbSetFactory(dbSetFactory));
|
||||||
|
|
||||||
|
public void RegisterDefaultRepository<TDbContext>()
|
||||||
|
where TDbContext : DbContext
|
||||||
|
=> RegsRepository.Enqueue(s => s.AddScoped<IRepository, DbRepository<TDbContext>>());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void InvokeAll<T>(this Queue<Action<T>> queue, T services)
|
private static void InvokeAll<T>(this Queue<Action<T>> queue, T services)
|
||||||
@@ -144,8 +143,5 @@ public static class DependencyInjection
|
|||||||
services.AddSingleton(_ => new DbSetFactory<TDbContext, TEntity>(create));
|
services.AddSingleton(_ => new DbSetFactory<TDbContext, TEntity>(create));
|
||||||
return services;
|
return services;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
}
|
||||||
#endif
|
}
|
||||||
@@ -13,9 +13,9 @@
|
|||||||
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
<RepositoryUrl>http://git.dd:3000/AppStd/WebCoreModules.git</RepositoryUrl>
|
||||||
<RepositoryType>digital data core abstractions clean architecture</RepositoryType>
|
<RepositoryType>digital data core abstractions clean architecture</RepositoryType>
|
||||||
<PackageTags>digital data core infrastructure clean architecture</PackageTags>
|
<PackageTags>digital data core infrastructure clean architecture</PackageTags>
|
||||||
<Version>2.4.3</Version>
|
<Version>2.6.1</Version>
|
||||||
<AssemblyVersion>2.4.3</AssemblyVersion>
|
<AssemblyVersion>2.6.1</AssemblyVersion>
|
||||||
<FileVersion>2.4.3</FileVersion>
|
<FileVersion>2.6.1</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -41,18 +41,22 @@
|
|||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.32" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.20" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.20" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.20" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.15" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
using System;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace DigitalData.Core.Infrastructure.Factory
|
|
||||||
#if NET
|
|
||||||
;
|
|
||||||
#elif NETFRAMEWORK
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public class DbRepositoryFactory : IRepositoryFactory
|
|
||||||
{
|
|
||||||
private readonly IServiceProvider _provider;
|
|
||||||
|
|
||||||
public DbRepositoryFactory(IServiceProvider provider)
|
|
||||||
{
|
|
||||||
_provider = provider;
|
|
||||||
}
|
|
||||||
|
|
||||||
public IRepository<TEntity> Get<TEntity>() => _provider.GetRequiredService<IRepository<TEntity>>();
|
|
||||||
}
|
|
||||||
|
|
||||||
#if NETFRAMEWORK
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
173
DigitalData.Core.Tests/Abstractions/FactoryTests.cs
Normal file
173
DigitalData.Core.Tests/Abstractions/FactoryTests.cs
Normal file
@@ -0,0 +1,173 @@
|
|||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
using DigitalData.Core.Abstractions;
|
||||||
|
|
||||||
|
namespace DigitalData.Core.Tests.Abstractions
|
||||||
|
{
|
||||||
|
[TestFixture]
|
||||||
|
public class FactoryTests
|
||||||
|
{
|
||||||
|
private Factory _factory;
|
||||||
|
|
||||||
|
[SetUp]
|
||||||
|
public void Setup()
|
||||||
|
{
|
||||||
|
_factory = new Factory();
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Add_ServiceDescriptor_ShouldIncreaseCount()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
var descriptor = ServiceDescriptor.Singleton(typeof(string), "test");
|
||||||
|
|
||||||
|
// Act
|
||||||
|
_factory.Add(descriptor);
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(_factory.Count, Is.EqualTo(1));
|
||||||
|
Assert.That(_factory.Contains(descriptor), Is.True);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Clear_ShouldRemoveAllServices()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "test"));
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(int), 42));
|
||||||
|
|
||||||
|
// Act
|
||||||
|
_factory.Clear();
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(_factory.Count, Is.EqualTo(0));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void GetService_ShouldReturnRegisteredInstance()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "Hello World"));
|
||||||
|
|
||||||
|
// Act
|
||||||
|
var result = _factory.GetService(typeof(string));
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(result, Is.EqualTo("Hello World"));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void GetService_UnregisteredType_ShouldReturnNull()
|
||||||
|
{
|
||||||
|
// Act
|
||||||
|
var result = _factory.GetService(typeof(int));
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(result, Is.Null);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void ModifyAfterBuild_ShouldThrowInvalidOperationException()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "x"));
|
||||||
|
var _ = _factory.GetService(typeof(string)); // trigger build
|
||||||
|
|
||||||
|
// Act & Assert
|
||||||
|
Assert.Throws<InvalidOperationException>(() => _factory.Add(ServiceDescriptor.Singleton(typeof(int), 1)));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Remove_ShouldWorkBeforeBuild()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
var descriptor = ServiceDescriptor.Singleton(typeof(string), "Test");
|
||||||
|
_factory.Add(descriptor);
|
||||||
|
|
||||||
|
// Act
|
||||||
|
var removed = _factory.Remove(descriptor);
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(removed, Is.True);
|
||||||
|
Assert.That(_factory.Count, Is.EqualTo(0));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Insert_ShouldInsertAtCorrectIndex()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
var d1 = ServiceDescriptor.Singleton(typeof(string), "A");
|
||||||
|
var d2 = ServiceDescriptor.Singleton(typeof(int), 1);
|
||||||
|
|
||||||
|
_factory.Add(d1);
|
||||||
|
_factory.Insert(0, d2);
|
||||||
|
|
||||||
|
// Act
|
||||||
|
var first = _factory[0];
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(first.ServiceType, Is.EqualTo(typeof(int)));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Enumerator_ShouldIterateOverServices()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "a"));
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(int), 5));
|
||||||
|
|
||||||
|
// Act
|
||||||
|
var list = _factory.ToList();
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(list.Count, Is.EqualTo(2));
|
||||||
|
Assert.That(list.Any(sd => sd.ServiceType == typeof(string)), Is.True);
|
||||||
|
Assert.That(list.Any(sd => sd.ServiceType == typeof(int)), Is.True);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void CopyTo_ShouldCopyElements()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "x"));
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(int), 10));
|
||||||
|
var array = new ServiceDescriptor[2];
|
||||||
|
|
||||||
|
// Act
|
||||||
|
_factory.CopyTo(array, 0);
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(array[0].ServiceType, Is.EqualTo(typeof(string)));
|
||||||
|
Assert.That(array[1].ServiceType, Is.EqualTo(typeof(int)));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void RemoveAt_ShouldRemoveItemAtIndex()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(string), "x"));
|
||||||
|
_factory.Add(ServiceDescriptor.Singleton(typeof(int), 5));
|
||||||
|
|
||||||
|
// Act
|
||||||
|
_factory.RemoveAt(0);
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(_factory.Count, Is.EqualTo(1));
|
||||||
|
Assert.That(_factory[0].ServiceType, Is.EqualTo(typeof(int)));
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Indexer_Set_ShouldReplaceItem()
|
||||||
|
{
|
||||||
|
// Arrange
|
||||||
|
var original = ServiceDescriptor.Singleton(typeof(string), "A");
|
||||||
|
var replacement = ServiceDescriptor.Singleton(typeof(string), "B");
|
||||||
|
_factory.Add(original);
|
||||||
|
|
||||||
|
// Act
|
||||||
|
_factory[0] = replacement;
|
||||||
|
|
||||||
|
// Assert
|
||||||
|
Assert.That(_factory[0], Is.EqualTo(replacement));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,115 +0,0 @@
|
|||||||
using DigitalData.Core.Tests.Mock;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
using Microsoft.Extensions.Hosting;
|
|
||||||
using System.Reflection;
|
|
||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
|
||||||
using DigitalData.Core.Infrastructure;
|
|
||||||
|
|
||||||
namespace DigitalData.Core.Tests.Infrastructure;
|
|
||||||
|
|
||||||
public class DbRepositoryTests
|
|
||||||
{
|
|
||||||
private IHost _host;
|
|
||||||
|
|
||||||
private IRepository Repo;
|
|
||||||
|
|
||||||
[SetUp]
|
|
||||||
public void Setup()
|
|
||||||
{
|
|
||||||
var builder = Host.CreateApplicationBuilder();
|
|
||||||
|
|
||||||
builder.Services.AddDbContext<MockDbContext>(opt => opt.UseInMemoryDatabase("MockDB"));
|
|
||||||
|
|
||||||
builder.Services.AddDbRepository(opt =>
|
|
||||||
{
|
|
||||||
opt.RegisterFromAssembly<MockDbContext>(typeof(User).Assembly);
|
|
||||||
});
|
|
||||||
|
|
||||||
builder.Services.AddAutoMapper(Assembly.GetExecutingAssembly());
|
|
||||||
|
|
||||||
_host = builder.Build();
|
|
||||||
|
|
||||||
Repo = _host.Services.GetRequiredService<IRepository>();
|
|
||||||
}
|
|
||||||
|
|
||||||
[TearDown]
|
|
||||||
public void TearDown()
|
|
||||||
{
|
|
||||||
if (_host is IDisposable disposableHost)
|
|
||||||
disposableHost.Dispose();
|
|
||||||
}
|
|
||||||
|
|
||||||
[TestCase(true, TestName = "WhenGivenMultipleUsers")]
|
|
||||||
[TestCase(false, TestName = "WhenGivenSingleUser")]
|
|
||||||
public void CreateAsync_ShouldNotThrow(bool multiple)
|
|
||||||
{
|
|
||||||
// Arrange
|
|
||||||
var faker = Fake.CreateUserFaker();
|
|
||||||
|
|
||||||
// Act & Assert
|
|
||||||
if (multiple)
|
|
||||||
Assert.DoesNotThrowAsync(async () => await Repo.CreateAsync(faker.Generate(Random.Shared.Next(1, 10))));
|
|
||||||
else
|
|
||||||
Assert.DoesNotThrowAsync(async () => await Repo.CreateAsync(faker.Generate()));
|
|
||||||
}
|
|
||||||
|
|
||||||
[TestCase(true, TestName = "WhenDtoUsed")]
|
|
||||||
[TestCase(false, TestName = "WhenEntityUsed")]
|
|
||||||
public async Task ReadAsync_ShouldReturnCreated(bool useDto)
|
|
||||||
{
|
|
||||||
// Act
|
|
||||||
var createdUser = useDto
|
|
||||||
? await Repo.CreateAsync<User, UserCreateDto>(Fake.UserCreateDto)
|
|
||||||
: await Repo.CreateAsync(Fake.User);
|
|
||||||
|
|
||||||
var readUser = await Repo.Where<User>(u => u.Id == createdUser.Id).FirstOrDefaultAsync();
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
Assert.Multiple(() =>
|
|
||||||
{
|
|
||||||
Assert.That(readUser, Is.Not.Null);
|
|
||||||
Assert.That(readUser, Is.EqualTo(createdUser));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test]
|
|
||||||
public async Task ReadAsync_ShouldReturnUpdated()
|
|
||||||
{
|
|
||||||
// Arrange
|
|
||||||
var createdUser = await Repo.CreateAsync<User, UserCreateDto>(Fake.UserCreateDto);
|
|
||||||
var userUpdateDto = new UserUpdateDto() { Age = 10, Email = "Bar", FirstName = "Foo" };
|
|
||||||
|
|
||||||
// Act
|
|
||||||
await Repo.UpdateAsync<User, UserUpdateDto>(userUpdateDto, u => u.Id == createdUser!.Id);
|
|
||||||
var upToDateUser = await Repo.Where<User>(u => u.Id == createdUser!.Id).FirstOrDefaultAsync();
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
Assert.Multiple(() =>
|
|
||||||
{
|
|
||||||
Assert.That(upToDateUser, Is.Not.Null);
|
|
||||||
Assert.That(upToDateUser?.FirstName, Is.EqualTo(userUpdateDto.FirstName));
|
|
||||||
Assert.That(upToDateUser?.Email, Is.EqualTo(userUpdateDto.Email));
|
|
||||||
Assert.That(upToDateUser?.Age, Is.EqualTo(userUpdateDto.Age));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test]
|
|
||||||
public async Task ReadAsync_ShouldNotReturnDeleted()
|
|
||||||
{
|
|
||||||
// Arrange
|
|
||||||
var createdUser = await Repo.CreateAsync<User, UserCreateDto>(Fake.UserCreateDto);
|
|
||||||
var readUser = await Repo.Where<User>(u => u.Id == createdUser.Id).FirstOrDefaultAsync();
|
|
||||||
|
|
||||||
// Act
|
|
||||||
await Repo.DeleteAsync<User>(u => u.Id == createdUser.Id);
|
|
||||||
var deletedUser = await Repo.Where<User>(u => u.Id == createdUser.Id).FirstOrDefaultAsync();
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
Assert.Multiple(() =>
|
|
||||||
{
|
|
||||||
Assert.That(readUser, Is.Not.Null);
|
|
||||||
Assert.That(deletedUser, Is.Null);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
using DigitalData.Core.Abstractions.Interfaces;
|
||||||
using System.ComponentModel.DataAnnotations.Schema;
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
|
|
||||||
namespace DigitalData.Core.Tests.Mock;
|
namespace DigitalData.Core.Tests.Mock;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
using DigitalData.Core.Abstractions.Interfaces;
|
||||||
|
|
||||||
namespace DigitalData.Core.Tests.Mock;
|
namespace DigitalData.Core.Tests.Mock;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
using DigitalData.Core.Abstractions.Interfaces;
|
||||||
|
|
||||||
namespace DigitalData.Core.Tests.Mock;
|
namespace DigitalData.Core.Tests.Mock;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using DigitalData.Core.Abstraction.Application.Repository;
|
using DigitalData.Core.Abstractions.Interfaces;
|
||||||
|
|
||||||
namespace DigitalData.Core.Tests.Mock;
|
namespace DigitalData.Core.Tests.Mock;
|
||||||
|
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalData.Core.Abstractio
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{E18417C2-D9F5-437A-9ED5-473DD6260066}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{E18417C2-D9F5-437A-9ED5-473DD6260066}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalData.Core.Abstraction.Repository", "DigitalData.Core.Abstraction.Repository\DigitalData.Core.Abstraction.Repository.csproj", "{07E36C52-C402-43D7-B8C5-0626D2B3E388}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -130,10 +128,6 @@ Global
|
|||||||
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Debug|Any CPU.Build.0 = Release|Any CPU
|
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||||
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Release|Any CPU.Build.0 = Release|Any CPU
|
{420C35A7-0EDE-4E2E-8500-484B57B0367A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{07E36C52-C402-43D7-B8C5-0626D2B3E388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{07E36C52-C402-43D7-B8C5-0626D2B3E388}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{07E36C52-C402-43D7-B8C5-0626D2B3E388}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{07E36C52-C402-43D7-B8C5-0626D2B3E388}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
@@ -160,7 +154,6 @@ Global
|
|||||||
{8C3AF25D-81D9-4651-90CA-BF0BD2A03EA7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
|
{8C3AF25D-81D9-4651-90CA-BF0BD2A03EA7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
|
||||||
{420C35A7-0EDE-4E2E-8500-484B57B0367A} = {E18417C2-D9F5-437A-9ED5-473DD6260066}
|
{420C35A7-0EDE-4E2E-8500-484B57B0367A} = {E18417C2-D9F5-437A-9ED5-473DD6260066}
|
||||||
{E18417C2-D9F5-437A-9ED5-473DD6260066} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
|
{E18417C2-D9F5-437A-9ED5-473DD6260066} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
|
||||||
{07E36C52-C402-43D7-B8C5-0626D2B3E388} = {41795B74-A757-4E93-B907-83BFF04EEE5C}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {8E2C3187-F848-493A-9E79-56D20DDCAC94}
|
SolutionGuid = {8E2C3187-F848-493A-9E79-56D20DDCAC94}
|
||||||
|
|||||||
Reference in New Issue
Block a user