Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 31 additions & 1 deletion Orion.Microservices.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.External.PaymentGatew
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.OcelotApiGw", "src\ApiGateways\OcelotApiGw\Orion.OcelotApiGw.csproj", "{DFD782C4-D4D8-4E13-8029-72F3EED09102}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Shopping.Aggregator", "src\ApiGateways\Shopping.Aggregator\Orion.Shopping.Aggregator.csproj", "{90B33A44-CB57-4CD4-956B-1A9F8DCD979F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Aggregator", "src\ApiGateways\Shopping.Aggregator\Orion.Aggregator.csproj", "{90B33A44-CB57-4CD4-956B-1A9F8DCD979F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Common.Logging", "src\Infrastructure\Common.Logging\Orion.Common.Logging.csproj", "{72F38197-E970-47CD-A1CB-DC27CE75DF91}"
EndProject
Expand Down Expand Up @@ -106,6 +106,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dashboard", "Dashboard", "{
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion.API.Dashboard", "src\API\Orion.API.Dashboard\Orion.API.Dashboard.csproj", "{7ED29E22-56F4-46F5-B8DA-DDDDD27429BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Orion", "Orion", "{FDB825A6-F6BC-43FE-8A24-6F1D52A2F0F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion", "src\Orion\Orion.csproj", "{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion.Api", "src\Orion.Api\Orion.Api.csproj", "{810A14E4-DC1D-465F-800A-F62134E26973}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion.Shared", "src\Shared\Orion.Shared.csproj", "{2EA7838B-2C0E-414B-8C82-64B43B6A1E58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion.Idp", "src\Orion.Idp\Orion.Idp.csproj", "{95C127E3-7B72-4C4B-9186-19FEEE56F71B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -224,6 +234,22 @@ Global
{7ED29E22-56F4-46F5-B8DA-DDDDD27429BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ED29E22-56F4-46F5-B8DA-DDDDD27429BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ED29E22-56F4-46F5-B8DA-DDDDD27429BF}.Release|Any CPU.Build.0 = Release|Any CPU
{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2}.Release|Any CPU.Build.0 = Release|Any CPU
{810A14E4-DC1D-465F-800A-F62134E26973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{810A14E4-DC1D-465F-800A-F62134E26973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{810A14E4-DC1D-465F-800A-F62134E26973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{810A14E4-DC1D-465F-800A-F62134E26973}.Release|Any CPU.Build.0 = Release|Any CPU
{2EA7838B-2C0E-414B-8C82-64B43B6A1E58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EA7838B-2C0E-414B-8C82-64B43B6A1E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EA7838B-2C0E-414B-8C82-64B43B6A1E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EA7838B-2C0E-414B-8C82-64B43B6A1E58}.Release|Any CPU.Build.0 = Release|Any CPU
{95C127E3-7B72-4C4B-9186-19FEEE56F71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95C127E3-7B72-4C4B-9186-19FEEE56F71B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95C127E3-7B72-4C4B-9186-19FEEE56F71B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95C127E3-7B72-4C4B-9186-19FEEE56F71B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -269,6 +295,10 @@ Global
{23DED924-8290-4629-ACF7-7E698B322099} = {17C1F1E6-0B21-4C0C-9985-182D762975CA}
{2CD177CA-0083-4D93-94F8-6D800C2721CE} = {9EB5AA97-4ABD-4608-8EBE-06BF0CC8D23D}
{7ED29E22-56F4-46F5-B8DA-DDDDD27429BF} = {2CD177CA-0083-4D93-94F8-6D800C2721CE}
{6199DF6F-6046-4950-8EF4-ACBED7A5F2E2} = {FDB825A6-F6BC-43FE-8A24-6F1D52A2F0F2}
{810A14E4-DC1D-465F-800A-F62134E26973} = {FDB825A6-F6BC-43FE-8A24-6F1D52A2F0F2}
{2EA7838B-2C0E-414B-8C82-64B43B6A1E58} = {FDB825A6-F6BC-43FE-8A24-6F1D52A2F0F2}
{95C127E3-7B72-4C4B-9186-19FEEE56F71B} = {FDB825A6-F6BC-43FE-8A24-6F1D52A2F0F2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFC31B86-B732-491F-9E63-995F435D6ED6}
Expand Down
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,39 @@ This project is developed in C# 13, .NET 9, EF Core 9.0.8, PostgresSQL 17 and ma
Project Summary
Orion is an E-Commerce application for a virtual shoe store. We manufacture shoes end to end, sell, customise and deliver to the customer.

## Services
## End-Points
-Orion.OcelotApiGw : http://localhost:9000

-Orion.External.PaymentGateway : http://localhost:9001

-Orion.OcelotApiGw : http://localhost:9000
-Orion.Aggregator : http://localhost:9002

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.UserProfileManagement : http://localhost:9003

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.TradingEconomics.API : http://localhost:9004

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.Sales : http://localhost:9006

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.Purchasing : http://localhost:9007

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.HumanResources : http://localhost:9008

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.Production : http://localhost:9009

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.Person : http://localhost:9010

-Orion.OcelotApiGw : http://localhost:9000
-Orion.API.ErrorLog : http://localhost:9011

-Orion.API.BuildVersion : http://localhost:9012

-Orion.API.Dashboard : http://localhost:9013

-Orion.API.DatabaseLog : http://localhost:9014

-Orion.API.Apps : http://localhost:9015

## WebApps

-Orion.WebApps.HealthCheckUI : http://localhost:9016

-Orion.WebApps.TradingEconomics : http://localhost:9017
2 changes: 1 addition & 1 deletion src/API/Orion.API.Apps/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:9007",
"applicationUrl": "http://localhost:9015",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Binary file modified src/API/Orion.API.Apps/bin/Debug/net9.0/Orion.API.Apps.dll
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/bin/Debug/net9.0/Orion.API.Apps.exe
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/bin/Debug/net9.0/Orion.API.Apps.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/bin/Debug/net9.0/Orion.Domain.dll
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/bin/Debug/net9.0/Orion.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Orion.API.Apps")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6400744b21c1a659c0b66d5a699c0127cbdef5f9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+28fb26a9c1c5a9f982af3a5861abc5269609696d")]
[assembly: System.Reflection.AssemblyProductAttribute("Orion.API.Apps")]
[assembly: System.Reflection.AssemblyTitleAttribute("Orion.API.Apps")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c17387c7d515feb234daf087e3f30b7cdf3fcba48acb83f68734eb2f6202abe2
9c779caf6453172544f24218b241beeb9a7a499ce9809b61cbb9f3f52430f1f0
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/obj/Debug/net9.0/Orion.API.Apps.dll
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/obj/Debug/net9.0/Orion.API.Apps.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/6400744b21c1a659c0b66d5a699c0127cbdef5f9/*"}}
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/1737ea0bd25342307a605f559fecfe37e8e1b4d0/*"}}
Binary file modified src/API/Orion.API.Apps/obj/Debug/net9.0/apphost.exe
Binary file not shown.
Binary file modified src/API/Orion.API.Apps/obj/Debug/net9.0/ref/Orion.API.Apps.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"mD608NN118y3oA8clKckNbLLMfmFVTzogA/trdLd8nI=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["IXzAOI9Z4\u002BwfyBKRbipyKv4p0foww5wj7PLIYZRqQY0=","18R9BBcTqZZUburJWFiNpEfeZy\u002BcnMLqLW339WYKNxg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","mpHiLmjuJyjjdx1rrTUVhnbBf/9MHzrD53zLj71Pai8=","8ezSf0PTNkNuyb8fhshEWv9YEYD8EAx1ln5p\u002BEhi/8E=","Ad2IIV5MHtL138MO01w\u002B3bpgE3GuZi2xAc7VOndYJY0=","4bpLKzLJpQ4dSAaVOwa6cduTJqXpIhUgw0WKi97j8D4="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"mD608NN118y3oA8clKckNbLLMfmFVTzogA/trdLd8nI=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["IXzAOI9Z4\u002BwfyBKRbipyKv4p0foww5wj7PLIYZRqQY0=","18R9BBcTqZZUburJWFiNpEfeZy\u002BcnMLqLW339WYKNxg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","mpHiLmjuJyjjdx1rrTUVhnbBf/9MHzrD53zLj71Pai8=","8ezSf0PTNkNuyb8fhshEWv9YEYD8EAx1ln5p\u002BEhi/8E=","Zq/tsmlHd\u002BMU00KYa7zWpvMQnbyw/i8nb8D3t8XdnMQ=","GfPRSJe\u002BI5aOQvu9ywoKL3rF0AAAvjKDlidMRN6XbtQ="],"CachedAssets":{},"CachedCopyCandidates":{}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"J/9nnM9pyglJUk3+eTUq7/nKBl6WGaUWCmGYGQftckM=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["IXzAOI9Z4\u002BwfyBKRbipyKv4p0foww5wj7PLIYZRqQY0=","18R9BBcTqZZUburJWFiNpEfeZy\u002BcnMLqLW339WYKNxg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","mpHiLmjuJyjjdx1rrTUVhnbBf/9MHzrD53zLj71Pai8=","8ezSf0PTNkNuyb8fhshEWv9YEYD8EAx1ln5p\u002BEhi/8E=","Ad2IIV5MHtL138MO01w\u002B3bpgE3GuZi2xAc7VOndYJY0=","4bpLKzLJpQ4dSAaVOwa6cduTJqXpIhUgw0WKi97j8D4="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"J/9nnM9pyglJUk3+eTUq7/nKBl6WGaUWCmGYGQftckM=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["IXzAOI9Z4\u002BwfyBKRbipyKv4p0foww5wj7PLIYZRqQY0=","18R9BBcTqZZUburJWFiNpEfeZy\u002BcnMLqLW339WYKNxg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","mpHiLmjuJyjjdx1rrTUVhnbBf/9MHzrD53zLj71Pai8=","8ezSf0PTNkNuyb8fhshEWv9YEYD8EAx1ln5p\u002BEhi/8E=","Zq/tsmlHd\u002BMU00KYa7zWpvMQnbyw/i8nb8D3t8XdnMQ=","GfPRSJe\u002BI5aOQvu9ywoKL3rF0AAAvjKDlidMRN6XbtQ="],"CachedAssets":{},"CachedCopyCandidates":{}}
2 changes: 1 addition & 1 deletion src/API/Orion.API.Apps/obj/rider.project.model.nuget.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605973174449
17596953004304568
2 changes: 1 addition & 1 deletion src/API/Orion.API.Apps/obj/rider.project.restore.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605973174449
17596953004304568
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:9005"
"applicationUrl": "http://localhost:9012"
}
}
}
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 modified src/API/Orion.API.BuildVersion/bin/Debug/net9.0/Orion.Domain.dll
Binary file not shown.
Binary file modified src/API/Orion.API.BuildVersion/bin/Debug/net9.0/Orion.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Orion.API.BuildVersion")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6400744b21c1a659c0b66d5a699c0127cbdef5f9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+28fb26a9c1c5a9f982af3a5861abc5269609696d")]
[assembly: System.Reflection.AssemblyProductAttribute("Orion.API.BuildVersion")]
[assembly: System.Reflection.AssemblyTitleAttribute("Orion.API.BuildVersion")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f986cd0d37088adbf3f2bcbbead278b29c28caf8f146a1e4ae048048334561d6
a7a0b45dbcee2f3fc84fb4602788537ce238780d9e602635ee1a05cebf674857
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/6400744b21c1a659c0b66d5a699c0127cbdef5f9/*"}}
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/1737ea0bd25342307a605f559fecfe37e8e1b4d0/*"}}
Binary file modified src/API/Orion.API.BuildVersion/obj/Debug/net9.0/apphost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"FKYo8lNwCAph5L2Wqd9Q6aJqBTaiXOEtfdTUscP6RJg=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JW6cZKnE17Emu8ujFcSsQ6A2Fnb\u002BcxtlGCM1usq/AMg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","O53hc3\u002B/Ypuv6IJQK6hG9x54eaXvQlOEpkPO03mRzvE=","z1ZOaAX0trElBzDexk4YulU9GLo6t1AxQfPaBBH3xWw=","2rLSdQ5g76ShbjPIOBGxnVxqvqxBVlM39pdcJVB\u002BOJY=","qZs74Iv/2sWI2Z\u002B5EXce5QOfPhbXuAfWfdTgnDjWLQA=","b9ppestFR3oalYpSalrGCe7fYbPf8q/XjA4Gyb0flss="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"FKYo8lNwCAph5L2Wqd9Q6aJqBTaiXOEtfdTUscP6RJg=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JW6cZKnE17Emu8ujFcSsQ6A2Fnb\u002BcxtlGCM1usq/AMg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","O53hc3\u002B/Ypuv6IJQK6hG9x54eaXvQlOEpkPO03mRzvE=","z1ZOaAX0trElBzDexk4YulU9GLo6t1AxQfPaBBH3xWw=","2rLSdQ5g76ShbjPIOBGxnVxqvqxBVlM39pdcJVB\u002BOJY=","yLBn69MrzOPoiIm1dWHw0RzzqpXDlR\u002Bulp00lxr9GyE=","YLSioT4dZ2U6f2p9d2go2Zqct4I0yLFrRv2jshavEDw="],"CachedAssets":{},"CachedCopyCandidates":{}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"rgkiVPjX/kjpCYSpHjwXn0kzuy+1SJ9bMVseupNLYjE=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JW6cZKnE17Emu8ujFcSsQ6A2Fnb\u002BcxtlGCM1usq/AMg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","O53hc3\u002B/Ypuv6IJQK6hG9x54eaXvQlOEpkPO03mRzvE=","z1ZOaAX0trElBzDexk4YulU9GLo6t1AxQfPaBBH3xWw=","2rLSdQ5g76ShbjPIOBGxnVxqvqxBVlM39pdcJVB\u002BOJY=","qZs74Iv/2sWI2Z\u002B5EXce5QOfPhbXuAfWfdTgnDjWLQA=","b9ppestFR3oalYpSalrGCe7fYbPf8q/XjA4Gyb0flss="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"rgkiVPjX/kjpCYSpHjwXn0kzuy+1SJ9bMVseupNLYjE=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["JW6cZKnE17Emu8ujFcSsQ6A2Fnb\u002BcxtlGCM1usq/AMg=","BB3XbYqsOv/wEPdYKfcqwBg/nnIgjS1U4tHbZ/kG9XU=","O53hc3\u002B/Ypuv6IJQK6hG9x54eaXvQlOEpkPO03mRzvE=","z1ZOaAX0trElBzDexk4YulU9GLo6t1AxQfPaBBH3xWw=","2rLSdQ5g76ShbjPIOBGxnVxqvqxBVlM39pdcJVB\u002BOJY=","yLBn69MrzOPoiIm1dWHw0RzzqpXDlR\u002Bulp00lxr9GyE=","YLSioT4dZ2U6f2p9d2go2Zqct4I0yLFrRv2jshavEDw="],"CachedAssets":{},"CachedCopyCandidates":{}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605971580025
17596953004159128
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605971580025
17596953004159128
4 changes: 2 additions & 2 deletions src/API/Orion.API.Dashboard/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"profiles": {
"Orion.API.HumanResources": {
"Orion.API.Dashboard": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:9100"
"applicationUrl": "http://localhost:9013"
}
}
}
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 modified src/API/Orion.API.Dashboard/bin/Debug/net9.0/Orion.Domain.dll
Binary file not shown.
Binary file modified src/API/Orion.API.Dashboard/bin/Debug/net9.0/Orion.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Orion.API.Dashboard")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6400744b21c1a659c0b66d5a699c0127cbdef5f9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+28fb26a9c1c5a9f982af3a5861abc5269609696d")]
[assembly: System.Reflection.AssemblyProductAttribute("Orion.API.Dashboard")]
[assembly: System.Reflection.AssemblyTitleAttribute("Orion.API.Dashboard")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a7b78611b60f901b23219e05140701c7e7b25376a72844ff36f62dcff6d702da
a65db0e5f7be4960791b79900c6979dc3b38d9c19edfd03a52df0e7003aac38b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/6400744b21c1a659c0b66d5a699c0127cbdef5f9/*"}}
{"documents":{"C:\\x\\RealWorld\\Orion.Microservices.NET\\*":"https://raw.githubusercontent.com/EdCharlesDiesel/Orion.Microservices.NET/1737ea0bd25342307a605f559fecfe37e8e1b4d0/*"}}
Binary file modified src/API/Orion.API.Dashboard/obj/Debug/net9.0/apphost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"+r3/3OMjgCk8jdLXwbR0u/N6BMci4Ox0P+z9tAWwoQ4=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["7hsJ0Pqq2oGGzniDdRHc3TxGFvsNKWOchi5E\u002BAK4Sos=","fHnerIwBCJnnUgcSUFfjTV32T8btHtdroa8i3QMn5\u002Bw=","ZuVrvBprAXh1nvj6VX3g6vi2QVFSmsJFQ2AzcKd5WRI=","XQTa0fu/Lf35r6E6FXuZOfgL42bg67sinyPpb87M\u002BdA=","Ju3xYIxBQT9KOqUBo82EUBGWcdRFMeQtRX8hBqck7DM=","IIvPJVFsthsWQSkoiRsKNw6\u002B2NlvNgv7V8NjaXuPlBw="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"+r3/3OMjgCk8jdLXwbR0u/N6BMci4Ox0P+z9tAWwoQ4=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["7hsJ0Pqq2oGGzniDdRHc3TxGFvsNKWOchi5E\u002BAK4Sos=","fHnerIwBCJnnUgcSUFfjTV32T8btHtdroa8i3QMn5\u002Bw=","ZuVrvBprAXh1nvj6VX3g6vi2QVFSmsJFQ2AzcKd5WRI=","XQTa0fu/Lf35r6E6FXuZOfgL42bg67sinyPpb87M\u002BdA=","dPmkSBSUHSgMxHsBf5S/cVJpwNO2dF7byk27UcNMg64=","01njZ3/4k/z2kBzV2b5Msc4/Q10Ntb0OSsEvMMZYogk="],"CachedAssets":{},"CachedCopyCandidates":{}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GlobalPropertiesHash":"XtjXeBzEsSP95VC6XPV+M4AX6QLq3v+REM/3+OY2pgs=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["7hsJ0Pqq2oGGzniDdRHc3TxGFvsNKWOchi5E\u002BAK4Sos=","fHnerIwBCJnnUgcSUFfjTV32T8btHtdroa8i3QMn5\u002Bw=","ZuVrvBprAXh1nvj6VX3g6vi2QVFSmsJFQ2AzcKd5WRI=","XQTa0fu/Lf35r6E6FXuZOfgL42bg67sinyPpb87M\u002BdA=","Ju3xYIxBQT9KOqUBo82EUBGWcdRFMeQtRX8hBqck7DM=","IIvPJVFsthsWQSkoiRsKNw6\u002B2NlvNgv7V8NjaXuPlBw="],"CachedAssets":{},"CachedCopyCandidates":{}}
{"GlobalPropertiesHash":"XtjXeBzEsSP95VC6XPV+M4AX6QLq3v+REM/3+OY2pgs=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["7hsJ0Pqq2oGGzniDdRHc3TxGFvsNKWOchi5E\u002BAK4Sos=","fHnerIwBCJnnUgcSUFfjTV32T8btHtdroa8i3QMn5\u002Bw=","ZuVrvBprAXh1nvj6VX3g6vi2QVFSmsJFQ2AzcKd5WRI=","XQTa0fu/Lf35r6E6FXuZOfgL42bg67sinyPpb87M\u002BdA=","dPmkSBSUHSgMxHsBf5S/cVJpwNO2dF7byk27UcNMg64=","01njZ3/4k/z2kBzV2b5Msc4/Q10Ntb0OSsEvMMZYogk="],"CachedAssets":{},"CachedCopyCandidates":{}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605968182976
17596953003509405
2 changes: 1 addition & 1 deletion src/API/Orion.API.Dashboard/obj/rider.project.restore.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17596605968182976
17596953003509405
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:9006"
"applicationUrl": "http://localhost:9014"
}
}
}
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 modified src/API/Orion.API.DatabaseLog/bin/Debug/net9.0/Orion.Domain.dll
Binary file not shown.
Binary file modified src/API/Orion.API.DatabaseLog/bin/Debug/net9.0/Orion.Domain.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Orion.API.DatabaseLog")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6400744b21c1a659c0b66d5a699c0127cbdef5f9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+28fb26a9c1c5a9f982af3a5861abc5269609696d")]
[assembly: System.Reflection.AssemblyProductAttribute("Orion.API.DatabaseLog")]
[assembly: System.Reflection.AssemblyTitleAttribute("Orion.API.DatabaseLog")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9b85241a4bd6f318a7918240df48f0ce18c50f0a81e596f22382c722b66e2140
b84c7834a5558484c36c95dd03dfb0e026a5c07addc153cd0524b5ee894f47af
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading