diff --git a/MiniSkeletonAPI.sln b/MiniSkeletonAPI.sln index 5e87833..67193c9 100644 --- a/MiniSkeletonAPI.sln +++ b/MiniSkeletonAPI.sln @@ -7,22 +7,23 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FDCD7C52-B43 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "core", "core", "{F54A3A88-80CB-4D9C-9ACD-A14A82876FAA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSkeletonAPI.Application", "src\core\MiniSkeletonAPI.Application\MiniSkeletonAPI.Application.csproj", "{ACB30A63-8B21-45E6-89D9-BE794FA492D2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniSkeletonAPI.Application", "src\core\MiniSkeletonAPI.Application\MiniSkeletonAPI.Application.csproj", "{ACB30A63-8B21-45E6-89D9-BE794FA492D2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSkeletonAPI.Domain", "src\core\MiniSkeletonAPI.Domain\MiniSkeletonAPI.Domain.csproj", "{11E7C90E-B5C9-4F64-BA12-DB7DBB4D4FB8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniSkeletonAPI.Domain", "src\core\MiniSkeletonAPI.Domain\MiniSkeletonAPI.Domain.csproj", "{11E7C90E-B5C9-4F64-BA12-DB7DBB4D4FB8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSkeletonAPI.Infrastructure", "src\MiniSkeletonAPI.Infrastructure\MiniSkeletonAPI.Infrastructure.csproj", "{A2AD3474-503B-436D-A521-CDB88E3C490A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniSkeletonAPI.Infrastructure", "src\MiniSkeletonAPI.Infrastructure\MiniSkeletonAPI.Infrastructure.csproj", "{A2AD3474-503B-436D-A521-CDB88E3C490A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSkeletonAPI.Presentation", "src\MiniSkeletonAPI.Presentation\MiniSkeletonAPI.Presentation.csproj", "{E02CEC6A-A021-4B66-8F10-B154943A359A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniSkeletonAPI.Presentation", "src\MiniSkeletonAPI.Presentation\MiniSkeletonAPI.Presentation.csproj", "{E02CEC6A-A021-4B66-8F10-B154943A359A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{41006457-5811-45A5-9144-FAFF70512FE9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.UnitTests", "tests\Application.UnitTests\Application.UnitTests.csproj", "{03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {ACB30A63-8B21-45E6-89D9-BE794FA492D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ACB30A63-8B21-45E6-89D9-BE794FA492D2}.Debug|Any CPU.Build.0 = Debug|Any CPU @@ -40,6 +41,13 @@ Global {E02CEC6A-A021-4B66-8F10-B154943A359A}.Debug|Any CPU.Build.0 = Debug|Any CPU {E02CEC6A-A021-4B66-8F10-B154943A359A}.Release|Any CPU.ActiveCfg = Release|Any CPU {E02CEC6A-A021-4B66-8F10-B154943A359A}.Release|Any CPU.Build.0 = Release|Any CPU + {03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {F54A3A88-80CB-4D9C-9ACD-A14A82876FAA} = {FDCD7C52-B43C-4CA4-9D30-7AB851951E39} @@ -47,5 +55,9 @@ Global {11E7C90E-B5C9-4F64-BA12-DB7DBB4D4FB8} = {F54A3A88-80CB-4D9C-9ACD-A14A82876FAA} {A2AD3474-503B-436D-A521-CDB88E3C490A} = {FDCD7C52-B43C-4CA4-9D30-7AB851951E39} {E02CEC6A-A021-4B66-8F10-B154943A359A} = {FDCD7C52-B43C-4CA4-9D30-7AB851951E39} + {03E0E04F-2D53-4D0E-82EC-2B5F2E8788EE} = {41006457-5811-45A5-9144-FAFF70512FE9} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E01C8518-F7D9-4E0A-8BD4-B4074354ACE5} EndGlobalSection EndGlobal diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll index 2f57af9..ddda636 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll differ diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb index e980a28..0e7efc7 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb differ diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll index 4aa227b..3843b4e 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll differ diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb index b9f0b7b..4370a99 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb differ diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll index 027bd7f..b11e81e 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll differ diff --git a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb index 7f61303..ef1fe92 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb and b/src/MiniSkeletonAPI.Infrastructure/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb differ diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfo.cs b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfo.cs index 547f727..fe26728 100644 --- a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfo.cs +++ b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MiniSkeletonAPI.Infrastructure")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23690cc6cfd1a2e53e900ac2af495188aec711a8")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4fe28dd538e8171d2267768910b48d50b27058cc")] [assembly: System.Reflection.AssemblyProductAttribute("MiniSkeletonAPI.Infrastructure")] [assembly: System.Reflection.AssemblyTitleAttribute("MiniSkeletonAPI.Infrastructure")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfoInputs.cache b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfoInputs.cache index 9696a4d..6ad5a49 100644 --- a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfoInputs.cache +++ b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.AssemblyInfoInputs.cache @@ -1 +1 @@ -9a141473a6c4e9e442c12a22fc8f244939166b7f21e146d0f8bac682dd56d497 +76fa272b0b9759409e6037a1576f3395c1aa5327652255618b02eea0c19596b0 diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.csproj.AssemblyReference.cache b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.csproj.AssemblyReference.cache index f1acb2c..4812765 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.csproj.AssemblyReference.cache and b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.csproj.AssemblyReference.cache differ diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll index 027bd7f..b11e81e 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll and b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll differ diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb index 7f61303..ef1fe92 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb and b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb differ diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.sourcelink.json b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.sourcelink.json index 183d5c6..e5de707 100644 --- a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.sourcelink.json +++ b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/MiniSkeletonAPI.Infrastructure.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/23690cc6cfd1a2e53e900ac2af495188aec711a8/*"}} \ No newline at end of file +{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/4fe28dd538e8171d2267768910b48d50b27058cc/*"}} \ No newline at end of file diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/ref/MiniSkeletonAPI.Infrastructure.dll b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/ref/MiniSkeletonAPI.Infrastructure.dll index d2ca9e4..6d7a27a 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/ref/MiniSkeletonAPI.Infrastructure.dll and b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/ref/MiniSkeletonAPI.Infrastructure.dll differ diff --git a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/refint/MiniSkeletonAPI.Infrastructure.dll b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/refint/MiniSkeletonAPI.Infrastructure.dll index d2ca9e4..6d7a27a 100644 Binary files a/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/refint/MiniSkeletonAPI.Infrastructure.dll and b/src/MiniSkeletonAPI.Infrastructure/obj/Debug/net8.0/refint/MiniSkeletonAPI.Infrastructure.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/Endpoints/TodoItems.cs b/src/MiniSkeletonAPI.Presentation/Endpoints/TodoItems.cs index ce91384..bf98d87 100644 --- a/src/MiniSkeletonAPI.Presentation/Endpoints/TodoItems.cs +++ b/src/MiniSkeletonAPI.Presentation/Endpoints/TodoItems.cs @@ -4,7 +4,7 @@ using MiniSkeletonAPI.Application.TodoItems.Commands.CreateTodoItem; using MiniSkeletonAPI.Application.TodoItems.Commands.DeleteTodoItem; using MiniSkeletonAPI.Application.TodoItems.Commands.UpdateTodoItem; using MiniSkeletonAPI.Application.TodoItems.Commands.UpdateTodoItemDetail; -using MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWIthPagination; +using MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWithPagination; using MiniSkeletonAPI.Infrastructure.Identity.Permission; using System.Text.Json; diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll index 2f57af9..ddda636 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb index e980a28..0e7efc7 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll index 4aa227b..3843b4e 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb index b9f0b7b..4370a99 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll index 027bd7f..b11e81e 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb index 7f61303..ef1fe92 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Infrastructure.pdb differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.dll b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.dll index d18943f..90f0e28 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.dll and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.exe b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.exe index 15fe685..37ae140 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.exe and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.exe differ diff --git a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb index 92817db..dbd3e91 100644 Binary files a/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb and b/src/MiniSkeletonAPI.Presentation/bin/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfo.cs b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfo.cs index 6d4dac0..5ccf649 100644 --- a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfo.cs +++ b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MiniSkeletonAPI.Presentation")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23690cc6cfd1a2e53e900ac2af495188aec711a8")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4fe28dd538e8171d2267768910b48d50b27058cc")] [assembly: System.Reflection.AssemblyProductAttribute("MiniSkeletonAPI.Presentation")] [assembly: System.Reflection.AssemblyTitleAttribute("MiniSkeletonAPI.Presentation")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfoInputs.cache b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfoInputs.cache index 1ebabbd..cb4135c 100644 --- a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfoInputs.cache +++ b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.AssemblyInfoInputs.cache @@ -1 +1 @@ -f11af4d06d5d5309d02728ceefe793f1eeac69aa03222dea09e3c730091b755d +d0e45940c0363d058861e8f9a2bbe5bc80bb85c3d42f570c749d4fe6efd22669 diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.csproj.AssemblyReference.cache b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.csproj.AssemblyReference.cache index cfddf92..e9c5595 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.csproj.AssemblyReference.cache and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.csproj.AssemblyReference.cache differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.dll b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.dll index d18943f..90f0e28 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.dll and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb index 92817db..dbd3e91 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.pdb differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.sourcelink.json b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.sourcelink.json index 183d5c6..e5de707 100644 --- a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.sourcelink.json +++ b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/MiniSkeletonAPI.Presentation.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/23690cc6cfd1a2e53e900ac2af495188aec711a8/*"}} \ No newline at end of file +{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/4fe28dd538e8171d2267768910b48d50b27058cc/*"}} \ No newline at end of file diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/apphost.exe b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/apphost.exe index 15fe685..37ae140 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/apphost.exe and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/apphost.exe differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/ref/MiniSkeletonAPI.Presentation.dll b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/ref/MiniSkeletonAPI.Presentation.dll index 843bdf3..19928c7 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/ref/MiniSkeletonAPI.Presentation.dll and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/ref/MiniSkeletonAPI.Presentation.dll differ diff --git a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/refint/MiniSkeletonAPI.Presentation.dll b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/refint/MiniSkeletonAPI.Presentation.dll index 843bdf3..19928c7 100644 Binary files a/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/refint/MiniSkeletonAPI.Presentation.dll and b/src/MiniSkeletonAPI.Presentation/obj/Debug/net8.0/refint/MiniSkeletonAPI.Presentation.dll differ diff --git a/src/core/MiniSkeletonAPI.Application/Common/Behaviours/LoggingBehaviour.cs b/src/core/MiniSkeletonAPI.Application/Common/Behaviours/LoggingBehaviour.cs index 3ab73c0..bc06c19 100644 --- a/src/core/MiniSkeletonAPI.Application/Common/Behaviours/LoggingBehaviour.cs +++ b/src/core/MiniSkeletonAPI.Application/Common/Behaviours/LoggingBehaviour.cs @@ -1,34 +1,34 @@ -//using CleanArchitecture.Application.Common.Interfaces; -//using MediatR.Pipeline; -//using Microsoft.Extensions.Logging; +using MiniSkeletonAPI.Application.Common.Interfaces; +using MediatR.Pipeline; +using Microsoft.Extensions.Logging; -//namespace MiniSkeletonAPI.Application.Common.Behaviours; +namespace MiniSkeletonAPI.Application.Common.Behaviours; -//public class LoggingBehaviour : IRequestPreProcessor where TRequest : notnull -//{ -// private readonly ILogger _logger; -// private readonly IUser _user; -// private readonly IIdentityService _identityService; +public class LoggingBehaviour : IRequestPreProcessor where TRequest : notnull +{ + private readonly ILogger _logger; + private readonly IUser _user; + private readonly IIdentityService _identityService; -// public LoggingBehaviour(ILogger logger, IUser user, IIdentityService identityService) -// { -// _logger = logger; -// _user = user; -// _identityService = identityService; -// } + public LoggingBehaviour(ILogger logger, IUser user, IIdentityService identityService) + { + _logger = logger; + _user = user; + _identityService = identityService; + } -// public async Task Process(TRequest request, CancellationToken cancellationToken) -// { -// var requestName = typeof(TRequest).Name; -// var userId = _user.Id ?? string.Empty; -// string? userName = string.Empty; + public async Task Process(TRequest request, CancellationToken cancellationToken) + { + var requestName = typeof(TRequest).Name; + var userId = _user.Id ?? string.Empty; + string? userName = string.Empty; -// if (!string.IsNullOrEmpty(userId)) -// { -// userName = await _identityService.GetUserNameAsync(userId); -// } + if (!string.IsNullOrEmpty(userId)) + { + userName = await _identityService.GetUserNameAsync(userId); + } -// _logger.LogInformation("CleanArchitecture Request: {Name} {@UserId} {@UserName} {@Request}", -// requestName, userId, userName, request); -// } -//} + _logger.LogInformation("MiniSkeleton Request: {Name} {@UserId} {@UserName} {@Request}", + requestName, userId, userName, request); + } +} diff --git a/src/core/MiniSkeletonAPI.Application/Common/Models/LookupDto.cs b/src/core/MiniSkeletonAPI.Application/Common/Models/LookupDto.cs index 04eaf51..105f749 100644 --- a/src/core/MiniSkeletonAPI.Application/Common/Models/LookupDto.cs +++ b/src/core/MiniSkeletonAPI.Application/Common/Models/LookupDto.cs @@ -4,7 +4,7 @@ namespace MiniSkeletonAPI.Application.Common.Models; public class LookupDto { - public int Id { get; init; } + public Guid Id { get; init; } public string? Title { get; init; } diff --git a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPagination.cs b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPagination.cs index ac73f27..b7b38f1 100644 --- a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPagination.cs +++ b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPagination.cs @@ -3,7 +3,7 @@ using MiniSkeletonAPI.Application.Common.Interfaces; using MiniSkeletonAPI.Application.Common.Mappings; using MiniSkeletonAPI.Application.Common.Models; -namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWIthPagination; +namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWithPagination; public record GetTodoItemsWithPaginationQuery : IRequest> { diff --git a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPaginationQueryValidator.cs b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPaginationQueryValidator.cs index 1b47cb3..6f58576 100644 --- a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPaginationQueryValidator.cs +++ b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/GetTodoItemsWithPaginationQueryValidator.cs @@ -1,4 +1,4 @@ -namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWIthPagination; +namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWithPagination; public class GetTodoItemsWithPaginationQueryValidator : AbstractValidator { diff --git a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/TodoItemBriefDto.cs b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/TodoItemBriefDto.cs index 3574652..ad5b294 100644 --- a/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/TodoItemBriefDto.cs +++ b/src/core/MiniSkeletonAPI.Application/TodoItems/Queries/GetTodoItemsWithPagination/TodoItemBriefDto.cs @@ -1,6 +1,6 @@ using MiniSkeletonAPI.Domain.Entities; -namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWIthPagination; +namespace MiniSkeletonAPI.Application.TodoItems.Queries.GetTodoItemsWithPagination; public class TodoItemBriefDto { diff --git a/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/GetTodos.cs b/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/GetTodos.cs index baddd3c..323cd05 100644 --- a/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/GetTodos.cs +++ b/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/GetTodos.cs @@ -24,7 +24,7 @@ public class GetTodosQueryHandler : IRequestHandler { PriorityLevels = Enum.GetValues(typeof(PriorityLevel)) .Cast() - .Select(p => new LookupDto { Id = (int)p, Title = p.ToString() }) + .Select(p => new LookupDto { Id = Guid.Parse(p.ToString()), Title = p.ToString() }) .ToList(), Lists = await _context.TodoLists diff --git a/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/TodoListDto.cs b/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/TodoListDto.cs index e083007..5cca437 100644 --- a/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/TodoListDto.cs +++ b/src/core/MiniSkeletonAPI.Application/TodoLists/Queries/GetTodos/TodoListDto.cs @@ -13,8 +13,6 @@ public class TodoListDto public string? Title { get; init; } - public string? Colour { get; init; } - public IReadOnlyCollection Items { get; init; } private class Mapping : Profile diff --git a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll index 2f57af9..ddda636 100644 Binary files a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll and b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.dll differ diff --git a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb index e980a28..0e7efc7 100644 Binary files a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb and b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Application.pdb differ diff --git a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll index 4aa227b..3843b4e 100644 Binary files a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll and b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll differ diff --git a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb index b9f0b7b..4370a99 100644 Binary files a/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb and b/src/core/MiniSkeletonAPI.Application/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb differ diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfo.cs b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfo.cs index 8d01f80..8995ca5 100644 --- a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfo.cs +++ b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MiniSkeletonAPI.Application")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23690cc6cfd1a2e53e900ac2af495188aec711a8")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4fe28dd538e8171d2267768910b48d50b27058cc")] [assembly: System.Reflection.AssemblyProductAttribute("MiniSkeletonAPI.Application")] [assembly: System.Reflection.AssemblyTitleAttribute("MiniSkeletonAPI.Application")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfoInputs.cache b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfoInputs.cache index 2a7472d..63d3ec0 100644 --- a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfoInputs.cache +++ b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.AssemblyInfoInputs.cache @@ -1 +1 @@ -53ba1e480d5d8dbf354c004c983300e958e0198cacba93222777114b65ee07f3 +fee578d4b2bc5394e11bd4098c11f113637d82e2558a62936136520fd3139202 diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.csproj.AssemblyReference.cache b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.csproj.AssemblyReference.cache index e5c59db..637b23a 100644 Binary files a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.csproj.AssemblyReference.cache and b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.csproj.AssemblyReference.cache differ diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.dll b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.dll index 2f57af9..ddda636 100644 Binary files a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.dll and b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.dll differ diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.pdb b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.pdb index e980a28..0e7efc7 100644 Binary files a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.pdb and b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.pdb differ diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.sourcelink.json b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.sourcelink.json index 183d5c6..e5de707 100644 --- a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.sourcelink.json +++ b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/MiniSkeletonAPI.Application.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/23690cc6cfd1a2e53e900ac2af495188aec711a8/*"}} \ No newline at end of file +{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/4fe28dd538e8171d2267768910b48d50b27058cc/*"}} \ No newline at end of file diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/ref/MiniSkeletonAPI.Application.dll b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/ref/MiniSkeletonAPI.Application.dll index 2c8e30a..bbbb560 100644 Binary files a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/ref/MiniSkeletonAPI.Application.dll and b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/ref/MiniSkeletonAPI.Application.dll differ diff --git a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/refint/MiniSkeletonAPI.Application.dll b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/refint/MiniSkeletonAPI.Application.dll index 2c8e30a..bbbb560 100644 Binary files a/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/refint/MiniSkeletonAPI.Application.dll and b/src/core/MiniSkeletonAPI.Application/obj/Debug/net8.0/refint/MiniSkeletonAPI.Application.dll differ diff --git a/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll b/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll index 4aa227b..3843b4e 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll and b/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.dll differ diff --git a/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb b/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb index b9f0b7b..4370a99 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb and b/src/core/MiniSkeletonAPI.Domain/bin/Debug/net8.0/MiniSkeletonAPI.Domain.pdb differ diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfo.cs b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfo.cs index 753743c..6d0f394 100644 --- a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfo.cs +++ b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MiniSkeletonAPI.Domain")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+23690cc6cfd1a2e53e900ac2af495188aec711a8")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4fe28dd538e8171d2267768910b48d50b27058cc")] [assembly: System.Reflection.AssemblyProductAttribute("MiniSkeletonAPI.Domain")] [assembly: System.Reflection.AssemblyTitleAttribute("MiniSkeletonAPI.Domain")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfoInputs.cache b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfoInputs.cache index 680f248..4ca1567 100644 --- a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfoInputs.cache +++ b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.AssemblyInfoInputs.cache @@ -1 +1 @@ -4418b0950f3ef09ec3f06b452024f2dd7e5a0c75243d055cff5e26f1b57e92bd +0ec0d8997e090059f6fd73b36aba7a31adf6ab5dbd0a2b513d4a7f8111bc50b2 diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.dll b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.dll index 4aa227b..3843b4e 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.dll and b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.dll differ diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.pdb b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.pdb index b9f0b7b..4370a99 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.pdb and b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.pdb differ diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.sourcelink.json b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.sourcelink.json index 183d5c6..e5de707 100644 --- a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.sourcelink.json +++ b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/MiniSkeletonAPI.Domain.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/23690cc6cfd1a2e53e900ac2af495188aec711a8/*"}} \ No newline at end of file +{"documents":{"D:\\DevPT3\\MiniSkeletonAPI\\*":"https://raw.githubusercontent.com/fa0xh1/MinimalAPIAsp/4fe28dd538e8171d2267768910b48d50b27058cc/*"}} \ No newline at end of file diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/ref/MiniSkeletonAPI.Domain.dll b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/ref/MiniSkeletonAPI.Domain.dll index 487cbc0..b083c66 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/ref/MiniSkeletonAPI.Domain.dll and b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/ref/MiniSkeletonAPI.Domain.dll differ diff --git a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/refint/MiniSkeletonAPI.Domain.dll b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/refint/MiniSkeletonAPI.Domain.dll index 487cbc0..b083c66 100644 Binary files a/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/refint/MiniSkeletonAPI.Domain.dll and b/src/core/MiniSkeletonAPI.Domain/obj/Debug/net8.0/refint/MiniSkeletonAPI.Domain.dll differ