Integration des Active Directory Controllers und Active Directory Service abgeschlossen.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.Contracts.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Contracts.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="DigitalData.Core.CleanArchitecture.Infrastructure">
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.CleanArchitecture.Infrastructure\bin\Debug\net7.0\DigitalData.Core.CleanArchitecture.Infrastructure.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DigitalData.Core.Contracts">
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.CleanArchitecture.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Contracts.dll</HintPath>
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Contracts.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DigitalData.Core.Infrastructure">
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Infrastructure.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
@@ -1,6 +1,6 @@
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace DigitalData.UserManager.Infrastructure.Repositories
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DigitalData.Core.CleanArchitecture.Infrastructure;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.UserManager.Domain.Entities;
|
||||
using DigitalData.UserManager.Infrastructure.Contracts;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,8 +12,8 @@
|
||||
"Microsoft.EntityFrameworkCore": "7.0.16",
|
||||
"Microsoft.EntityFrameworkCore.Design": "7.0.15",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.15",
|
||||
"DigitalData.Core.CleanArchitecture.Infrastructure": "1.0.0.0",
|
||||
"DigitalData.Core.Contracts": "1.0.0.0"
|
||||
"DigitalData.Core.Contracts": "1.0.0.0",
|
||||
"DigitalData.Core.Infrastructure": "1.0.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"DigitalData.UserManager.Infrastructure.dll": {}
|
||||
@@ -613,17 +613,25 @@
|
||||
"DigitalData.UserManager.Domain.dll": {}
|
||||
}
|
||||
},
|
||||
"DigitalData.Core.CleanArchitecture.Infrastructure/1.0.0.0": {
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Core.CleanArchitecture.Infrastructure.dll": {
|
||||
"DigitalData.Core.Contracts.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"DigitalData.Core.Infrastructure/1.0.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Core.Contracts.dll": {
|
||||
"DigitalData.Core.Infrastructure.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Core.Attributes/1.0.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Core.Attributes.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
@@ -1055,12 +1063,17 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Core.CleanArchitecture.Infrastructure/1.0.0.0": {
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"DigitalData.Core.Infrastructure/1.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Core.Attributes/1.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
1c4832fc81bf9eb8393b7bbf0518d551cbd4088e
|
||||
3762fd2f71f48bb9c7253fce1d192c36e1942d4f
|
||||
|
||||
@@ -36,9 +36,9 @@ E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infr
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\obj\Debug\net7.0\DigitalData.UserManager.Infrastructure.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\obj\Debug\net7.0\DigitalData.UserManager.Infrastructure.genruntimeconfig.cache
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\obj\Debug\net7.0\ref\DigitalData.UserManager.Infrastructure.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.CleanArchitecture.Infrastructure.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Contracts.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.CleanArchitecture.Infrastructure.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Contracts.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Infrastructure.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Attributes.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Infrastructure.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Infrastructure\bin\Debug\net7.0\DigitalData.Core.Attributes.pdb
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\tekh\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\tekh\\.nuget\\packages",
|
||||
"D:\\ProgramFiles\\DevExpress 21.2\\Components\\Offline Packages",
|
||||
"D:\\ProgramFiles\\DevExpress 22.1\\Components\\Offline Packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user