diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..587059aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,57 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+build/
+bld/
+[Bb]in/
+[Oo]bj/
+
+# Visual Studio 2015 cache/options directory
+.vs/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# Node modules
+node_modules/
+package-lock.json
+
+# npm debug logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Compiled files
+*.dll
+*.exe
+*.pdb
+*.cache
+*.log
+
+# NuGet Packages
+*.nupkg
+**/packages/*
+
+# OS files
+.DS_Store
+Thumbs.db
+
+# IDE files
+.idea/
+*.swp
+*.swo
+*~
diff --git a/eShop-Learn.sln b/eShop-Learn.sln
index 5e833441..6c63101b 100644
--- a/eShop-Learn.sln
+++ b/eShop-Learn.sln
@@ -1,4 +1,4 @@
-
+
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
@@ -7,10 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CBF27136-547
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{4A00DE64-EC27-4F46-8782-47541FC40AE0}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{4A3A5BA2-1D89-433D-9214-820FFFAD45D0}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{958F41EE-0444-4893-9997-7595594C37CF}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{EF69A3A6-A184-4C23-B9FB-034DAD2913C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebStatus\WebStatus.csproj", "{A076FFF7-8F8D-4A70-B469-B2891B222782}"
@@ -87,96 +83,254 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.API.Tests", "tests\S
{A9227F5B-8BC8-4869-B1F7-C6F40F4252E4} = {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{90CF3D96-F0E2-FB06-3185-095A610FF335}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{E29D4741-EEFB-4138-9F3A-B745E8B43884}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {958F41EE-0444-4893-9997-7595594C37CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {958F41EE-0444-4893-9997-7595594C37CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {958F41EE-0444-4893-9997-7595594C37CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {958F41EE-0444-4893-9997-7595594C37CF}.Release|Any CPU.Build.0 = Release|Any CPU
{A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x64.Build.0 = Debug|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Debug|x86.Build.0 = Debug|Any CPU
{A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x64.ActiveCfg = Release|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x64.Build.0 = Release|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x86.ActiveCfg = Release|Any CPU
+ {A076FFF7-8F8D-4A70-B469-B2891B222782}.Release|x86.Build.0 = Release|Any CPU
{87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x64.Build.0 = Debug|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Debug|x86.Build.0 = Debug|Any CPU
{87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x64.ActiveCfg = Release|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x64.Build.0 = Release|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x86.ActiveCfg = Release|Any CPU
+ {87F81A8D-BC10-4701-BE32-6F6217796E8C}.Release|x86.Build.0 = Release|Any CPU
{F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x64.Build.0 = Debug|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Debug|x86.Build.0 = Debug|Any CPU
{F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x64.ActiveCfg = Release|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x64.Build.0 = Release|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x86.ActiveCfg = Release|Any CPU
+ {F5BC4BD0-66D5-4B81-813F-5803886ABFD0}.Release|x86.Build.0 = Release|Any CPU
{2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x64.Build.0 = Debug|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Debug|x86.Build.0 = Debug|Any CPU
{2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x64.ActiveCfg = Release|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x64.Build.0 = Release|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x86.ActiveCfg = Release|Any CPU
+ {2E6BAD6A-898B-421D-BE0B-AA94B906A54A}.Release|x86.Build.0 = Release|Any CPU
{5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x64.Build.0 = Debug|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Debug|x86.Build.0 = Debug|Any CPU
{5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x64.ActiveCfg = Release|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x64.Build.0 = Release|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x86.ActiveCfg = Release|Any CPU
+ {5B33D88B-C770-4BB3-AFC5-A7E7E909F113}.Release|x86.Build.0 = Release|Any CPU
{9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x64.Build.0 = Debug|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Debug|x86.Build.0 = Debug|Any CPU
{9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x64.ActiveCfg = Release|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x64.Build.0 = Release|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x86.ActiveCfg = Release|Any CPU
+ {9880F90C-4329-41BC-8BC8-ED318E4A460F}.Release|x86.Build.0 = Release|Any CPU
{4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x64.Build.0 = Debug|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Debug|x86.Build.0 = Debug|Any CPU
{4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x64.ActiveCfg = Release|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x64.Build.0 = Release|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x86.ActiveCfg = Release|Any CPU
+ {4C18A91D-9C0A-4DFF-A2A3-39E8317951FD}.Release|x86.Build.0 = Release|Any CPU
{9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x64.Build.0 = Debug|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Debug|x86.Build.0 = Debug|Any CPU
{9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x64.ActiveCfg = Release|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x64.Build.0 = Release|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x86.ActiveCfg = Release|Any CPU
+ {9A7D5C39-97BB-4D84-B439-BE530CCF1502}.Release|x86.Build.0 = Release|Any CPU
{E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x64.Build.0 = Debug|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Debug|x86.Build.0 = Debug|Any CPU
{E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x64.ActiveCfg = Release|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x64.Build.0 = Release|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x86.ActiveCfg = Release|Any CPU
+ {E77AF4DD-2373-47EF-BD0E-A796B1099364}.Release|x86.Build.0 = Release|Any CPU
{A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x64.Build.0 = Debug|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Debug|x86.Build.0 = Debug|Any CPU
{A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x64.ActiveCfg = Release|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x64.Build.0 = Release|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x86.ActiveCfg = Release|Any CPU
+ {A8D165AA-6A73-4EA0-846D-2F61FDD05CA1}.Release|x86.Build.0 = Release|Any CPU
{1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x64.Build.0 = Debug|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Debug|x86.Build.0 = Debug|Any CPU
{1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x64.ActiveCfg = Release|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x64.Build.0 = Release|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x86.ActiveCfg = Release|Any CPU
+ {1B2E2508-C908-4EF7-9736-29CDDA34EF9D}.Release|x86.Build.0 = Release|Any CPU
{B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x64.Build.0 = Debug|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Debug|x86.Build.0 = Debug|Any CPU
{B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x64.ActiveCfg = Release|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x64.Build.0 = Release|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x86.ActiveCfg = Release|Any CPU
+ {B4A7296E-15EF-47CD-842F-EEBF9D730FD0}.Release|x86.Build.0 = Release|Any CPU
{F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x64.Build.0 = Debug|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Debug|x86.Build.0 = Debug|Any CPU
{F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x64.ActiveCfg = Release|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x64.Build.0 = Release|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x86.ActiveCfg = Release|Any CPU
+ {F5751D35-A129-43E1-8DEE-80F02B923D4A}.Release|x86.Build.0 = Release|Any CPU
{42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x64.Build.0 = Debug|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Debug|x86.Build.0 = Debug|Any CPU
{42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|Any CPU.Build.0 = Release|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x64.ActiveCfg = Release|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x64.Build.0 = Release|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x86.ActiveCfg = Release|Any CPU
+ {42EA4DAE-8180-4B9E-9006-A1F9C4D54284}.Release|x86.Build.0 = Release|Any CPU
{37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x64.Build.0 = Debug|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Debug|x86.Build.0 = Debug|Any CPU
{37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|Any CPU.Build.0 = Release|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x64.ActiveCfg = Release|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x64.Build.0 = Release|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x86.ActiveCfg = Release|Any CPU
+ {37327280-77E7-48E5-9E6D-C6D1EC86F125}.Release|x86.Build.0 = Release|Any CPU
{E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x64.Build.0 = Debug|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Debug|x86.Build.0 = Debug|Any CPU
{E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x64.ActiveCfg = Release|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x64.Build.0 = Release|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x86.ActiveCfg = Release|Any CPU
+ {E84BCF7A-0B5A-4F73-A1B0-ED1E29A0FE17}.Release|x86.Build.0 = Release|Any CPU
{A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x64.Build.0 = Debug|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Debug|x86.Build.0 = Debug|Any CPU
{A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x64.ActiveCfg = Release|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x64.Build.0 = Release|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x86.ActiveCfg = Release|Any CPU
+ {A9227F5B-8BC8-4869-B1F7-C6F40F4252E4}.Release|x86.Build.0 = Release|Any CPU
{E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x64.Build.0 = Debug|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Debug|x86.Build.0 = Debug|Any CPU
{E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x64.ActiveCfg = Release|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x64.Build.0 = Release|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x86.ActiveCfg = Release|Any CPU
+ {E94AAF90-B6A8-4410-9C0A-D1732585956B}.Release|x86.Build.0 = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x64.Build.0 = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Debug|x86.Build.0 = Debug|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x64.ActiveCfg = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x64.Build.0 = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x86.ActiveCfg = Release|Any CPU
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A00DE64-EC27-4F46-8782-47541FC40AE0} = {CBF27136-5472-4217-AA88-C258F865E2D2}
- {4A3A5BA2-1D89-433D-9214-820FFFAD45D0} = {4A00DE64-EC27-4F46-8782-47541FC40AE0}
- {958F41EE-0444-4893-9997-7595594C37CF} = {4A3A5BA2-1D89-433D-9214-820FFFAD45D0}
{EF69A3A6-A184-4C23-B9FB-034DAD2913C6} = {CBF27136-5472-4217-AA88-C258F865E2D2}
{A076FFF7-8F8D-4A70-B469-B2891B222782} = {EF69A3A6-A184-4C23-B9FB-034DAD2913C6}
{E5D12115-EAF4-43F4-83C8-D8DAE7C17285} = {4A00DE64-EC27-4F46-8782-47541FC40AE0}
@@ -211,6 +365,8 @@ Global
{EB53A89D-0032-44A7-B964-84AFA5A72DEE} = {674B390B-DF02-4B89-BAB8-147598A587CE}
{7183B377-4090-4EE9-85F9-1D8E0216F2B5} = {EB53A89D-0032-44A7-B964-84AFA5A72DEE}
{E94AAF90-B6A8-4410-9C0A-D1732585956B} = {7183B377-4090-4EE9-85F9-1D8E0216F2B5}
+ {90CF3D96-F0E2-FB06-3185-095A610FF335} = {4A00DE64-EC27-4F46-8782-47541FC40AE0}
+ {E29D4741-EEFB-4138-9F3A-B745E8B43884} = {90CF3D96-F0E2-FB06-3185-095A610FF335}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBED0B95-87F8-439B-BC1E-382C8ABD4F2E}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj
index 071321fc..89db1972 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj
@@ -14,16 +14,16 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll
deleted file mode 100755
index 37284aed..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll
deleted file mode 100755
index 474801a4..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll
deleted file mode 100755
index c0f524e0..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll
deleted file mode 100755
index 554d4f60..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll
deleted file mode 100755
index 3553f7f9..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll
deleted file mode 100755
index 64d19683..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll
deleted file mode 100755
index c4265428..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll
deleted file mode 100755
index d21090c2..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll
deleted file mode 100755
index c027f792..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll
deleted file mode 100755
index 7eaaf018..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll
deleted file mode 100755
index 315f8760..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
deleted file mode 100755
index ce0639eb..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll
deleted file mode 100755
index b7bab54c..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
deleted file mode 100755
index c4b4b0ba..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100755
index 13b56da7..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll
deleted file mode 100755
index 1beb41b7..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100755
index 42eb85f8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100755
index 2e78d8e6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
deleted file mode 100755
index b0271ea2..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll
deleted file mode 100755
index 2d9f4050..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100755
index a42ea834..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100755
index a873e0ed..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll
deleted file mode 100755
index 63f7d27c..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100755
index ff358af9..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100755
index d02658ec..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100755
index c735d0bb..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll
deleted file mode 100755
index 14f3deda..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll
deleted file mode 100755
index e9b1dd22..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll
deleted file mode 100755
index 1ffeabe6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll
deleted file mode 100755
index 9f5e80f1..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll
deleted file mode 100755
index ca70b7ac..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll
deleted file mode 100755
index 27dc8cfc..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll
deleted file mode 100755
index 7e6d49c6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll
deleted file mode 100755
index 183aae35..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll
deleted file mode 100755
index a7fb7688..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll
deleted file mode 100755
index 2bd024b1..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll
deleted file mode 100755
index 29dc2fd3..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll
deleted file mode 100755
index c17e1104..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll
deleted file mode 100755
index 3daf3633..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll
deleted file mode 100755
index 45727de4..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll
deleted file mode 100755
index ecaf2d50..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100755
index 39b68f80..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100755
index 47f3406e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100755
index 08c0aac8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100755
index cdd94e89..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator
deleted file mode 100755
index 07b78de6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json
deleted file mode 100644
index b3ba4135..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json
+++ /dev/null
@@ -1,2380 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "Web.Shopping.HttpAggregator/1.0.0": {
- "dependencies": {
- "AspNetCore.HealthChecks.UI.Client": "6.0.4",
- "AspNetCore.HealthChecks.Uris": "6.0.3",
- "Google.Protobuf": "3.25.2",
- "Grpc.AspNetCore.Server.ClientFactory": "2.60.0",
- "Grpc.Core": "2.45.0",
- "Grpc.Net.Client": "2.60.0",
- "Grpc.Tools": "2.45.0",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.3",
- "Microsoft.AspNetCore.Diagnostics.HealthChecks": "2.2.0",
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3",
- "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.19.6",
- "Serilog.AspNetCore": "5.0.0",
- "Serilog.Sinks.Console": "5.0.1",
- "Serilog.Sinks.Seq": "4.0.0",
- "Swashbuckle.AspNetCore": "6.3.0",
- "Swashbuckle.AspNetCore.Newtonsoft": "6.5.0"
- },
- "runtime": {
- "Web.Shopping.HttpAggregator.dll": {}
- }
- },
- "AspNetCore.HealthChecks.UI.Client/6.0.4": {
- "dependencies": {
- "AspNetCore.HealthChecks.UI.Core": "6.0.4",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.UI.Client.dll": {
- "assemblyVersion": "6.0.4.0",
- "fileVersion": "6.0.4.0"
- }
- }
- },
- "AspNetCore.HealthChecks.UI.Core/6.0.4": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "6.0.2",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3",
- "System.Text.Json": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.UI.Core.dll": {
- "assemblyVersion": "6.0.4.0",
- "fileVersion": "6.0.4.0"
- }
- }
- },
- "AspNetCore.HealthChecks.Uris/6.0.3": {
- "dependencies": {
- "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3",
- "Microsoft.Extensions.Http": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.Uris.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.3.0"
- }
- }
- },
- "Google.Protobuf/3.25.2": {
- "runtime": {
- "lib/net5.0/Google.Protobuf.dll": {
- "assemblyVersion": "3.25.2.0",
- "fileVersion": "3.25.2.0"
- }
- }
- },
- "Grpc.AspNetCore.Server/2.60.0": {
- "dependencies": {
- "Grpc.Net.Common": "2.60.0"
- },
- "runtime": {
- "lib/net6.0/Grpc.AspNetCore.Server.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.AspNetCore.Server.ClientFactory/2.60.0": {
- "dependencies": {
- "Grpc.AspNetCore.Server": "2.60.0",
- "Grpc.Net.ClientFactory": "2.60.0"
- },
- "runtime": {
- "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.Core/2.45.0": {
- "dependencies": {
- "Grpc.Core.Api": "2.60.0",
- "System.Memory": "4.5.3"
- },
- "runtime": {
- "lib/netstandard2.0/Grpc.Core.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.45.0.0"
- }
- },
- "runtimeTargets": {
- "runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
- "rid": "linux-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": {
- "rid": "linux-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": {
- "rid": "osx-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/grpc_csharp_ext.x64.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/grpc_csharp_ext.x86.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Grpc.Core.Api/2.60.0": {
- "runtime": {
- "lib/netstandard2.1/Grpc.Core.Api.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.Net.Client/2.60.0": {
- "dependencies": {
- "Grpc.Net.Common": "2.60.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/Grpc.Net.Client.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.Net.ClientFactory/2.60.0": {
- "dependencies": {
- "Grpc.Net.Client": "2.60.0",
- "Microsoft.Extensions.Http": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Grpc.Net.ClientFactory.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.Net.Common/2.60.0": {
- "dependencies": {
- "Grpc.Core.Api": "2.60.0"
- },
- "runtime": {
- "lib/net6.0/Grpc.Net.Common.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.60.0.0"
- }
- }
- },
- "Grpc.Tools/2.45.0": {},
- "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.322.12401"
- }
- }
- },
- "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.3",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Net.Http.Headers": "2.2.0"
- }
- },
- "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Http.Features": "2.2.0",
- "System.Text.Encodings.Web": "6.0.0"
- }
- },
- "Microsoft.AspNetCore.Http.Features/2.2.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.AspNetCore.JsonPatch/6.0.3": {
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.322.12401"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": {
- "dependencies": {
- "Microsoft.AspNetCore.JsonPatch": "6.0.3",
- "Newtonsoft.Json": "13.0.1",
- "Newtonsoft.Json.Bson": "1.0.2"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.322.12401"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.EntityFrameworkCore/6.0.2": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "6.0.2",
- "Microsoft.EntityFrameworkCore.Analyzers": "6.0.2",
- "Microsoft.Extensions.Caching.Memory": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "System.Collections.Immutable": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "6.0.2.0",
- "fileVersion": "6.0.222.6404"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "6.0.2.0",
- "fileVersion": "6.0.222.6404"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": {},
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {},
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.Configuration/2.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Binder/2.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "2.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "dependencies": {
- "System.Text.Json": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.19.46305"
- }
- }
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.3": {
- "dependencies": {
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "6.0.3",
- "Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "Microsoft.Extensions.Options": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.322.12401"
- }
- }
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.3": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.322.12401"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Http/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "Microsoft.Extensions.Options": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.322.12309"
- }
- }
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.Binder": "2.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0"
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.10.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.10.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.10.0",
- "Microsoft.IdentityModel.Tokens": "6.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.10.0",
- "System.IdentityModel.Tokens.Jwt": "6.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.10.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.IdentityModel.Logging": "6.10.0",
- "System.Security.Cryptography.Cng": "4.5.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "Microsoft.Net.Http.Headers/2.2.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0",
- "System.Buffers": "4.5.0"
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.OpenApi/1.2.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.2.3.0",
- "fileVersion": "1.2.3.0"
- }
- }
- },
- "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": {},
- "Microsoft.Win32.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "NETStandard.Library/1.6.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.AppContext": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Console": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.Compression.ZipFile": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Linq.Expressions": "4.3.0",
- "System.Net.Http": "4.3.2",
- "System.Net.Primitives": "4.3.0",
- "System.Net.Sockets": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Timer": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0"
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.2.22727"
- }
- }
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.native.System/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "dependencies": {
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
- }
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "Serilog/3.1.1": {
- "runtime": {
- "lib/net6.0/Serilog.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "3.1.1.0"
- }
- }
- },
- "Serilog.AspNetCore/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Serilog": "3.1.1",
- "Serilog.Extensions.Hosting": "4.2.0",
- "Serilog.Formatting.Compact": "1.1.0",
- "Serilog.Settings.Configuration": "3.3.0",
- "Serilog.Sinks.Console": "5.0.1",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/4.2.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "Serilog": "3.1.1",
- "Serilog.Extensions.Logging": "3.1.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "4.2.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "dependencies": {
- "Microsoft.Extensions.Logging": "6.0.0",
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "3.1.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "dependencies": {
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "3.0.0",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.0",
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "3.3.0.0",
- "fileVersion": "3.3.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/5.0.1": {
- "dependencies": {
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/net6.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "5.0.1.0",
- "fileVersion": "5.0.1.0"
- }
- }
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "dependencies": {
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/5.0.0": {
- "dependencies": {
- "Serilog": "3.1.1"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Serilog.Sinks.PeriodicBatching/2.1.1": {
- "dependencies": {
- "Serilog": "3.1.1",
- "System.Collections.Concurrent": "4.3.0",
- "System.Threading.Timer": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.2/Serilog.Sinks.PeriodicBatching.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.1.1.0"
- }
- }
- },
- "Serilog.Sinks.Seq/4.0.0": {
- "dependencies": {
- "NETStandard.Library": "1.6.1",
- "Serilog": "3.1.1",
- "Serilog.Formatting.Compact": "1.1.0",
- "Serilog.Sinks.File": "5.0.0",
- "Serilog.Sinks.PeriodicBatching": "2.1.1",
- "System.Net.Http": "4.3.2"
- },
- "runtime": {
- "lib/netstandard1.3/Serilog.Sinks.Seq.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.3.0": {
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "3.0.0",
- "Swashbuckle.AspNetCore.Swagger": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.3.0"
- }
- },
- "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.3",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.5.0"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": {
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "6.3.0.0",
- "fileVersion": "6.3.0.0"
- }
- }
- },
- "System.AppContext/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Buffers/4.5.0": {},
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Collections.Concurrent/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Collections.Immutable/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Console/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Diagnostics.Tools/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Calendars/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.10.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.10.0",
- "Microsoft.IdentityModel.Tokens": "6.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.10.0.0",
- "fileVersion": "6.10.0.20330"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Buffers": "4.5.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.IO.Compression": "4.3.0"
- }
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "dependencies": {
- "System.Buffers": "4.5.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.IO.FileSystem/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Linq/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Linq.Expressions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Memory/4.5.3": {},
- "System.Net.Http/4.3.2": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Extensions": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Net.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Net.Sockets/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.ObjectModel/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Handles/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.InteropServices/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Runtime.Numerics/4.3.0": {
- "dependencies": {
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Cng/4.5.0": {},
- "System.Security.Cryptography.Csp/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Cng": "4.5.0",
- "System.Security.Cryptography.Csp": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Text.Encodings.Web/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Json/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Text.Encodings.Web": "6.0.0"
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Timer/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Tasks.Extensions": "4.3.0"
- }
- },
- "System.Xml.XDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- }
- }
- },
- "libraries": {
- "Web.Shopping.HttpAggregator/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "AspNetCore.HealthChecks.UI.Client/6.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I4ZZ1rcQpkPXf0GsDMfLptPdYUdKLaWB2MjoOc5er9FhX5BN88sxeBd6Q1S33Pnoq0YZjOT1yBoAJKIcZ/PBQA==",
- "path": "aspnetcore.healthchecks.ui.client/6.0.4",
- "hashPath": "aspnetcore.healthchecks.ui.client.6.0.4.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.UI.Core/6.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iVMHvU8S+Vbz7JohEj+9XeRpksJVHqBy/t4jE3NdNBEGABuIWR34b26LaH4HSOBAYJjjus5h0+a5PfBDsoXKEQ==",
- "path": "aspnetcore.healthchecks.ui.core/6.0.4",
- "hashPath": "aspnetcore.healthchecks.ui.core.6.0.4.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.Uris/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EY0Vh8s2UrbnyvM/QhbyYuCnbrBw36BKkdh5LqdINxqAGnlPFQXf+/UoNlH/76MTEyg+nvdp2wjr5MqWDkVFaQ==",
- "path": "aspnetcore.healthchecks.uris/6.0.3",
- "hashPath": "aspnetcore.healthchecks.uris.6.0.3.nupkg.sha512"
- },
- "Google.Protobuf/3.25.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-g/xIIeLhR77bl4ajGGbPYRmZf5acJlCRaSBqUnU8+2aQYREnZnv+UccRNndHof4mWO1ORS0b5i6on40VOjBpsg==",
- "path": "google.protobuf/3.25.2",
- "hashPath": "google.protobuf.3.25.2.nupkg.sha512"
- },
- "Grpc.AspNetCore.Server/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BwBvT8WJm5YfUtRdUxG1iqxd1p0rVo3GC/+gM93vS2MvQQa+E9o8PH6hrTrS9OMXeN3IzpU0yv27QBryl4OKZw==",
- "path": "grpc.aspnetcore.server/2.60.0",
- "hashPath": "grpc.aspnetcore.server.2.60.0.nupkg.sha512"
- },
- "Grpc.AspNetCore.Server.ClientFactory/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QjhyB/vW1RkvdT2ddxvsOzA5gRhiYxGww3VMXlXVBXD2rKrSj9m8Z3BlatdTtiM+W+zsMfgoggxCIIktcxyWkA==",
- "path": "grpc.aspnetcore.server.clientfactory/2.60.0",
- "hashPath": "grpc.aspnetcore.server.clientfactory.2.60.0.nupkg.sha512"
- },
- "Grpc.Core/2.45.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Fu3XbHa2KIk2qDDtGZuKCLoiCD6+BgycyNP63WwOSRWyksf9e5cF3cPKplD6qP+6AaGqOG8rf41r7+vUqAKacg==",
- "path": "grpc.core/2.45.0",
- "hashPath": "grpc.core.2.45.0.nupkg.sha512"
- },
- "Grpc.Core.Api/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VWah+8dGJhhsay5BQ/Ljq6GYDWj0lSjdzqyoBgUQhXTbBqhs+q5dRFROKxI1xxzlL4pfUO45cf/y+KnHVFG9ew==",
- "path": "grpc.core.api/2.60.0",
- "hashPath": "grpc.core.api.2.60.0.nupkg.sha512"
- },
- "Grpc.Net.Client/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-J9U96gjZHOcqSgAThg9vZZhLsbTD005bUggPtMP/RVQnGc3+tQJTpkRUCJtJWq9cykNydsRVoyU38TjPP/VJ4A==",
- "path": "grpc.net.client/2.60.0",
- "hashPath": "grpc.net.client.2.60.0.nupkg.sha512"
- },
- "Grpc.Net.ClientFactory/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lCUZjbv6TtI1FbOUE593PLCkXqW2Yrf3KsFfzxIMdJ54o4ELwCEQ26xjfrm+hMTefiXxvXf9FO7zL1rGLWWSig==",
- "path": "grpc.net.clientfactory/2.60.0",
- "hashPath": "grpc.net.clientfactory.2.60.0.nupkg.sha512"
- },
- "Grpc.Net.Common/2.60.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y/917aplgD1RA0q1cd9WpnMGyl9Luu3WZl6ZMpPvNQwg2TNw/3uXUDSriDBybeCtxnKUCtxUcWO3WsVkhM1DcA==",
- "path": "grpc.net.common/2.60.0",
- "hashPath": "grpc.net.common.2.60.0.nupkg.sha512"
- },
- "Grpc.Tools/2.45.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-89VbpPmPAvNXMuyPeG4UH8ze2+5sZKb9REUMGVM5iys+HpSoWfihdO2O17+NTtJs5GXtbjfxbDeE7ZzMHtXI4Q==",
- "path": "grpc.tools/2.45.0",
- "hashPath": "grpc.tools.2.45.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yXadCTYfe0AhgVZxLhG4ltra1BhteDumot2YRtQLOpJIVIPzanNsbFjeXomXiWWiU8qWNrK++gGYox3DaJBThg==",
- "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.3",
- "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.3.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Diagnostics.HealthChecks/2.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RNmdLy9yncTprony49cuwhyTKoROpVflGM+pKlHA1671F00QUsjoY1Oi6xoa9XsUrfRDRYlxbt2CHYCMLzMh7Q==",
- "path": "microsoft.aspnetcore.diagnostics.healthchecks/2.2.0",
- "hashPath": "microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
- "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
- "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Http.Features/2.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
- "path": "microsoft.aspnetcore.http.features/2.2.0",
- "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.JsonPatch/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eObF1OgvkQHJXmDMcMYM/oRZ1Vk939UZr2QShBsXoY01AkS+7nczgzzWdNd2TutlNx6AWZKBizg/sBCOXQDPbg==",
- "path": "microsoft.aspnetcore.jsonpatch/6.0.3",
- "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.3.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h0ZMz0yR6HiqjKo2wrZP4WWBaioelPDljvCewdl6Qo7n2iTZpIRjukB0O5idyzATUJRDKltBDex0pGLH3Q0utQ==",
- "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.3",
- "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.3.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/6.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hoZtatDA6zL/+gMXXkG3UNsF6iWguC9OkJeYUepqyPEF2mjFajga+DxS4H/UODs7HWo9oNCnhi2Q/BE9T0lg2g==",
- "path": "microsoft.entityframeworkcore/6.0.2",
- "hashPath": "microsoft.entityframeworkcore.6.0.2.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-71hgKvRpMebTp9bKZB86w3uRXQAJzTeksZ4EyO1/OKj/AoL8/8IU31kHHcIFAfX/D0uefl4rO6jWgh3OaR41pQ==",
- "path": "microsoft.entityframeworkcore.abstractions/6.0.2",
- "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.2.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pHUMjXPeWqyZS2OfkQsDC1Qdk30JVcPNDUxEVhOTDAJvyUN4EuBFYbnniQ9RLHbWAw8IkEwVAAo6v/ICmT4/dw==",
- "path": "microsoft.entityframeworkcore.analyzers/6.0.2",
- "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.2.nupkg.sha512"
- },
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
- "path": "microsoft.extensions.apidescription.server/3.0.0",
- "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
- "path": "microsoft.extensions.caching.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
- "path": "microsoft.extensions.caching.memory/6.0.1",
- "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SsI4RqI8EH00+cYO96tbftlh87sNUv1eeyuBU1XZdQkG0RrHAOjWgl7P0FoLeTSMXJpOnfweeOWj2d1/5H3FxA==",
- "path": "microsoft.extensions.configuration/2.0.0",
- "hashPath": "microsoft.extensions.configuration.2.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IznHHzGUtrdpuQqIUdmzF6TYPcsYHONhHh3o9dGp39sX/9Zfmt476UnhvU0UhXgJnXXAikt/MpN6AuSLCCMdEQ==",
- "path": "microsoft.extensions.configuration.binder/2.0.0",
- "hashPath": "microsoft.extensions.configuration.binder.2.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==",
- "path": "microsoft.extensions.dependencymodel/3.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-40UC2S44InRlbK/DcyHX8yYaMucuOi/U9FfPSzroMhmkz8idSiFWSoBXhj8WlsNc94uzdr7hcm8kG4OXD1VFDg==",
- "path": "microsoft.extensions.diagnostics.healthchecks/6.0.3",
- "hashPath": "microsoft.extensions.diagnostics.healthchecks.6.0.3.nupkg.sha512"
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lyG8VQ0UZt3olNC3J1plDOkUav3JQ8cZHBLaF4+o4TebMyDVPsLWNcqXrrm9TvZBAtByOqh3CLvjI5COIVH5nA==",
- "path": "microsoft.extensions.diagnostics.healthchecks.abstractions/6.0.3",
- "hashPath": "microsoft.extensions.diagnostics.healthchecks.abstractions.6.0.3.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==",
- "path": "microsoft.extensions.fileproviders.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==",
- "path": "microsoft.extensions.hosting.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Http/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==",
- "path": "microsoft.extensions.http/6.0.0",
- "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg==",
- "path": "microsoft.extensions.logging.abstractions/6.0.1",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y/lGICwO27fCkQRK3tZseVzFjZaxfGmui990E67sB4MuiPzdJHnJDS/BeYWrHShSSBgCl4KyKRx4ux686fftPg==",
- "path": "microsoft.extensions.options.configurationextensions/2.0.0",
- "hashPath": "microsoft.extensions.options.configurationextensions.2.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.10.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zbcwV6esnNzhZZ/VP87dji6VrUBLB5rxnZBkDMqNYpyG+nrBnBsbm4PUYLCBMUflHCM9EMLDG0rLnqqT+l0ldA==",
- "path": "microsoft.identitymodel.logging/6.10.0",
- "hashPath": "microsoft.identitymodel.logging.6.10.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==",
- "path": "microsoft.identitymodel.protocols/6.10.0",
- "hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.10.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qbf1NslutDB4oLrriYTJpy7oB1pbh2ej2lEHd2IPDQH9C74ysOdhU5wAC7KoXblldbo7YsNR2QYFOqQM/b0Rsg==",
- "path": "microsoft.identitymodel.tokens/6.10.0",
- "hashPath": "microsoft.identitymodel.tokens.6.10.0.nupkg.sha512"
- },
- "Microsoft.Net.Http.Headers/2.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==",
- "path": "microsoft.net.http.headers/2.2.0",
- "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "path": "microsoft.openapi/1.2.3",
- "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
- },
- "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7GOQdMzQcH7o/bPFL/I2kQEgMnq2pYZ+exhGb9nNqs624K9w2jB2zieh4sOH9+a01i/G9iTWfeUI3IGMF7SKNg==",
- "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.6",
- "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.19.6.nupkg.sha512"
- },
- "Microsoft.Win32.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
- "path": "microsoft.win32.primitives/4.3.0",
- "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "path": "netstandard.library/1.6.1",
- "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
- "path": "newtonsoft.json.bson/1.0.2",
- "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
- "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
- "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
- "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.native.System/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
- "path": "runtime.native.system/4.3.0",
- "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
- "path": "runtime.native.system.io.compression/4.3.0",
- "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
- "path": "runtime.native.system.net.http/4.3.0",
- "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
- "path": "runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
- "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
- "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
- "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
- "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
- "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
- "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
- "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "Serilog/3.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A==",
- "path": "serilog/3.1.1",
- "hashPath": "serilog.3.1.1.nupkg.sha512"
- },
- "Serilog.AspNetCore/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==",
- "path": "serilog.aspnetcore/5.0.0",
- "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/4.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==",
- "path": "serilog.extensions.hosting/4.2.0",
- "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==",
- "path": "serilog.extensions.logging/3.1.0",
- "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==",
- "path": "serilog.formatting.compact/1.1.0",
- "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==",
- "path": "serilog.settings.configuration/3.3.0",
- "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6Jt8jl9y2ey8VV7nVEUAyjjyxjAQuvd5+qj4XYAT9CwcsvR70HHULGBeD+K2WCALFXf7CFsNQT4lON6qXcu2AA==",
- "path": "serilog.sinks.console/5.0.1",
- "hashPath": "serilog.sinks.console.5.0.1.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
- "path": "serilog.sinks.debug/2.0.0",
- "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
- "path": "serilog.sinks.file/5.0.0",
- "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.PeriodicBatching/2.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-L1iZtcEzQdEIYCPvhYJYB2RofPg+i1NhHJfS+DpXLyLSMS6OXebqaI1fxWhmJRIjD9D9BuXi23FkZTQDiP7cHw==",
- "path": "serilog.sinks.periodicbatching/2.1.1",
- "hashPath": "serilog.sinks.periodicbatching.2.1.1.nupkg.sha512"
- },
- "Serilog.Sinks.Seq/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-02HTAboPlG6+/u63+o4bffS5f9VOLMn0/76OsK+Ii90IufoTO6YWIEzZ84KUYjmQnjToe0lrVbLa7qOJdUCYbg==",
- "path": "serilog.sinks.seq/4.0.0",
- "hashPath": "serilog.sinks.seq.4.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/6.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3TAV6JqsJF2F5e5d/tiQuW/TlzKXB/n2IcL5QR1FP8ArmLhmPkpeHiLZ3+1YnJ5840/X5ApvpRRJpM9809IjTg==",
- "path": "swashbuckle.aspnetcore/6.3.0",
- "hashPath": "swashbuckle.aspnetcore.6.3.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-o1dOWCENDG3ViE8aFR9GpVTq8smsNkCXs3eonVaD3DziJgxAfkcOa0/syHtFSfpluh3bmnJ8isQh3S/T3hpz2Q==",
- "path": "swashbuckle.aspnetcore.newtonsoft/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.newtonsoft.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
- "path": "swashbuckle.aspnetcore.swagger/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
- "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OmVLGzyeNBFUAx6E/bqrZW4uxfv9q2MtegYzeHv5Dj8N34ry8104d6OcyRIV4BhwHBSFD1rMvDlPciguFMtQ5w==",
- "path": "swashbuckle.aspnetcore.swaggerui/6.3.0",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.0.nupkg.sha512"
- },
- "System.AppContext/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
- "path": "system.appcontext/4.3.0",
- "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
- },
- "System.Buffers/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
- "path": "system.buffers/4.5.0",
- "hashPath": "system.buffers.4.5.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Collections.Concurrent/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
- "path": "system.collections.concurrent/4.3.0",
- "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
- },
- "System.Collections.Immutable/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
- "path": "system.collections.immutable/6.0.0",
- "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
- },
- "System.Console/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
- "path": "system.console/4.3.0",
- "hashPath": "system.console.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "path": "system.diagnostics.debug/4.3.0",
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Diagnostics.Tools/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
- "path": "system.diagnostics.tools/4.3.0",
- "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "path": "system.diagnostics.tracing/4.3.0",
- "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Calendars/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
- "path": "system.globalization.calendars/4.3.0",
- "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
- "path": "system.globalization.extensions/4.3.0",
- "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==",
- "path": "system.identitymodel.tokens.jwt/6.10.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
- "path": "system.io.compression/4.3.0",
- "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
- "path": "system.io.compression.zipfile/4.3.0",
- "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
- "path": "system.io.filesystem/4.3.0",
- "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
- "path": "system.io.filesystem.primitives/4.3.0",
- "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
- },
- "System.Linq/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
- "path": "system.linq/4.3.0",
- "hashPath": "system.linq.4.3.0.nupkg.sha512"
- },
- "System.Linq.Expressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
- "path": "system.linq.expressions/4.3.0",
- "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "path": "system.memory/4.5.3",
- "hashPath": "system.memory.4.5.3.nupkg.sha512"
- },
- "System.Net.Http/4.3.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==",
- "path": "system.net.http/4.3.2",
- "hashPath": "system.net.http.4.3.2.nupkg.sha512"
- },
- "System.Net.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
- "path": "system.net.primitives/4.3.0",
- "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
- },
- "System.Net.Sockets/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
- "path": "system.net.sockets/4.3.0",
- "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
- },
- "System.ObjectModel/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
- "path": "system.objectmodel/4.3.0",
- "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
- "path": "system.reflection.emit/4.3.0",
- "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
- "path": "system.reflection.extensions/4.3.0",
- "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
- "path": "system.reflection.typeextensions/4.3.0",
- "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
- "path": "system.runtime.handles/4.3.0",
- "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
- "path": "system.runtime.interopservices/4.3.0",
- "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
- "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
- "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Numerics/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
- "path": "system.runtime.numerics/4.3.0",
- "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
- "path": "system.security.cryptography.algorithms/4.3.0",
- "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
- "path": "system.security.cryptography.cng/4.5.0",
- "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
- "path": "system.security.cryptography.csp/4.3.0",
- "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
- "path": "system.security.cryptography.encoding/4.3.0",
- "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
- "path": "system.security.cryptography.openssl/4.3.0",
- "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
- "path": "system.security.cryptography.primitives/4.3.0",
- "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
- "path": "system.security.cryptography.x509certificates/4.3.0",
- "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
- "path": "system.text.encoding.extensions/4.3.0",
- "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
- "path": "system.text.encodings.web/6.0.0",
- "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
- },
- "System.Text.Json/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
- "path": "system.text.json/6.0.0",
- "hashPath": "system.text.json.6.0.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "path": "system.threading/4.3.0",
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Timer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
- "path": "system.threading.timer/4.3.0",
- "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
- "path": "system.xml.readerwriter/4.3.0",
- "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
- },
- "System.Xml.XDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
- "path": "system.xml.xdocument/4.3.0",
- "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 87140ba8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb
deleted file mode 100644
index 488ee514..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json
deleted file mode 100644
index dfb1b77d..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "6.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json
deleted file mode 100644
index 19b8c152..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Debug"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Debug"
- }
- }
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json
deleted file mode 100644
index 94d5d985..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "Serilog": {
- "SeqServerUrl": null,
- "LogstashgUrl": null,
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.eShopOnContainers": "Information",
- "System": "Warning"
- }
- }
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json
deleted file mode 100644
index 18516267..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "urls": {
- "basket": "http://localhost:55105",
- "catalog": "http://localhost:55101",
- "orders": "http://localhost:55102",
- "identity": "http://localhost:55105",
- "grpcBasket": "http://localhost:5580",
- "grpcCatalog": "http://localhost:81",
- "grpcOrdering": "http://localhost:5581",
- "coupon": "http://localhost:5106"
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so
deleted file mode 100755
index 6f927ca0..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so
deleted file mode 100755
index 7523925d..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib
deleted file mode 100755
index e2a7a8f8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll
deleted file mode 100755
index b09d9b47..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll
deleted file mode 100755
index 80f6ae14..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll
deleted file mode 100755
index d5a89ae8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll
deleted file mode 100755
index 65571cd8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll
deleted file mode 100755
index d98c0a0e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll
deleted file mode 100755
index ed6e2a5b..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll
deleted file mode 100755
index bb33954e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Core.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll
deleted file mode 100755
index 48779c9e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Client.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll
deleted file mode 100755
index 7ac5d955..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.ClientFactory.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll
deleted file mode 100755
index c9fe90d1..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll
deleted file mode 100755
index 005cb03b..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll
deleted file mode 100755
index 94b166c4..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll
deleted file mode 100755
index 3b78ce50..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/HealthChecks.Uris.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
deleted file mode 100755
index ca767741..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll
deleted file mode 100755
index f550437b..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
deleted file mode 100755
index 5babe393..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100755
index 89055379..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll
deleted file mode 100755
index e981f871..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100755
index 25f2a7e6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll
deleted file mode 100755
index 4ffdb259..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100755
index 6c736d2e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100755
index 9f305083..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100755
index 83ec83a8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll
deleted file mode 100755
index 8ba2ce69..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll
deleted file mode 100755
index e9b1dd22..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll
deleted file mode 100755
index d035c38b..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll
deleted file mode 100755
index 6c600139..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll
deleted file mode 100755
index 2204d101..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll
deleted file mode 100755
index f2f78c7b..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll
deleted file mode 100755
index 7174b834..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll
deleted file mode 100755
index 25692ac2..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll
deleted file mode 100755
index 96c89a0d..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll
deleted file mode 100755
index 2bd024b1..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll
deleted file mode 100755
index 29dc2fd3..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll
deleted file mode 100755
index 9919e7e5..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll
deleted file mode 100755
index 28c98dd3..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Serilog.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll
deleted file mode 100755
index 14e84930..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100755
index 945d2992..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100755
index 979b4a81..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100755
index ab4789e1..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100755
index c42b8d71..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator
deleted file mode 100755
index ae5439fe..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json
deleted file mode 100644
index 42c2a5cb..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.deps.json
+++ /dev/null
@@ -1,766 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v9.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v9.0": {
- "Web.Shopping.HttpAggregator/1.0.0": {
- "dependencies": {
- "AspNetCore.HealthChecks.UI.Client": "8.0.1",
- "AspNetCore.HealthChecks.Uris": "8.0.1",
- "Google.Protobuf": "3.28.3",
- "Grpc.AspNetCore.Server.ClientFactory": "2.70.0",
- "Grpc.Core": "2.46.6",
- "Grpc.Net.Client": "2.70.0",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0",
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0",
- "Serilog.AspNetCore": "8.0.3",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Seq": "8.0.0",
- "Swashbuckle.AspNetCore": "7.2.0",
- "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0"
- },
- "runtime": {
- "Web.Shopping.HttpAggregator.dll": {}
- }
- },
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
- "dependencies": {
- "AspNetCore.HealthChecks.UI.Core": "8.0.1"
- },
- "runtime": {
- "lib/net8.0/HealthChecks.UI.Client.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
- "runtime": {
- "lib/net6.0/HealthChecks.UI.Core.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "AspNetCore.HealthChecks.Uris/8.0.1": {
- "runtime": {
- "lib/net5.0/HealthChecks.Uris.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "Google.Protobuf/3.28.3": {
- "runtime": {
- "lib/net5.0/Google.Protobuf.dll": {
- "assemblyVersion": "3.28.3.0",
- "fileVersion": "3.28.3.0"
- }
- }
- },
- "Grpc.AspNetCore.Server/2.70.0": {
- "dependencies": {
- "Grpc.Net.Common": "2.70.0"
- },
- "runtime": {
- "lib/net9.0/Grpc.AspNetCore.Server.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.AspNetCore.Server.ClientFactory/2.70.0": {
- "dependencies": {
- "Grpc.AspNetCore.Server": "2.70.0",
- "Grpc.Net.ClientFactory": "2.70.0"
- },
- "runtime": {
- "lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Core/2.46.6": {
- "dependencies": {
- "Grpc.Core.Api": "2.70.0"
- },
- "runtime": {
- "lib/netstandard2.0/Grpc.Core.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.46.6.0"
- }
- },
- "runtimeTargets": {
- "runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
- "rid": "linux-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": {
- "rid": "linux-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": {
- "rid": "osx-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/grpc_csharp_ext.x64.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/grpc_csharp_ext.x86.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Grpc.Core.Api/2.70.0": {
- "runtime": {
- "lib/netstandard2.1/Grpc.Core.Api.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Net.Client/2.70.0": {
- "dependencies": {
- "Grpc.Net.Common": "2.70.0"
- },
- "runtime": {
- "lib/net8.0/Grpc.Net.Client.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Net.ClientFactory/2.70.0": {
- "dependencies": {
- "Grpc.Net.Client": "2.70.0"
- },
- "runtime": {
- "lib/net8.0/Grpc.Net.ClientFactory.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Net.Common/2.70.0": {
- "dependencies": {
- "Grpc.Core.Api": "2.70.0"
- },
- "runtime": {
- "lib/net8.0/Grpc.Net.Common.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.AspNetCore.JsonPatch/9.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": {
- "dependencies": {
- "Microsoft.AspNetCore.JsonPatch": "9.0.0",
- "Newtonsoft.Json": "13.0.3",
- "Newtonsoft.Json.Bson": "1.0.2"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/8.0.2": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "8.0.0.2",
- "fileVersion": "8.0.1024.46610"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/8.0.1": {
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "8.0.1",
- "System.IdentityModel.Tokens.Jwt": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.6.22.0",
- "fileVersion": "1.6.22.0"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.2.22727"
- }
- }
- },
- "Serilog/4.0.0": {
- "runtime": {
- "lib/net8.0/Serilog.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Serilog.AspNetCore/8.0.3": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Extensions.Hosting": "8.0.0",
- "Serilog.Formatting.Compact": "2.0.0",
- "Serilog.Settings.Configuration": "8.0.4",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "8.0.3.0",
- "fileVersion": "8.0.3.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Extensions.Logging": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/2.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net7.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/8.0.4": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "8.0.2",
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "8.0.4.0",
- "fileVersion": "8.0.4.0"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/5.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Seq/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net6.0/Serilog.Sinks.Seq.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.2.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.2.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0"
- }
- },
- "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.2.0": {
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.2.0"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": {
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "8.0.1",
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- }
- }
- },
- "libraries": {
- "Web.Shopping.HttpAggregator/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==",
- "path": "aspnetcore.healthchecks.ui.client/8.0.1",
- "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==",
- "path": "aspnetcore.healthchecks.ui.core/8.0.1",
- "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.Uris/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A1ahRx4pdXjrSGlGFLoyoXOV4Lfp5sfs+OIGfvi14RwecIAac4xs6cP0Q8tw/rv4Ng+KAaYpzD4qhxXVwUcIyA==",
- "path": "aspnetcore.healthchecks.uris/8.0.1",
- "hashPath": "aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512"
- },
- "Google.Protobuf/3.28.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==",
- "path": "google.protobuf/3.28.3",
- "hashPath": "google.protobuf.3.28.3.nupkg.sha512"
- },
- "Grpc.AspNetCore.Server/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==",
- "path": "grpc.aspnetcore.server/2.70.0",
- "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512"
- },
- "Grpc.AspNetCore.Server.ClientFactory/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k4GrvUAgVWm7DyhnV55MHdX4bQSpZVEQmlZO3bdSmGZ+z6Hx+CwDlhqiReczCm6qbzSUbS1YW0t7z7UEObTwKA==",
- "path": "grpc.aspnetcore.server.clientfactory/2.70.0",
- "hashPath": "grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512"
- },
- "Grpc.Core/2.46.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZoRg3KmOJ2urTF4+u3H0b1Yv10xzz2Y/flFWS2tnRmj8dbKLeiJaSRqu4LOBD3ova90evqLkVZ85kUkC4JT4lw==",
- "path": "grpc.core/2.46.6",
- "hashPath": "grpc.core.2.46.6.nupkg.sha512"
- },
- "Grpc.Core.Api/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==",
- "path": "grpc.core.api/2.70.0",
- "hashPath": "grpc.core.api.2.70.0.nupkg.sha512"
- },
- "Grpc.Net.Client/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xNv0FFCVJa5S1beUtye82WFCxKThuE1jbN8DO1x1Rj8VSIWXLBUmfSID5a1fGzsU2R/EMfwPoWclJ2RMfQuGXw==",
- "path": "grpc.net.client/2.70.0",
- "hashPath": "grpc.net.client.2.70.0.nupkg.sha512"
- },
- "Grpc.Net.ClientFactory/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qg+93oj/8RdEw3PnLZNNYWnWCWyJYC/ZYZcjeln/pLaxLaPvdXES1peiqSJUI4wLFZ1JwGlbWt8+nM1i2E7ihg==",
- "path": "grpc.net.clientfactory/2.70.0",
- "hashPath": "grpc.net.clientfactory.2.70.0.nupkg.sha512"
- },
- "Grpc.Net.Common/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==",
- "path": "grpc.net.common/2.70.0",
- "hashPath": "grpc.net.common.2.70.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==",
- "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0",
- "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.JsonPatch/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==",
- "path": "microsoft.aspnetcore.jsonpatch/9.0.0",
- "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==",
- "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0",
- "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/8.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==",
- "path": "microsoft.extensions.dependencymodel/8.0.2",
- "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==",
- "path": "microsoft.identitymodel.abstractions/8.0.1",
- "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==",
- "path": "microsoft.identitymodel.jsonwebtokens/8.0.1",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==",
- "path": "microsoft.identitymodel.logging/8.0.1",
- "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
- "path": "microsoft.identitymodel.protocols/8.0.1",
- "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
- "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==",
- "path": "microsoft.identitymodel.tokens/8.0.1",
- "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "path": "microsoft.openapi/1.6.22",
- "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
- "path": "newtonsoft.json.bson/1.0.2",
- "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
- },
- "Serilog/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
- "path": "serilog/4.0.0",
- "hashPath": "serilog.4.0.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/8.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==",
- "path": "serilog.aspnetcore/8.0.3",
- "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
- "path": "serilog.extensions.hosting/8.0.0",
- "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
- "path": "serilog.extensions.logging/8.0.0",
- "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==",
- "path": "serilog.formatting.compact/2.0.0",
- "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/8.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
- "path": "serilog.settings.configuration/8.0.4",
- "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512"
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "path": "serilog.sinks.console/6.0.0",
- "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
- "path": "serilog.sinks.debug/2.0.0",
- "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
- "path": "serilog.sinks.file/5.0.0",
- "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Seq/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==",
- "path": "serilog.sinks.seq/8.0.0",
- "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==",
- "path": "swashbuckle.aspnetcore/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==",
- "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==",
- "path": "swashbuckle.aspnetcore.swagger/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==",
- "path": "swashbuckle.aspnetcore.swaggergen/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==",
- "path": "swashbuckle.aspnetcore.swaggerui/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==",
- "path": "system.identitymodel.tokens.jwt/8.0.1",
- "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 1231eab7..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb
deleted file mode 100644
index 99479683..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json
deleted file mode 100644
index 6925b655..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.runtimeconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net9.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "9.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "9.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json
deleted file mode 100644
index 5576e889..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/Web.Shopping.HttpAggregator.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json
deleted file mode 100644
index 19b8c152..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.Development.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Debug"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Debug"
- }
- }
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json
deleted file mode 100644
index 94d5d985..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "Serilog": {
- "SeqServerUrl": null,
- "LogstashgUrl": null,
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.eShopOnContainers": "Information",
- "System": "Warning"
- }
- }
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json
deleted file mode 100644
index 18516267..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/appsettings.localhost.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "urls": {
- "basket": "http://localhost:55105",
- "catalog": "http://localhost:55101",
- "orders": "http://localhost:55102",
- "identity": "http://localhost:55105",
- "grpcBasket": "http://localhost:5580",
- "grpcCatalog": "http://localhost:81",
- "grpcOrdering": "http://localhost:5581",
- "coupon": "http://localhost:5106"
- }
-}
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so
deleted file mode 100755
index be332d07..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so
deleted file mode 100755
index 6d9009f3..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib
deleted file mode 100755
index 69fb1229..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll
deleted file mode 100755
index 8e0b049a..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll
deleted file mode 100755
index d7330e9e..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net9.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep
deleted file mode 100644
index 19406760..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/13bc9ab794319831_ordering.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net6.0/Ordering.cs \
-obj/Debug/net6.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep
deleted file mode 100644
index ceade882..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/1990726b26142f12_catalog.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net6.0/Catalog.cs \
-obj/Debug/net6.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep
deleted file mode 100644
index bd177eee..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/256b1bc6ff9655a0_basket.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net6.0/Basket.cs \
-obj/Debug/net6.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs
deleted file mode 100644
index 8069b344..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Basket.cs
+++ /dev/null
@@ -1,1088 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: basket.proto
-//
-#pragma warning disable 1591, 0612, 3021
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace GrpcBasket {
-
- /// Holder for reflection information generated from basket.proto
- public static partial class BasketReflection {
-
- #region Descriptor
- /// File descriptor for basket.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static BasketReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "CgxiYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1ZXN0EgoK",
- "AmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdidXllcmlk",
- "GAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tldEl0ZW1S",
- "ZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1eWVyaWQY",
- "ASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0SXRlbVJl",
- "c3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASABKAkSEQoJ",
- "cHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEKCXVuaXRw",
- "cmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVhbnRpdHkY",
- "BiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4KDUdldEJh",
- "c2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJhc2tldEFw",
- "aS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFza2V0EiAu",
- "QmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tldEFwaS5D",
- "dXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRiBnByb3Rv",
- "Mw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- public sealed partial class BasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest(BasketRequest other) : this() {
- id_ = other.id_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest Clone() {
- return new BasketRequest(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketRequest other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CustomerBasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest(CustomerBasketRequest other) : this() {
- buyerid_ = other.buyerid_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest Clone() {
- return new CustomerBasketRequest(this);
- }
-
- /// Field number for the "buyerid" field.
- public const int BuyeridFieldNumber = 1;
- private string buyerid_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Buyerid {
- get { return buyerid_; }
- set {
- buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CustomerBasketRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CustomerBasketRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Buyerid != other.Buyerid) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Buyerid.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CustomerBasketRequest other) {
- if (other == null) {
- return;
- }
- if (other.Buyerid.Length != 0) {
- Buyerid = other.Buyerid;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CustomerBasketResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse(CustomerBasketResponse other) : this() {
- buyerid_ = other.buyerid_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse Clone() {
- return new CustomerBasketResponse(this);
- }
-
- /// Field number for the "buyerid" field.
- public const int BuyeridFieldNumber = 1;
- private string buyerid_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Buyerid {
- get { return buyerid_; }
- set {
- buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CustomerBasketResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CustomerBasketResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Buyerid != other.Buyerid) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Buyerid.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CustomerBasketResponse other) {
- if (other == null) {
- return;
- }
- if (other.Buyerid.Length != 0) {
- Buyerid = other.Buyerid;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class BasketItemResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse(BasketItemResponse other) : this() {
- id_ = other.id_;
- productid_ = other.productid_;
- productname_ = other.productname_;
- unitprice_ = other.unitprice_;
- oldunitprice_ = other.oldunitprice_;
- quantity_ = other.quantity_;
- pictureurl_ = other.pictureurl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse Clone() {
- return new BasketItemResponse(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "productid" field.
- public const int ProductidFieldNumber = 2;
- private int productid_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Productid {
- get { return productid_; }
- set {
- productid_ = value;
- }
- }
-
- /// Field number for the "productname" field.
- public const int ProductnameFieldNumber = 3;
- private string productname_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Productname {
- get { return productname_; }
- set {
- productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitprice" field.
- public const int UnitpriceFieldNumber = 4;
- private double unitprice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Unitprice {
- get { return unitprice_; }
- set {
- unitprice_ = value;
- }
- }
-
- /// Field number for the "oldunitprice" field.
- public const int OldunitpriceFieldNumber = 5;
- private double oldunitprice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Oldunitprice {
- get { return oldunitprice_; }
- set {
- oldunitprice_ = value;
- }
- }
-
- /// Field number for the "quantity" field.
- public const int QuantityFieldNumber = 6;
- private int quantity_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Quantity {
- get { return quantity_; }
- set {
- quantity_ = value;
- }
- }
-
- /// Field number for the "pictureurl" field.
- public const int PictureurlFieldNumber = 7;
- private string pictureurl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Pictureurl {
- get { return pictureurl_; }
- set {
- pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketItemResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketItemResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Productid != other.Productid) return false;
- if (Productname != other.Productname) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false;
- if (Quantity != other.Quantity) return false;
- if (Pictureurl != other.Pictureurl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (Productid != 0) hash ^= Productid.GetHashCode();
- if (Productname.Length != 0) hash ^= Productname.GetHashCode();
- if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice);
- if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice);
- if (Quantity != 0) hash ^= Quantity.GetHashCode();
- if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (Productid != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(Productid);
- }
- if (Productname.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Productname);
- }
- if (Unitprice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Unitprice);
- }
- if (Oldunitprice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(Oldunitprice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (Pictureurl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(Pictureurl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (Productid != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(Productid);
- }
- if (Productname.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Productname);
- }
- if (Unitprice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Unitprice);
- }
- if (Oldunitprice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(Oldunitprice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (Pictureurl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(Pictureurl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (Productid != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid);
- }
- if (Productname.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname);
- }
- if (Unitprice != 0D) {
- size += 1 + 8;
- }
- if (Oldunitprice != 0D) {
- size += 1 + 8;
- }
- if (Quantity != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity);
- }
- if (Pictureurl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketItemResponse other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- if (other.Productid != 0) {
- Productid = other.Productid;
- }
- if (other.Productname.Length != 0) {
- Productname = other.Productname;
- }
- if (other.Unitprice != 0D) {
- Unitprice = other.Unitprice;
- }
- if (other.Oldunitprice != 0D) {
- Oldunitprice = other.Oldunitprice;
- }
- if (other.Quantity != 0) {
- Quantity = other.Quantity;
- }
- if (other.Pictureurl.Length != 0) {
- Pictureurl = other.Pictureurl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- Productid = input.ReadInt32();
- break;
- }
- case 26: {
- Productname = input.ReadString();
- break;
- }
- case 33: {
- Unitprice = input.ReadDouble();
- break;
- }
- case 41: {
- Oldunitprice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- Pictureurl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- Productid = input.ReadInt32();
- break;
- }
- case 26: {
- Productname = input.ReadString();
- break;
- }
- case 33: {
- Unitprice = input.ReadDouble();
- break;
- }
- case 41: {
- Oldunitprice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- Pictureurl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs
deleted file mode 100644
index 15b88cb9..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/BasketGrpc.cs
+++ /dev/null
@@ -1,154 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: basket.proto
-//
-#pragma warning disable 0414, 1591
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace GrpcBasket {
- public static partial class Basket
- {
- static readonly string __ServiceName = "BasketApi.Basket";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetBasketById = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetBasketById",
- __Marshaller_BasketApi_BasketRequest,
- __Marshaller_BasketApi_CustomerBasketResponse);
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_UpdateBasket = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "UpdateBasket",
- __Marshaller_BasketApi_CustomerBasketRequest,
- __Marshaller_BasketApi_CustomerBasketResponse);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; }
- }
-
- /// Client for Basket
- public partial class BasketClient : grpc::ClientBase
- {
- /// Creates a new client for Basket
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public BasketClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for Basket that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public BasketClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected BasketClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected BasketClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetBasketById(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetBasketById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetBasketByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetBasketById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return UpdateBasket(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_UpdateBasket, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return UpdateBasketAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_UpdateBasket, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override BasketClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new BasketClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs
deleted file mode 100644
index e6a8d888..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Catalog.cs
+++ /dev/null
@@ -1,1873 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: catalog.proto
-//
-#pragma warning disable 1591, 0612, 3021
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace CatalogApi {
-
- /// Holder for reflection information generated from catalog.proto
- public static partial class CatalogReflection {
-
- #region Descriptor
- /// File descriptor for catalog.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static CatalogReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "Cg1jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJdGVtUmVx",
- "dWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0EgsKA2lk",
- "cxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgYAyABKAUi",
- "yAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoEbmFtZRgC",
- "IAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEoARIZChFw",
- "aWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgGIAEoCRIt",
- "CgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFsb2dUeXBl",
- "Ei8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNhdGFsb2dC",
- "cmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9ja190aHJl",
- "c2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEoBRISCgpv",
- "bl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgBIAEoBRIM",
- "CgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgFEgwKBHR5",
- "cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglwYWdlSW5k",
- "ZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyABKAMSLQoE",
- "ZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNwb25zZTKz",
- "AQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGkuQ2F0YWxv",
- "Z0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJlc3BvbnNl",
- "IgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1z",
- "UmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNwb25zZSIA",
- "YgZwcm90bzM="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- public sealed partial class CatalogItemRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest(CatalogItemRequest other) : this() {
- id_ = other.id_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest Clone() {
- return new CatalogItemRequest(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemRequest other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CatalogItemsRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest(CatalogItemsRequest other) : this() {
- ids_ = other.ids_;
- pageSize_ = other.pageSize_;
- pageIndex_ = other.pageIndex_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest Clone() {
- return new CatalogItemsRequest(this);
- }
-
- /// Field number for the "ids" field.
- public const int IdsFieldNumber = 1;
- private string ids_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Ids {
- get { return ids_; }
- set {
- ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "pageSize" field.
- public const int PageSizeFieldNumber = 2;
- private int pageSize_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageSize {
- get { return pageSize_; }
- set {
- pageSize_ = value;
- }
- }
-
- /// Field number for the "pageIndex" field.
- public const int PageIndexFieldNumber = 3;
- private int pageIndex_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageIndex {
- get { return pageIndex_; }
- set {
- pageIndex_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemsRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemsRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Ids != other.Ids) return false;
- if (PageSize != other.PageSize) return false;
- if (PageIndex != other.PageIndex) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Ids.Length != 0) hash ^= Ids.GetHashCode();
- if (PageSize != 0) hash ^= PageSize.GetHashCode();
- if (PageIndex != 0) hash ^= PageIndex.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Ids.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Ids);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (PageIndex != 0) {
- output.WriteRawTag(24);
- output.WriteInt32(PageIndex);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Ids.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Ids);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (PageIndex != 0) {
- output.WriteRawTag(24);
- output.WriteInt32(PageIndex);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Ids.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids);
- }
- if (PageSize != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize);
- }
- if (PageIndex != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemsRequest other) {
- if (other == null) {
- return;
- }
- if (other.Ids.Length != 0) {
- Ids = other.Ids;
- }
- if (other.PageSize != 0) {
- PageSize = other.PageSize;
- }
- if (other.PageIndex != 0) {
- PageIndex = other.PageIndex;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Ids = input.ReadString();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- PageIndex = input.ReadInt32();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Ids = input.ReadString();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- PageIndex = input.ReadInt32();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CatalogItemResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse(CatalogItemResponse other) : this() {
- id_ = other.id_;
- name_ = other.name_;
- description_ = other.description_;
- price_ = other.price_;
- pictureFileName_ = other.pictureFileName_;
- pictureUri_ = other.pictureUri_;
- catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null;
- catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null;
- availableStock_ = other.availableStock_;
- restockThreshold_ = other.restockThreshold_;
- maxStockThreshold_ = other.maxStockThreshold_;
- onReorder_ = other.onReorder_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse Clone() {
- return new CatalogItemResponse(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "name" field.
- public const int NameFieldNumber = 2;
- private string name_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Name {
- get { return name_; }
- set {
- name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "description" field.
- public const int DescriptionFieldNumber = 3;
- private string description_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Description {
- get { return description_; }
- set {
- description_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "price" field.
- public const int PriceFieldNumber = 4;
- private double price_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Price {
- get { return price_; }
- set {
- price_ = value;
- }
- }
-
- /// Field number for the "picture_file_name" field.
- public const int PictureFileNameFieldNumber = 5;
- private string pictureFileName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureFileName {
- get { return pictureFileName_; }
- set {
- pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "picture_uri" field.
- public const int PictureUriFieldNumber = 6;
- private string pictureUri_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUri {
- get { return pictureUri_; }
- set {
- pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "catalog_type" field.
- public const int CatalogTypeFieldNumber = 8;
- private global::CatalogApi.CatalogType catalogType_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::CatalogApi.CatalogType CatalogType {
- get { return catalogType_; }
- set {
- catalogType_ = value;
- }
- }
-
- /// Field number for the "catalog_brand" field.
- public const int CatalogBrandFieldNumber = 10;
- private global::CatalogApi.CatalogBrand catalogBrand_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::CatalogApi.CatalogBrand CatalogBrand {
- get { return catalogBrand_; }
- set {
- catalogBrand_ = value;
- }
- }
-
- /// Field number for the "available_stock" field.
- public const int AvailableStockFieldNumber = 11;
- private int availableStock_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int AvailableStock {
- get { return availableStock_; }
- set {
- availableStock_ = value;
- }
- }
-
- /// Field number for the "restock_threshold" field.
- public const int RestockThresholdFieldNumber = 12;
- private int restockThreshold_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int RestockThreshold {
- get { return restockThreshold_; }
- set {
- restockThreshold_ = value;
- }
- }
-
- /// Field number for the "max_stock_threshold" field.
- public const int MaxStockThresholdFieldNumber = 13;
- private int maxStockThreshold_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int MaxStockThreshold {
- get { return maxStockThreshold_; }
- set {
- maxStockThreshold_ = value;
- }
- }
-
- /// Field number for the "on_reorder" field.
- public const int OnReorderFieldNumber = 14;
- private bool onReorder_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool OnReorder {
- get { return onReorder_; }
- set {
- onReorder_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Name != other.Name) return false;
- if (Description != other.Description) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false;
- if (PictureFileName != other.PictureFileName) return false;
- if (PictureUri != other.PictureUri) return false;
- if (!object.Equals(CatalogType, other.CatalogType)) return false;
- if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false;
- if (AvailableStock != other.AvailableStock) return false;
- if (RestockThreshold != other.RestockThreshold) return false;
- if (MaxStockThreshold != other.MaxStockThreshold) return false;
- if (OnReorder != other.OnReorder) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Name.Length != 0) hash ^= Name.GetHashCode();
- if (Description.Length != 0) hash ^= Description.GetHashCode();
- if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price);
- if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode();
- if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode();
- if (catalogType_ != null) hash ^= CatalogType.GetHashCode();
- if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode();
- if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode();
- if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode();
- if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode();
- if (OnReorder != false) hash ^= OnReorder.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (Description.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Description);
- }
- if (Price != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Price);
- }
- if (PictureFileName.Length != 0) {
- output.WriteRawTag(42);
- output.WriteString(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUri);
- }
- if (catalogType_ != null) {
- output.WriteRawTag(66);
- output.WriteMessage(CatalogType);
- }
- if (catalogBrand_ != null) {
- output.WriteRawTag(82);
- output.WriteMessage(CatalogBrand);
- }
- if (AvailableStock != 0) {
- output.WriteRawTag(88);
- output.WriteInt32(AvailableStock);
- }
- if (RestockThreshold != 0) {
- output.WriteRawTag(96);
- output.WriteInt32(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- output.WriteRawTag(104);
- output.WriteInt32(MaxStockThreshold);
- }
- if (OnReorder != false) {
- output.WriteRawTag(112);
- output.WriteBool(OnReorder);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (Description.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Description);
- }
- if (Price != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Price);
- }
- if (PictureFileName.Length != 0) {
- output.WriteRawTag(42);
- output.WriteString(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUri);
- }
- if (catalogType_ != null) {
- output.WriteRawTag(66);
- output.WriteMessage(CatalogType);
- }
- if (catalogBrand_ != null) {
- output.WriteRawTag(82);
- output.WriteMessage(CatalogBrand);
- }
- if (AvailableStock != 0) {
- output.WriteRawTag(88);
- output.WriteInt32(AvailableStock);
- }
- if (RestockThreshold != 0) {
- output.WriteRawTag(96);
- output.WriteInt32(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- output.WriteRawTag(104);
- output.WriteInt32(MaxStockThreshold);
- }
- if (OnReorder != false) {
- output.WriteRawTag(112);
- output.WriteBool(OnReorder);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Name.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
- }
- if (Description.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Description);
- }
- if (Price != 0D) {
- size += 1 + 8;
- }
- if (PictureFileName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri);
- }
- if (catalogType_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType);
- }
- if (catalogBrand_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand);
- }
- if (AvailableStock != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock);
- }
- if (RestockThreshold != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold);
- }
- if (OnReorder != false) {
- size += 1 + 1;
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemResponse other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Name.Length != 0) {
- Name = other.Name;
- }
- if (other.Description.Length != 0) {
- Description = other.Description;
- }
- if (other.Price != 0D) {
- Price = other.Price;
- }
- if (other.PictureFileName.Length != 0) {
- PictureFileName = other.PictureFileName;
- }
- if (other.PictureUri.Length != 0) {
- PictureUri = other.PictureUri;
- }
- if (other.catalogType_ != null) {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- CatalogType.MergeFrom(other.CatalogType);
- }
- if (other.catalogBrand_ != null) {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- CatalogBrand.MergeFrom(other.CatalogBrand);
- }
- if (other.AvailableStock != 0) {
- AvailableStock = other.AvailableStock;
- }
- if (other.RestockThreshold != 0) {
- RestockThreshold = other.RestockThreshold;
- }
- if (other.MaxStockThreshold != 0) {
- MaxStockThreshold = other.MaxStockThreshold;
- }
- if (other.OnReorder != false) {
- OnReorder = other.OnReorder;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- case 26: {
- Description = input.ReadString();
- break;
- }
- case 33: {
- Price = input.ReadDouble();
- break;
- }
- case 42: {
- PictureFileName = input.ReadString();
- break;
- }
- case 50: {
- PictureUri = input.ReadString();
- break;
- }
- case 66: {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- input.ReadMessage(CatalogType);
- break;
- }
- case 82: {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- input.ReadMessage(CatalogBrand);
- break;
- }
- case 88: {
- AvailableStock = input.ReadInt32();
- break;
- }
- case 96: {
- RestockThreshold = input.ReadInt32();
- break;
- }
- case 104: {
- MaxStockThreshold = input.ReadInt32();
- break;
- }
- case 112: {
- OnReorder = input.ReadBool();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- case 26: {
- Description = input.ReadString();
- break;
- }
- case 33: {
- Price = input.ReadDouble();
- break;
- }
- case 42: {
- PictureFileName = input.ReadString();
- break;
- }
- case 50: {
- PictureUri = input.ReadString();
- break;
- }
- case 66: {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- input.ReadMessage(CatalogType);
- break;
- }
- case 82: {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- input.ReadMessage(CatalogBrand);
- break;
- }
- case 88: {
- AvailableStock = input.ReadInt32();
- break;
- }
- case 96: {
- RestockThreshold = input.ReadInt32();
- break;
- }
- case 104: {
- MaxStockThreshold = input.ReadInt32();
- break;
- }
- case 112: {
- OnReorder = input.ReadBool();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CatalogBrand : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand(CatalogBrand other) : this() {
- id_ = other.id_;
- name_ = other.name_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand Clone() {
- return new CatalogBrand(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "name" field.
- public const int NameFieldNumber = 2;
- private string name_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Name {
- get { return name_; }
- set {
- name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogBrand);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogBrand other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Name != other.Name) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Name.Length != 0) hash ^= Name.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Name.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogBrand other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Name.Length != 0) {
- Name = other.Name;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CatalogType : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType(CatalogType other) : this() {
- id_ = other.id_;
- type_ = other.type_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType Clone() {
- return new CatalogType(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "type" field.
- public const int TypeFieldNumber = 2;
- private string type_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Type {
- get { return type_; }
- set {
- type_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogType);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogType other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Type != other.Type) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Type.Length != 0) hash ^= Type.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Type.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Type);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Type.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Type);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Type.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Type);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogType other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Type.Length != 0) {
- Type = other.Type;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Type = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Type = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class PaginatedItemsResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse(PaginatedItemsResponse other) : this() {
- pageIndex_ = other.pageIndex_;
- pageSize_ = other.pageSize_;
- count_ = other.count_;
- data_ = other.data_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse Clone() {
- return new PaginatedItemsResponse(this);
- }
-
- /// Field number for the "pageIndex" field.
- public const int PageIndexFieldNumber = 1;
- private int pageIndex_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageIndex {
- get { return pageIndex_; }
- set {
- pageIndex_ = value;
- }
- }
-
- /// Field number for the "pageSize" field.
- public const int PageSizeFieldNumber = 2;
- private int pageSize_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageSize {
- get { return pageSize_; }
- set {
- pageSize_ = value;
- }
- }
-
- /// Field number for the "count" field.
- public const int CountFieldNumber = 3;
- private long count_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public long Count {
- get { return count_; }
- set {
- count_ = value;
- }
- }
-
- /// Field number for the "data" field.
- public const int DataFieldNumber = 4;
- private static readonly pb::FieldCodec _repeated_data_codec
- = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser);
- private readonly pbc::RepeatedField data_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Data {
- get { return data_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as PaginatedItemsResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(PaginatedItemsResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (PageIndex != other.PageIndex) return false;
- if (PageSize != other.PageSize) return false;
- if (Count != other.Count) return false;
- if(!data_.Equals(other.data_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (PageIndex != 0) hash ^= PageIndex.GetHashCode();
- if (PageSize != 0) hash ^= PageSize.GetHashCode();
- if (Count != 0L) hash ^= Count.GetHashCode();
- hash ^= data_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (PageIndex != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(PageIndex);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (Count != 0L) {
- output.WriteRawTag(24);
- output.WriteInt64(Count);
- }
- data_.WriteTo(output, _repeated_data_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (PageIndex != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(PageIndex);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (Count != 0L) {
- output.WriteRawTag(24);
- output.WriteInt64(Count);
- }
- data_.WriteTo(ref output, _repeated_data_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (PageIndex != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex);
- }
- if (PageSize != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize);
- }
- if (Count != 0L) {
- size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count);
- }
- size += data_.CalculateSize(_repeated_data_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(PaginatedItemsResponse other) {
- if (other == null) {
- return;
- }
- if (other.PageIndex != 0) {
- PageIndex = other.PageIndex;
- }
- if (other.PageSize != 0) {
- PageSize = other.PageSize;
- }
- if (other.Count != 0L) {
- Count = other.Count;
- }
- data_.Add(other.data_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- PageIndex = input.ReadInt32();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- Count = input.ReadInt64();
- break;
- }
- case 34: {
- data_.AddEntriesFrom(input, _repeated_data_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- PageIndex = input.ReadInt32();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- Count = input.ReadInt64();
- break;
- }
- case 34: {
- data_.AddEntriesFrom(ref input, _repeated_data_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs
deleted file mode 100644
index 6e5096cd..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/CatalogGrpc.cs
+++ /dev/null
@@ -1,200 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: catalog.proto
-//
-#pragma warning disable 0414, 1591
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace CatalogApi {
- public static partial class Catalog
- {
- static readonly string __ServiceName = "CatalogApi.Catalog";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetItemById = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetItemById",
- __Marshaller_CatalogApi_CatalogItemRequest,
- __Marshaller_CatalogApi_CatalogItemResponse);
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetItemsByIds",
- __Marshaller_CatalogApi_CatalogItemsRequest,
- __Marshaller_CatalogApi_PaginatedItemsResponse);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; }
- }
-
- /// Client for Catalog
- public partial class CatalogClient : grpc::ClientBase
- {
- /// Creates a new client for Catalog
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public CatalogClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for Catalog that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public CatalogClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected CatalogClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected CatalogClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The initial metadata to send with the call. This parameter is optional.
- /// An optional deadline for the call. The call will be cancelled if deadline is hit.
- /// An optional token for canceling the call.
- /// The response received from the server.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemById(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The options for the call.
- /// The response received from the server.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetItemById, null, options, request);
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The initial metadata to send with the call. This parameter is optional.
- /// An optional deadline for the call. The call will be cancelled if deadline is hit.
- /// An optional token for canceling the call.
- /// The call object.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The options for the call.
- /// The call object.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetItemById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemsByIds(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetItemsByIds, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemsByIdsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetItemsByIds, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override CatalogClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new CatalogClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs
deleted file mode 100644
index c4d7a4fc..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Ordering.cs
+++ /dev/null
@@ -1,1273 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: ordering.proto
-//
-#pragma warning disable 1591, 0612, 3021
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace GrpcOrdering {
-
- /// Holder for reflection information generated from ordering.proto
- public static partial class OrderingReflection {
-
- #region Descriptor
- /// File descriptor for ordering.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static OrderingReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "Cg5vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRlT3JkZXJE",
- "cmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgCIAMoCzIX",
- "Lk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0SCgoCaWQY",
- "ASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1lGAMgASgJ",
- "EhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSABKAESEAoI",
- "cXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1PcmRlckRy",
- "YWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiADKAsyGS5P",
- "cmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRPEhEKCXBy",
- "b2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1bml0UHJp",
- "Y2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSABKAUSEgoK",
- "cGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3JlYXRlT3Jk",
- "ZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3JlYXRlT3Jk",
- "ZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0RFRPIgBC",
- "D6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z"));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- public sealed partial class CreateOrderDraftCommand : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() {
- buyerId_ = other.buyerId_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand Clone() {
- return new CreateOrderDraftCommand(this);
- }
-
- /// Field number for the "buyerId" field.
- public const int BuyerIdFieldNumber = 1;
- private string buyerId_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string BuyerId {
- get { return buyerId_; }
- set {
- buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CreateOrderDraftCommand);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CreateOrderDraftCommand other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (BuyerId != other.BuyerId) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (BuyerId.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(BuyerId);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (BuyerId.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(BuyerId);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (BuyerId.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CreateOrderDraftCommand other) {
- if (other == null) {
- return;
- }
- if (other.BuyerId.Length != 0) {
- BuyerId = other.BuyerId;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- BuyerId = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- BuyerId = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class BasketItem : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem(BasketItem other) : this() {
- id_ = other.id_;
- productId_ = other.productId_;
- productName_ = other.productName_;
- unitPrice_ = other.unitPrice_;
- oldUnitPrice_ = other.oldUnitPrice_;
- quantity_ = other.quantity_;
- pictureUrl_ = other.pictureUrl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem Clone() {
- return new BasketItem(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "productId" field.
- public const int ProductIdFieldNumber = 2;
- private int productId_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int ProductId {
- get { return productId_; }
- set {
- productId_ = value;
- }
- }
-
- /// Field number for the "productName" field.
- public const int ProductNameFieldNumber = 3;
- private string productName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string ProductName {
- get { return productName_; }
- set {
- productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitPrice" field.
- public const int UnitPriceFieldNumber = 4;
- private double unitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double UnitPrice {
- get { return unitPrice_; }
- set {
- unitPrice_ = value;
- }
- }
-
- /// Field number for the "oldUnitPrice" field.
- public const int OldUnitPriceFieldNumber = 5;
- private double oldUnitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double OldUnitPrice {
- get { return oldUnitPrice_; }
- set {
- oldUnitPrice_ = value;
- }
- }
-
- /// Field number for the "quantity" field.
- public const int QuantityFieldNumber = 6;
- private int quantity_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Quantity {
- get { return quantity_; }
- set {
- quantity_ = value;
- }
- }
-
- /// Field number for the "pictureUrl" field.
- public const int PictureUrlFieldNumber = 7;
- private string pictureUrl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUrl {
- get { return pictureUrl_; }
- set {
- pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketItem);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketItem other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (ProductId != other.ProductId) return false;
- if (ProductName != other.ProductName) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false;
- if (Quantity != other.Quantity) return false;
- if (PictureUrl != other.PictureUrl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (ProductId != 0) hash ^= ProductId.GetHashCode();
- if (ProductName.Length != 0) hash ^= ProductName.GetHashCode();
- if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice);
- if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice);
- if (Quantity != 0) hash ^= Quantity.GetHashCode();
- if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (ProductId != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(UnitPrice);
- }
- if (OldUnitPrice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(OldUnitPrice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (ProductId != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(UnitPrice);
- }
- if (OldUnitPrice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(OldUnitPrice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (ProductId != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId);
- }
- if (ProductName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName);
- }
- if (UnitPrice != 0D) {
- size += 1 + 8;
- }
- if (OldUnitPrice != 0D) {
- size += 1 + 8;
- }
- if (Quantity != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity);
- }
- if (PictureUrl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketItem other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- if (other.ProductId != 0) {
- ProductId = other.ProductId;
- }
- if (other.ProductName.Length != 0) {
- ProductName = other.ProductName;
- }
- if (other.UnitPrice != 0D) {
- UnitPrice = other.UnitPrice;
- }
- if (other.OldUnitPrice != 0D) {
- OldUnitPrice = other.OldUnitPrice;
- }
- if (other.Quantity != 0) {
- Quantity = other.Quantity;
- }
- if (other.PictureUrl.Length != 0) {
- PictureUrl = other.PictureUrl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- ProductId = input.ReadInt32();
- break;
- }
- case 26: {
- ProductName = input.ReadString();
- break;
- }
- case 33: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 41: {
- OldUnitPrice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- ProductId = input.ReadInt32();
- break;
- }
- case 26: {
- ProductName = input.ReadString();
- break;
- }
- case 33: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 41: {
- OldUnitPrice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class OrderDraftDTO : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO(OrderDraftDTO other) : this() {
- total_ = other.total_;
- orderItems_ = other.orderItems_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO Clone() {
- return new OrderDraftDTO(this);
- }
-
- /// Field number for the "total" field.
- public const int TotalFieldNumber = 1;
- private double total_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Total {
- get { return total_; }
- set {
- total_ = value;
- }
- }
-
- /// Field number for the "orderItems" field.
- public const int OrderItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_orderItems_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser);
- private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField OrderItems {
- get { return orderItems_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as OrderDraftDTO);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(OrderDraftDTO other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false;
- if(!orderItems_.Equals(other.orderItems_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total);
- hash ^= orderItems_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Total != 0D) {
- output.WriteRawTag(9);
- output.WriteDouble(Total);
- }
- orderItems_.WriteTo(output, _repeated_orderItems_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Total != 0D) {
- output.WriteRawTag(9);
- output.WriteDouble(Total);
- }
- orderItems_.WriteTo(ref output, _repeated_orderItems_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Total != 0D) {
- size += 1 + 8;
- }
- size += orderItems_.CalculateSize(_repeated_orderItems_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(OrderDraftDTO other) {
- if (other == null) {
- return;
- }
- if (other.Total != 0D) {
- Total = other.Total;
- }
- orderItems_.Add(other.orderItems_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 9: {
- Total = input.ReadDouble();
- break;
- }
- case 18: {
- orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 9: {
- Total = input.ReadDouble();
- break;
- }
- case 18: {
- orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class OrderItemDTO : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO(OrderItemDTO other) : this() {
- productId_ = other.productId_;
- productName_ = other.productName_;
- unitPrice_ = other.unitPrice_;
- discount_ = other.discount_;
- units_ = other.units_;
- pictureUrl_ = other.pictureUrl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO Clone() {
- return new OrderItemDTO(this);
- }
-
- /// Field number for the "productId" field.
- public const int ProductIdFieldNumber = 1;
- private int productId_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int ProductId {
- get { return productId_; }
- set {
- productId_ = value;
- }
- }
-
- /// Field number for the "productName" field.
- public const int ProductNameFieldNumber = 2;
- private string productName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string ProductName {
- get { return productName_; }
- set {
- productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitPrice" field.
- public const int UnitPriceFieldNumber = 3;
- private double unitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double UnitPrice {
- get { return unitPrice_; }
- set {
- unitPrice_ = value;
- }
- }
-
- /// Field number for the "discount" field.
- public const int DiscountFieldNumber = 4;
- private double discount_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Discount {
- get { return discount_; }
- set {
- discount_ = value;
- }
- }
-
- /// Field number for the "units" field.
- public const int UnitsFieldNumber = 5;
- private int units_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Units {
- get { return units_; }
- set {
- units_ = value;
- }
- }
-
- /// Field number for the "pictureUrl" field.
- public const int PictureUrlFieldNumber = 6;
- private string pictureUrl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUrl {
- get { return pictureUrl_; }
- set {
- pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as OrderItemDTO);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(OrderItemDTO other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (ProductId != other.ProductId) return false;
- if (ProductName != other.ProductName) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false;
- if (Units != other.Units) return false;
- if (PictureUrl != other.PictureUrl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (ProductId != 0) hash ^= ProductId.GetHashCode();
- if (ProductName.Length != 0) hash ^= ProductName.GetHashCode();
- if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice);
- if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount);
- if (Units != 0) hash ^= Units.GetHashCode();
- if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (ProductId != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(25);
- output.WriteDouble(UnitPrice);
- }
- if (Discount != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Discount);
- }
- if (Units != 0) {
- output.WriteRawTag(40);
- output.WriteInt32(Units);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (ProductId != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(25);
- output.WriteDouble(UnitPrice);
- }
- if (Discount != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Discount);
- }
- if (Units != 0) {
- output.WriteRawTag(40);
- output.WriteInt32(Units);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (ProductId != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId);
- }
- if (ProductName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName);
- }
- if (UnitPrice != 0D) {
- size += 1 + 8;
- }
- if (Discount != 0D) {
- size += 1 + 8;
- }
- if (Units != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units);
- }
- if (PictureUrl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(OrderItemDTO other) {
- if (other == null) {
- return;
- }
- if (other.ProductId != 0) {
- ProductId = other.ProductId;
- }
- if (other.ProductName.Length != 0) {
- ProductName = other.ProductName;
- }
- if (other.UnitPrice != 0D) {
- UnitPrice = other.UnitPrice;
- }
- if (other.Discount != 0D) {
- Discount = other.Discount;
- }
- if (other.Units != 0) {
- Units = other.Units;
- }
- if (other.PictureUrl.Length != 0) {
- PictureUrl = other.PictureUrl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- ProductId = input.ReadInt32();
- break;
- }
- case 18: {
- ProductName = input.ReadString();
- break;
- }
- case 25: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 33: {
- Discount = input.ReadDouble();
- break;
- }
- case 40: {
- Units = input.ReadInt32();
- break;
- }
- case 50: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- ProductId = input.ReadInt32();
- break;
- }
- case 18: {
- ProductName = input.ReadString();
- break;
- }
- case 25: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 33: {
- Discount = input.ReadDouble();
- break;
- }
- case 40: {
- Units = input.ReadInt32();
- break;
- }
- case 50: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs
deleted file mode 100644
index 4cc6bea8..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/OrderingGrpc.cs
+++ /dev/null
@@ -1,124 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: ordering.proto
-//
-#pragma warning disable 0414, 1591
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace GrpcOrdering {
- public static partial class OrderingGrpc
- {
- static readonly string __ServiceName = "OrderingApi.OrderingGrpc";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "CreateOrderDraftFromBasketData",
- __Marshaller_OrderingApi_CreateOrderDraftCommand,
- __Marshaller_OrderingApi_OrderDraftDTO);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; }
- }
-
- /// Client for OrderingGrpc
- public partial class OrderingGrpcClient : grpc::ClientBase
- {
- /// Creates a new client for OrderingGrpc
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public OrderingGrpcClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for OrderingGrpc that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public OrderingGrpcClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected OrderingGrpcClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected OrderingGrpcClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return CreateOrderDraftFromBasketData(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return CreateOrderDraftFromBasketDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override OrderingGrpcClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new OrderingGrpcClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
deleted file mode 100644
index a71661bf..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
deleted file mode 100644
index 8efb4f1e..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6d290a156a8d1e6b1606ed54227fbf456fdf2335
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3711ff25..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
-build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator
-build_property._RazorSourceGeneratorDebug =
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs
deleted file mode 100644
index 4db6d34b..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Newtonsoft")]
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache
deleted file mode 100644
index 66ae23e5..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.assets.cache and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache
deleted file mode 100644
index 45e92b42..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 81d08f27..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0028d9d7772865d5466507d4b8950e6b1db36a45
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt
deleted file mode 100644
index eff861e5..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,74 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.Development.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/appsettings.localhost.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.runtimeconfig.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Web.Shopping.HttpAggregator.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Client.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.UI.Core.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/HealthChecks.Uris.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Google.Protobuf.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Core.Api.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Client.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.ClientFactory.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Grpc.Net.Common.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.JsonPatch.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.DependencyModel.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Microsoft.OpenApi.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.AspNetCore.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Hosting.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Extensions.Logging.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Formatting.Compact.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Settings.Configuration.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Console.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Debug.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.File.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.PeriodicBatching.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Serilog.Sinks.Seq.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x64/native/grpc_csharp_ext.x64.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/bin/Debug/net6.0/runtimes/win-x86/native/grpc_csharp_ext.x86.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.MvcApplicationPartsAssemblyInfo.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.development.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/scopedcss/bundle/Web.Shopping.HttpAggregator.styles.css
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.csproj.CopyComplete
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 87140ba8..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache
deleted file mode 100644
index 15eadd61..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-bb90c40911546d575b5a394c00fb4b0f64248c95
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb
deleted file mode 100644
index 488ee514..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost
deleted file mode 100755
index 07b78de6..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/apphost and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 17a394cc..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/ref/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 17a394cc..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/refint/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json
deleted file mode 100644
index af437055..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net6.0/staticwebassets.build.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Version": 1,
- "Hash": "MLTqrYtfAl+uDNvXqxeKls2028dA4hVlodXqpi3fIQE=",
- "Source": "Web.Shopping.HttpAggregator",
- "BasePath": "_content/Web.Shopping.HttpAggregator",
- "Mode": "Default",
- "ManifestType": "Build",
- "ReferencedProjectsConfiguration": [],
- "DiscoveryPatterns": [],
- "Assets": []
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep
deleted file mode 100644
index 7a92137c..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/13bc9ab794319831_ordering.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net8.0/Ordering.cs \
-obj/Debug/net8.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep
deleted file mode 100644
index 5f19662c..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/1990726b26142f12_catalog.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net8.0/Catalog.cs \
-obj/Debug/net8.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep
deleted file mode 100644
index bb0bd187..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/256b1bc6ff9655a0_basket.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net8.0/Basket.cs \
-obj/Debug/net8.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep
deleted file mode 100644
index 135abd6e..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/82a514b6faa72366_ordering.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj\Debug\net8.0/Ordering.cs \
-obj\Debug\net8.0/OrderingGrpc.cs: ../../../Services/Ordering/Ordering.API/Proto/ordering.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs
deleted file mode 100644
index d917f029..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Basket.cs
+++ /dev/null
@@ -1,1092 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: basket.proto
-//
-#pragma warning disable 1591, 0612, 3021, 8981
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace GrpcBasket {
-
- /// Holder for reflection information generated from basket.proto
- public static partial class BasketReflection {
-
- #region Descriptor
- /// File descriptor for basket.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static BasketReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "CgxiYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1ZXN0EgoK",
- "AmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdidXllcmlk",
- "GAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tldEl0ZW1S",
- "ZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1eWVyaWQY",
- "ASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0SXRlbVJl",
- "c3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASABKAkSEQoJ",
- "cHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEKCXVuaXRw",
- "cmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVhbnRpdHkY",
- "BiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4KDUdldEJh",
- "c2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJhc2tldEFw",
- "aS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFza2V0EiAu",
- "QmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tldEFwaS5D",
- "dXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRiBnByb3Rv",
- "Mw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class BasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest(BasketRequest other) : this() {
- id_ = other.id_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest Clone() {
- return new BasketRequest(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketRequest other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CustomerBasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest(CustomerBasketRequest other) : this() {
- buyerid_ = other.buyerid_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketRequest Clone() {
- return new CustomerBasketRequest(this);
- }
-
- /// Field number for the "buyerid" field.
- public const int BuyeridFieldNumber = 1;
- private string buyerid_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Buyerid {
- get { return buyerid_; }
- set {
- buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CustomerBasketRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CustomerBasketRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Buyerid != other.Buyerid) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Buyerid.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CustomerBasketRequest other) {
- if (other == null) {
- return;
- }
- if (other.Buyerid.Length != 0) {
- Buyerid = other.Buyerid;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CustomerBasketResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse(CustomerBasketResponse other) : this() {
- buyerid_ = other.buyerid_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CustomerBasketResponse Clone() {
- return new CustomerBasketResponse(this);
- }
-
- /// Field number for the "buyerid" field.
- public const int BuyeridFieldNumber = 1;
- private string buyerid_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Buyerid {
- get { return buyerid_; }
- set {
- buyerid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcBasket.BasketItemResponse.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CustomerBasketResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CustomerBasketResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Buyerid != other.Buyerid) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Buyerid.Length != 0) hash ^= Buyerid.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Buyerid.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Buyerid);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Buyerid.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Buyerid);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CustomerBasketResponse other) {
- if (other == null) {
- return;
- }
- if (other.Buyerid.Length != 0) {
- Buyerid = other.Buyerid;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Buyerid = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class BasketItemResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItemResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse(BasketItemResponse other) : this() {
- id_ = other.id_;
- productid_ = other.productid_;
- productname_ = other.productname_;
- unitprice_ = other.unitprice_;
- oldunitprice_ = other.oldunitprice_;
- quantity_ = other.quantity_;
- pictureurl_ = other.pictureurl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItemResponse Clone() {
- return new BasketItemResponse(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "productid" field.
- public const int ProductidFieldNumber = 2;
- private int productid_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Productid {
- get { return productid_; }
- set {
- productid_ = value;
- }
- }
-
- /// Field number for the "productname" field.
- public const int ProductnameFieldNumber = 3;
- private string productname_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Productname {
- get { return productname_; }
- set {
- productname_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitprice" field.
- public const int UnitpriceFieldNumber = 4;
- private double unitprice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Unitprice {
- get { return unitprice_; }
- set {
- unitprice_ = value;
- }
- }
-
- /// Field number for the "oldunitprice" field.
- public const int OldunitpriceFieldNumber = 5;
- private double oldunitprice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Oldunitprice {
- get { return oldunitprice_; }
- set {
- oldunitprice_ = value;
- }
- }
-
- /// Field number for the "quantity" field.
- public const int QuantityFieldNumber = 6;
- private int quantity_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Quantity {
- get { return quantity_; }
- set {
- quantity_ = value;
- }
- }
-
- /// Field number for the "pictureurl" field.
- public const int PictureurlFieldNumber = 7;
- private string pictureurl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Pictureurl {
- get { return pictureurl_; }
- set {
- pictureurl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketItemResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketItemResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Productid != other.Productid) return false;
- if (Productname != other.Productname) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Unitprice, other.Unitprice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Oldunitprice, other.Oldunitprice)) return false;
- if (Quantity != other.Quantity) return false;
- if (Pictureurl != other.Pictureurl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (Productid != 0) hash ^= Productid.GetHashCode();
- if (Productname.Length != 0) hash ^= Productname.GetHashCode();
- if (Unitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Unitprice);
- if (Oldunitprice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Oldunitprice);
- if (Quantity != 0) hash ^= Quantity.GetHashCode();
- if (Pictureurl.Length != 0) hash ^= Pictureurl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (Productid != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(Productid);
- }
- if (Productname.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Productname);
- }
- if (Unitprice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Unitprice);
- }
- if (Oldunitprice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(Oldunitprice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (Pictureurl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(Pictureurl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (Productid != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(Productid);
- }
- if (Productname.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Productname);
- }
- if (Unitprice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Unitprice);
- }
- if (Oldunitprice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(Oldunitprice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (Pictureurl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(Pictureurl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (Productid != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Productid);
- }
- if (Productname.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Productname);
- }
- if (Unitprice != 0D) {
- size += 1 + 8;
- }
- if (Oldunitprice != 0D) {
- size += 1 + 8;
- }
- if (Quantity != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity);
- }
- if (Pictureurl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Pictureurl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketItemResponse other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- if (other.Productid != 0) {
- Productid = other.Productid;
- }
- if (other.Productname.Length != 0) {
- Productname = other.Productname;
- }
- if (other.Unitprice != 0D) {
- Unitprice = other.Unitprice;
- }
- if (other.Oldunitprice != 0D) {
- Oldunitprice = other.Oldunitprice;
- }
- if (other.Quantity != 0) {
- Quantity = other.Quantity;
- }
- if (other.Pictureurl.Length != 0) {
- Pictureurl = other.Pictureurl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- Productid = input.ReadInt32();
- break;
- }
- case 26: {
- Productname = input.ReadString();
- break;
- }
- case 33: {
- Unitprice = input.ReadDouble();
- break;
- }
- case 41: {
- Oldunitprice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- Pictureurl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- Productid = input.ReadInt32();
- break;
- }
- case 26: {
- Productname = input.ReadString();
- break;
- }
- case 33: {
- Unitprice = input.ReadDouble();
- break;
- }
- case 41: {
- Oldunitprice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- Pictureurl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs
deleted file mode 100644
index 5f603c0e..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/BasketGrpc.cs
+++ /dev/null
@@ -1,154 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: basket.proto
-//
-#pragma warning disable 0414, 1591, 8981, 0612
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace GrpcBasket {
- public static partial class Basket
- {
- static readonly string __ServiceName = "BasketApi.Basket";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_BasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.BasketRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketResponse.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_BasketApi_CustomerBasketRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CustomerBasketRequest.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetBasketById = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetBasketById",
- __Marshaller_BasketApi_BasketRequest,
- __Marshaller_BasketApi_CustomerBasketResponse);
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_UpdateBasket = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "UpdateBasket",
- __Marshaller_BasketApi_CustomerBasketRequest,
- __Marshaller_BasketApi_CustomerBasketResponse);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::GrpcBasket.BasketReflection.Descriptor.Services[0]; }
- }
-
- /// Client for Basket
- public partial class BasketClient : grpc::ClientBase
- {
- /// Creates a new client for Basket
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public BasketClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for Basket that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public BasketClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected BasketClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected BasketClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetBasketById(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse GetBasketById(global::GrpcBasket.BasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetBasketById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetBasketByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetBasketByIdAsync(global::GrpcBasket.BasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetBasketById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return UpdateBasket(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcBasket.CustomerBasketResponse UpdateBasket(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_UpdateBasket, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return UpdateBasketAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall UpdateBasketAsync(global::GrpcBasket.CustomerBasketRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_UpdateBasket, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override BasketClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new BasketClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs
deleted file mode 100644
index 9d10b19d..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Catalog.cs
+++ /dev/null
@@ -1,1879 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: catalog.proto
-//
-#pragma warning disable 1591, 0612, 3021, 8981
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace CatalogApi {
-
- /// Holder for reflection information generated from catalog.proto
- public static partial class CatalogReflection {
-
- #region Descriptor
- /// File descriptor for catalog.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static CatalogReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "Cg1jYXRhbG9nLnByb3RvEgpDYXRhbG9nQXBpIiAKEkNhdGFsb2dJdGVtUmVx",
- "dWVzdBIKCgJpZBgBIAEoBSJHChNDYXRhbG9nSXRlbXNSZXF1ZXN0EgsKA2lk",
- "cxgBIAEoCRIQCghwYWdlU2l6ZRgCIAEoBRIRCglwYWdlSW5kZXgYAyABKAUi",
- "yAIKE0NhdGFsb2dJdGVtUmVzcG9uc2USCgoCaWQYASABKAUSDAoEbmFtZRgC",
- "IAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRINCgVwcmljZRgEIAEoARIZChFw",
- "aWN0dXJlX2ZpbGVfbmFtZRgFIAEoCRITCgtwaWN0dXJlX3VyaRgGIAEoCRIt",
- "CgxjYXRhbG9nX3R5cGUYCCABKAsyFy5DYXRhbG9nQXBpLkNhdGFsb2dUeXBl",
- "Ei8KDWNhdGFsb2dfYnJhbmQYCiABKAsyGC5DYXRhbG9nQXBpLkNhdGFsb2dC",
- "cmFuZBIXCg9hdmFpbGFibGVfc3RvY2sYCyABKAUSGQoRcmVzdG9ja190aHJl",
- "c2hvbGQYDCABKAUSGwoTbWF4X3N0b2NrX3RocmVzaG9sZBgNIAEoBRISCgpv",
- "bl9yZW9yZGVyGA4gASgIIigKDENhdGFsb2dCcmFuZBIKCgJpZBgBIAEoBRIM",
- "CgRuYW1lGAIgASgJIicKC0NhdGFsb2dUeXBlEgoKAmlkGAEgASgFEgwKBHR5",
- "cGUYAiABKAkiewoWUGFnaW5hdGVkSXRlbXNSZXNwb25zZRIRCglwYWdlSW5k",
- "ZXgYASABKAUSEAoIcGFnZVNpemUYAiABKAUSDQoFY291bnQYAyABKAMSLQoE",
- "ZGF0YRgEIAMoCzIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1SZXNwb25zZTKz",
- "AQoHQ2F0YWxvZxJQCgtHZXRJdGVtQnlJZBIeLkNhdGFsb2dBcGkuQ2F0YWxv",
- "Z0l0ZW1SZXF1ZXN0Gh8uQ2F0YWxvZ0FwaS5DYXRhbG9nSXRlbVJlc3BvbnNl",
- "IgASVgoNR2V0SXRlbXNCeUlkcxIfLkNhdGFsb2dBcGkuQ2F0YWxvZ0l0ZW1z",
- "UmVxdWVzdBoiLkNhdGFsb2dBcGkuUGFnaW5hdGVkSXRlbXNSZXNwb25zZSIA",
- "YgZwcm90bzM="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemRequest), global::CatalogApi.CatalogItemRequest.Parser, new[]{ "Id" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemsRequest), global::CatalogApi.CatalogItemsRequest.Parser, new[]{ "Ids", "PageSize", "PageIndex" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogItemResponse), global::CatalogApi.CatalogItemResponse.Parser, new[]{ "Id", "Name", "Description", "Price", "PictureFileName", "PictureUri", "CatalogType", "CatalogBrand", "AvailableStock", "RestockThreshold", "MaxStockThreshold", "OnReorder" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogBrand), global::CatalogApi.CatalogBrand.Parser, new[]{ "Id", "Name" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.CatalogType), global::CatalogApi.CatalogType.Parser, new[]{ "Id", "Type" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::CatalogApi.PaginatedItemsResponse), global::CatalogApi.PaginatedItemsResponse.Parser, new[]{ "PageIndex", "PageSize", "Count", "Data" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CatalogItemRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest(CatalogItemRequest other) : this() {
- id_ = other.id_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemRequest Clone() {
- return new CatalogItemRequest(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemRequest other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CatalogItemsRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemsRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest(CatalogItemsRequest other) : this() {
- ids_ = other.ids_;
- pageSize_ = other.pageSize_;
- pageIndex_ = other.pageIndex_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemsRequest Clone() {
- return new CatalogItemsRequest(this);
- }
-
- /// Field number for the "ids" field.
- public const int IdsFieldNumber = 1;
- private string ids_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Ids {
- get { return ids_; }
- set {
- ids_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "pageSize" field.
- public const int PageSizeFieldNumber = 2;
- private int pageSize_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageSize {
- get { return pageSize_; }
- set {
- pageSize_ = value;
- }
- }
-
- /// Field number for the "pageIndex" field.
- public const int PageIndexFieldNumber = 3;
- private int pageIndex_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageIndex {
- get { return pageIndex_; }
- set {
- pageIndex_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemsRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemsRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Ids != other.Ids) return false;
- if (PageSize != other.PageSize) return false;
- if (PageIndex != other.PageIndex) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Ids.Length != 0) hash ^= Ids.GetHashCode();
- if (PageSize != 0) hash ^= PageSize.GetHashCode();
- if (PageIndex != 0) hash ^= PageIndex.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Ids.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Ids);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (PageIndex != 0) {
- output.WriteRawTag(24);
- output.WriteInt32(PageIndex);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Ids.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Ids);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (PageIndex != 0) {
- output.WriteRawTag(24);
- output.WriteInt32(PageIndex);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Ids.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Ids);
- }
- if (PageSize != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize);
- }
- if (PageIndex != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemsRequest other) {
- if (other == null) {
- return;
- }
- if (other.Ids.Length != 0) {
- Ids = other.Ids;
- }
- if (other.PageSize != 0) {
- PageSize = other.PageSize;
- }
- if (other.PageIndex != 0) {
- PageIndex = other.PageIndex;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Ids = input.ReadString();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- PageIndex = input.ReadInt32();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Ids = input.ReadString();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- PageIndex = input.ReadInt32();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CatalogItemResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogItemResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse(CatalogItemResponse other) : this() {
- id_ = other.id_;
- name_ = other.name_;
- description_ = other.description_;
- price_ = other.price_;
- pictureFileName_ = other.pictureFileName_;
- pictureUri_ = other.pictureUri_;
- catalogType_ = other.catalogType_ != null ? other.catalogType_.Clone() : null;
- catalogBrand_ = other.catalogBrand_ != null ? other.catalogBrand_.Clone() : null;
- availableStock_ = other.availableStock_;
- restockThreshold_ = other.restockThreshold_;
- maxStockThreshold_ = other.maxStockThreshold_;
- onReorder_ = other.onReorder_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogItemResponse Clone() {
- return new CatalogItemResponse(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "name" field.
- public const int NameFieldNumber = 2;
- private string name_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Name {
- get { return name_; }
- set {
- name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "description" field.
- public const int DescriptionFieldNumber = 3;
- private string description_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Description {
- get { return description_; }
- set {
- description_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "price" field.
- public const int PriceFieldNumber = 4;
- private double price_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Price {
- get { return price_; }
- set {
- price_ = value;
- }
- }
-
- /// Field number for the "picture_file_name" field.
- public const int PictureFileNameFieldNumber = 5;
- private string pictureFileName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureFileName {
- get { return pictureFileName_; }
- set {
- pictureFileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "picture_uri" field.
- public const int PictureUriFieldNumber = 6;
- private string pictureUri_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUri {
- get { return pictureUri_; }
- set {
- pictureUri_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "catalog_type" field.
- public const int CatalogTypeFieldNumber = 8;
- private global::CatalogApi.CatalogType catalogType_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::CatalogApi.CatalogType CatalogType {
- get { return catalogType_; }
- set {
- catalogType_ = value;
- }
- }
-
- /// Field number for the "catalog_brand" field.
- public const int CatalogBrandFieldNumber = 10;
- private global::CatalogApi.CatalogBrand catalogBrand_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::CatalogApi.CatalogBrand CatalogBrand {
- get { return catalogBrand_; }
- set {
- catalogBrand_ = value;
- }
- }
-
- /// Field number for the "available_stock" field.
- public const int AvailableStockFieldNumber = 11;
- private int availableStock_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int AvailableStock {
- get { return availableStock_; }
- set {
- availableStock_ = value;
- }
- }
-
- /// Field number for the "restock_threshold" field.
- public const int RestockThresholdFieldNumber = 12;
- private int restockThreshold_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int RestockThreshold {
- get { return restockThreshold_; }
- set {
- restockThreshold_ = value;
- }
- }
-
- /// Field number for the "max_stock_threshold" field.
- public const int MaxStockThresholdFieldNumber = 13;
- private int maxStockThreshold_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int MaxStockThreshold {
- get { return maxStockThreshold_; }
- set {
- maxStockThreshold_ = value;
- }
- }
-
- /// Field number for the "on_reorder" field.
- public const int OnReorderFieldNumber = 14;
- private bool onReorder_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool OnReorder {
- get { return onReorder_; }
- set {
- onReorder_ = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogItemResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogItemResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Name != other.Name) return false;
- if (Description != other.Description) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Price, other.Price)) return false;
- if (PictureFileName != other.PictureFileName) return false;
- if (PictureUri != other.PictureUri) return false;
- if (!object.Equals(CatalogType, other.CatalogType)) return false;
- if (!object.Equals(CatalogBrand, other.CatalogBrand)) return false;
- if (AvailableStock != other.AvailableStock) return false;
- if (RestockThreshold != other.RestockThreshold) return false;
- if (MaxStockThreshold != other.MaxStockThreshold) return false;
- if (OnReorder != other.OnReorder) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Name.Length != 0) hash ^= Name.GetHashCode();
- if (Description.Length != 0) hash ^= Description.GetHashCode();
- if (Price != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Price);
- if (PictureFileName.Length != 0) hash ^= PictureFileName.GetHashCode();
- if (PictureUri.Length != 0) hash ^= PictureUri.GetHashCode();
- if (catalogType_ != null) hash ^= CatalogType.GetHashCode();
- if (catalogBrand_ != null) hash ^= CatalogBrand.GetHashCode();
- if (AvailableStock != 0) hash ^= AvailableStock.GetHashCode();
- if (RestockThreshold != 0) hash ^= RestockThreshold.GetHashCode();
- if (MaxStockThreshold != 0) hash ^= MaxStockThreshold.GetHashCode();
- if (OnReorder != false) hash ^= OnReorder.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (Description.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Description);
- }
- if (Price != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Price);
- }
- if (PictureFileName.Length != 0) {
- output.WriteRawTag(42);
- output.WriteString(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUri);
- }
- if (catalogType_ != null) {
- output.WriteRawTag(66);
- output.WriteMessage(CatalogType);
- }
- if (catalogBrand_ != null) {
- output.WriteRawTag(82);
- output.WriteMessage(CatalogBrand);
- }
- if (AvailableStock != 0) {
- output.WriteRawTag(88);
- output.WriteInt32(AvailableStock);
- }
- if (RestockThreshold != 0) {
- output.WriteRawTag(96);
- output.WriteInt32(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- output.WriteRawTag(104);
- output.WriteInt32(MaxStockThreshold);
- }
- if (OnReorder != false) {
- output.WriteRawTag(112);
- output.WriteBool(OnReorder);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (Description.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Description);
- }
- if (Price != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Price);
- }
- if (PictureFileName.Length != 0) {
- output.WriteRawTag(42);
- output.WriteString(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUri);
- }
- if (catalogType_ != null) {
- output.WriteRawTag(66);
- output.WriteMessage(CatalogType);
- }
- if (catalogBrand_ != null) {
- output.WriteRawTag(82);
- output.WriteMessage(CatalogBrand);
- }
- if (AvailableStock != 0) {
- output.WriteRawTag(88);
- output.WriteInt32(AvailableStock);
- }
- if (RestockThreshold != 0) {
- output.WriteRawTag(96);
- output.WriteInt32(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- output.WriteRawTag(104);
- output.WriteInt32(MaxStockThreshold);
- }
- if (OnReorder != false) {
- output.WriteRawTag(112);
- output.WriteBool(OnReorder);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Name.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
- }
- if (Description.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Description);
- }
- if (Price != 0D) {
- size += 1 + 8;
- }
- if (PictureFileName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureFileName);
- }
- if (PictureUri.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUri);
- }
- if (catalogType_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogType);
- }
- if (catalogBrand_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(CatalogBrand);
- }
- if (AvailableStock != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(AvailableStock);
- }
- if (RestockThreshold != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(RestockThreshold);
- }
- if (MaxStockThreshold != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxStockThreshold);
- }
- if (OnReorder != false) {
- size += 1 + 1;
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogItemResponse other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Name.Length != 0) {
- Name = other.Name;
- }
- if (other.Description.Length != 0) {
- Description = other.Description;
- }
- if (other.Price != 0D) {
- Price = other.Price;
- }
- if (other.PictureFileName.Length != 0) {
- PictureFileName = other.PictureFileName;
- }
- if (other.PictureUri.Length != 0) {
- PictureUri = other.PictureUri;
- }
- if (other.catalogType_ != null) {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- CatalogType.MergeFrom(other.CatalogType);
- }
- if (other.catalogBrand_ != null) {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- CatalogBrand.MergeFrom(other.CatalogBrand);
- }
- if (other.AvailableStock != 0) {
- AvailableStock = other.AvailableStock;
- }
- if (other.RestockThreshold != 0) {
- RestockThreshold = other.RestockThreshold;
- }
- if (other.MaxStockThreshold != 0) {
- MaxStockThreshold = other.MaxStockThreshold;
- }
- if (other.OnReorder != false) {
- OnReorder = other.OnReorder;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- case 26: {
- Description = input.ReadString();
- break;
- }
- case 33: {
- Price = input.ReadDouble();
- break;
- }
- case 42: {
- PictureFileName = input.ReadString();
- break;
- }
- case 50: {
- PictureUri = input.ReadString();
- break;
- }
- case 66: {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- input.ReadMessage(CatalogType);
- break;
- }
- case 82: {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- input.ReadMessage(CatalogBrand);
- break;
- }
- case 88: {
- AvailableStock = input.ReadInt32();
- break;
- }
- case 96: {
- RestockThreshold = input.ReadInt32();
- break;
- }
- case 104: {
- MaxStockThreshold = input.ReadInt32();
- break;
- }
- case 112: {
- OnReorder = input.ReadBool();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- case 26: {
- Description = input.ReadString();
- break;
- }
- case 33: {
- Price = input.ReadDouble();
- break;
- }
- case 42: {
- PictureFileName = input.ReadString();
- break;
- }
- case 50: {
- PictureUri = input.ReadString();
- break;
- }
- case 66: {
- if (catalogType_ == null) {
- CatalogType = new global::CatalogApi.CatalogType();
- }
- input.ReadMessage(CatalogType);
- break;
- }
- case 82: {
- if (catalogBrand_ == null) {
- CatalogBrand = new global::CatalogApi.CatalogBrand();
- }
- input.ReadMessage(CatalogBrand);
- break;
- }
- case 88: {
- AvailableStock = input.ReadInt32();
- break;
- }
- case 96: {
- RestockThreshold = input.ReadInt32();
- break;
- }
- case 104: {
- MaxStockThreshold = input.ReadInt32();
- break;
- }
- case 112: {
- OnReorder = input.ReadBool();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CatalogBrand : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogBrand());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand(CatalogBrand other) : this() {
- id_ = other.id_;
- name_ = other.name_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogBrand Clone() {
- return new CatalogBrand(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "name" field.
- public const int NameFieldNumber = 2;
- private string name_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Name {
- get { return name_; }
- set {
- name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogBrand);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogBrand other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Name != other.Name) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Name.Length != 0) hash ^= Name.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Name.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Name);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Name.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogBrand other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Name.Length != 0) {
- Name = other.Name;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Name = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CatalogType : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CatalogType());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[4]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType(CatalogType other) : this() {
- id_ = other.id_;
- type_ = other.type_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CatalogType Clone() {
- return new CatalogType(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private int id_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Id {
- get { return id_; }
- set {
- id_ = value;
- }
- }
-
- /// Field number for the "type" field.
- public const int TypeFieldNumber = 2;
- private string type_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Type {
- get { return type_; }
- set {
- type_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CatalogType);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CatalogType other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (Type != other.Type) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id != 0) hash ^= Id.GetHashCode();
- if (Type.Length != 0) hash ^= Type.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Type.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Type);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(Id);
- }
- if (Type.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(Type);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
- }
- if (Type.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Type);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CatalogType other) {
- if (other == null) {
- return;
- }
- if (other.Id != 0) {
- Id = other.Id;
- }
- if (other.Type.Length != 0) {
- Type = other.Type;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Type = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- Id = input.ReadInt32();
- break;
- }
- case 18: {
- Type = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class PaginatedItemsResponse : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PaginatedItemsResponse());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::CatalogApi.CatalogReflection.Descriptor.MessageTypes[5]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse(PaginatedItemsResponse other) : this() {
- pageIndex_ = other.pageIndex_;
- pageSize_ = other.pageSize_;
- count_ = other.count_;
- data_ = other.data_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public PaginatedItemsResponse Clone() {
- return new PaginatedItemsResponse(this);
- }
-
- /// Field number for the "pageIndex" field.
- public const int PageIndexFieldNumber = 1;
- private int pageIndex_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageIndex {
- get { return pageIndex_; }
- set {
- pageIndex_ = value;
- }
- }
-
- /// Field number for the "pageSize" field.
- public const int PageSizeFieldNumber = 2;
- private int pageSize_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int PageSize {
- get { return pageSize_; }
- set {
- pageSize_ = value;
- }
- }
-
- /// Field number for the "count" field.
- public const int CountFieldNumber = 3;
- private long count_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public long Count {
- get { return count_; }
- set {
- count_ = value;
- }
- }
-
- /// Field number for the "data" field.
- public const int DataFieldNumber = 4;
- private static readonly pb::FieldCodec _repeated_data_codec
- = pb::FieldCodec.ForMessage(34, global::CatalogApi.CatalogItemResponse.Parser);
- private readonly pbc::RepeatedField data_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Data {
- get { return data_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as PaginatedItemsResponse);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(PaginatedItemsResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (PageIndex != other.PageIndex) return false;
- if (PageSize != other.PageSize) return false;
- if (Count != other.Count) return false;
- if(!data_.Equals(other.data_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (PageIndex != 0) hash ^= PageIndex.GetHashCode();
- if (PageSize != 0) hash ^= PageSize.GetHashCode();
- if (Count != 0L) hash ^= Count.GetHashCode();
- hash ^= data_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (PageIndex != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(PageIndex);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (Count != 0L) {
- output.WriteRawTag(24);
- output.WriteInt64(Count);
- }
- data_.WriteTo(output, _repeated_data_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (PageIndex != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(PageIndex);
- }
- if (PageSize != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(PageSize);
- }
- if (Count != 0L) {
- output.WriteRawTag(24);
- output.WriteInt64(Count);
- }
- data_.WriteTo(ref output, _repeated_data_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (PageIndex != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageIndex);
- }
- if (PageSize != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize);
- }
- if (Count != 0L) {
- size += 1 + pb::CodedOutputStream.ComputeInt64Size(Count);
- }
- size += data_.CalculateSize(_repeated_data_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(PaginatedItemsResponse other) {
- if (other == null) {
- return;
- }
- if (other.PageIndex != 0) {
- PageIndex = other.PageIndex;
- }
- if (other.PageSize != 0) {
- PageSize = other.PageSize;
- }
- if (other.Count != 0L) {
- Count = other.Count;
- }
- data_.Add(other.data_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- PageIndex = input.ReadInt32();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- Count = input.ReadInt64();
- break;
- }
- case 34: {
- data_.AddEntriesFrom(input, _repeated_data_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- PageIndex = input.ReadInt32();
- break;
- }
- case 16: {
- PageSize = input.ReadInt32();
- break;
- }
- case 24: {
- Count = input.ReadInt64();
- break;
- }
- case 34: {
- data_.AddEntriesFrom(ref input, _repeated_data_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs
deleted file mode 100644
index c4732130..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/CatalogGrpc.cs
+++ /dev/null
@@ -1,200 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: catalog.proto
-//
-#pragma warning disable 0414, 1591, 8981, 0612
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace CatalogApi {
- public static partial class Catalog
- {
- static readonly string __ServiceName = "CatalogApi.Catalog";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemResponse.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_CatalogItemsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.CatalogItemsRequest.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_CatalogApi_PaginatedItemsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::CatalogApi.PaginatedItemsResponse.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetItemById = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetItemById",
- __Marshaller_CatalogApi_CatalogItemRequest,
- __Marshaller_CatalogApi_CatalogItemResponse);
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_GetItemsByIds = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "GetItemsByIds",
- __Marshaller_CatalogApi_CatalogItemsRequest,
- __Marshaller_CatalogApi_PaginatedItemsResponse);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::CatalogApi.CatalogReflection.Descriptor.Services[0]; }
- }
-
- /// Client for Catalog
- public partial class CatalogClient : grpc::ClientBase
- {
- /// Creates a new client for Catalog
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public CatalogClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for Catalog that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public CatalogClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected CatalogClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected CatalogClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The initial metadata to send with the call. This parameter is optional.
- /// An optional deadline for the call. The call will be cancelled if deadline is hit.
- /// An optional token for canceling the call.
- /// The response received from the server.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemById(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The options for the call.
- /// The response received from the server.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.CatalogItemResponse GetItemById(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetItemById, null, options, request);
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The initial metadata to send with the call. This parameter is optional.
- /// An optional deadline for the call. The call will be cancelled if deadline is hit.
- /// An optional token for canceling the call.
- /// The call object.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- ///
- /// >>
- ///option (google.api.http) = {
- ///get: "/api/v1/catalog/items/{id}"
- ///};
- ///<<
- ///
- /// The request to send to the server.
- /// The options for the call.
- /// The call object.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemByIdAsync(global::CatalogApi.CatalogItemRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetItemById, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemsByIds(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::CatalogApi.PaginatedItemsResponse GetItemsByIds(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_GetItemsByIds, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return GetItemsByIdsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall GetItemsByIdsAsync(global::CatalogApi.CatalogItemsRequest request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_GetItemsByIds, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override CatalogClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new CatalogClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs
deleted file mode 100644
index e8389895..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Ordering.cs
+++ /dev/null
@@ -1,1277 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: ordering.proto
-//
-#pragma warning disable 1591, 0612, 3021, 8981
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace GrpcOrdering {
-
- /// Holder for reflection information generated from ordering.proto
- public static partial class OrderingReflection {
-
- #region Descriptor
- /// File descriptor for ordering.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static OrderingReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "Cg5vcmRlcmluZy5wcm90bxILT3JkZXJpbmdBcGkiUgoXQ3JlYXRlT3JkZXJE",
- "cmFmdENvbW1hbmQSDwoHYnV5ZXJJZBgBIAEoCRImCgVpdGVtcxgCIAMoCzIX",
- "Lk9yZGVyaW5nQXBpLkJhc2tldEl0ZW0ijwEKCkJhc2tldEl0ZW0SCgoCaWQY",
- "ASABKAkSEQoJcHJvZHVjdElkGAIgASgFEhMKC3Byb2R1Y3ROYW1lGAMgASgJ",
- "EhEKCXVuaXRQcmljZRgEIAEoARIUCgxvbGRVbml0UHJpY2UYBSABKAESEAoI",
- "cXVhbnRpdHkYBiABKAUSEgoKcGljdHVyZVVybBgHIAEoCSJNCg1PcmRlckRy",
- "YWZ0RFRPEg0KBXRvdGFsGAEgASgBEi0KCm9yZGVySXRlbXMYAiADKAsyGS5P",
- "cmRlcmluZ0FwaS5PcmRlckl0ZW1EVE8ifgoMT3JkZXJJdGVtRFRPEhEKCXBy",
- "b2R1Y3RJZBgBIAEoBRITCgtwcm9kdWN0TmFtZRgCIAEoCRIRCgl1bml0UHJp",
- "Y2UYAyABKAESEAoIZGlzY291bnQYBCABKAESDQoFdW5pdHMYBSABKAUSEgoK",
- "cGljdHVyZVVybBgGIAEoCTJ0CgxPcmRlcmluZ0dycGMSZAoeQ3JlYXRlT3Jk",
- "ZXJEcmFmdEZyb21CYXNrZXREYXRhEiQuT3JkZXJpbmdBcGkuQ3JlYXRlT3Jk",
- "ZXJEcmFmdENvbW1hbmQaGi5PcmRlcmluZ0FwaS5PcmRlckRyYWZ0RFRPIgBC",
- "D6oCDEdycGNPcmRlcmluZ2IGcHJvdG8z"));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.CreateOrderDraftCommand), global::GrpcOrdering.CreateOrderDraftCommand.Parser, new[]{ "BuyerId", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.BasketItem), global::GrpcOrdering.BasketItem.Parser, new[]{ "Id", "ProductId", "ProductName", "UnitPrice", "OldUnitPrice", "Quantity", "PictureUrl" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderDraftDTO), global::GrpcOrdering.OrderDraftDTO.Parser, new[]{ "Total", "OrderItems" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcOrdering.OrderItemDTO), global::GrpcOrdering.OrderItemDTO.Parser, new[]{ "ProductId", "ProductName", "UnitPrice", "Discount", "Units", "PictureUrl" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class CreateOrderDraftCommand : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateOrderDraftCommand());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand(CreateOrderDraftCommand other) : this() {
- buyerId_ = other.buyerId_;
- items_ = other.items_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public CreateOrderDraftCommand Clone() {
- return new CreateOrderDraftCommand(this);
- }
-
- /// Field number for the "buyerId" field.
- public const int BuyerIdFieldNumber = 1;
- private string buyerId_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string BuyerId {
- get { return buyerId_; }
- set {
- buyerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "items" field.
- public const int ItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_items_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.BasketItem.Parser);
- private readonly pbc::RepeatedField items_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField Items {
- get { return items_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as CreateOrderDraftCommand);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(CreateOrderDraftCommand other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (BuyerId != other.BuyerId) return false;
- if(!items_.Equals(other.items_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode();
- hash ^= items_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (BuyerId.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(BuyerId);
- }
- items_.WriteTo(output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (BuyerId.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(BuyerId);
- }
- items_.WriteTo(ref output, _repeated_items_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (BuyerId.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId);
- }
- size += items_.CalculateSize(_repeated_items_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(CreateOrderDraftCommand other) {
- if (other == null) {
- return;
- }
- if (other.BuyerId.Length != 0) {
- BuyerId = other.BuyerId;
- }
- items_.Add(other.items_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- BuyerId = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(input, _repeated_items_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- BuyerId = input.ReadString();
- break;
- }
- case 18: {
- items_.AddEntriesFrom(ref input, _repeated_items_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class BasketItem : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketItem());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[1]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem(BasketItem other) : this() {
- id_ = other.id_;
- productId_ = other.productId_;
- productName_ = other.productName_;
- unitPrice_ = other.unitPrice_;
- oldUnitPrice_ = other.oldUnitPrice_;
- quantity_ = other.quantity_;
- pictureUrl_ = other.pictureUrl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketItem Clone() {
- return new BasketItem(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "productId" field.
- public const int ProductIdFieldNumber = 2;
- private int productId_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int ProductId {
- get { return productId_; }
- set {
- productId_ = value;
- }
- }
-
- /// Field number for the "productName" field.
- public const int ProductNameFieldNumber = 3;
- private string productName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string ProductName {
- get { return productName_; }
- set {
- productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitPrice" field.
- public const int UnitPriceFieldNumber = 4;
- private double unitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double UnitPrice {
- get { return unitPrice_; }
- set {
- unitPrice_ = value;
- }
- }
-
- /// Field number for the "oldUnitPrice" field.
- public const int OldUnitPriceFieldNumber = 5;
- private double oldUnitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double OldUnitPrice {
- get { return oldUnitPrice_; }
- set {
- oldUnitPrice_ = value;
- }
- }
-
- /// Field number for the "quantity" field.
- public const int QuantityFieldNumber = 6;
- private int quantity_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Quantity {
- get { return quantity_; }
- set {
- quantity_ = value;
- }
- }
-
- /// Field number for the "pictureUrl" field.
- public const int PictureUrlFieldNumber = 7;
- private string pictureUrl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUrl {
- get { return pictureUrl_; }
- set {
- pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketItem);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketItem other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- if (ProductId != other.ProductId) return false;
- if (ProductName != other.ProductName) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OldUnitPrice, other.OldUnitPrice)) return false;
- if (Quantity != other.Quantity) return false;
- if (PictureUrl != other.PictureUrl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (ProductId != 0) hash ^= ProductId.GetHashCode();
- if (ProductName.Length != 0) hash ^= ProductName.GetHashCode();
- if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice);
- if (OldUnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OldUnitPrice);
- if (Quantity != 0) hash ^= Quantity.GetHashCode();
- if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (ProductId != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(UnitPrice);
- }
- if (OldUnitPrice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(OldUnitPrice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (ProductId != 0) {
- output.WriteRawTag(16);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(UnitPrice);
- }
- if (OldUnitPrice != 0D) {
- output.WriteRawTag(41);
- output.WriteDouble(OldUnitPrice);
- }
- if (Quantity != 0) {
- output.WriteRawTag(48);
- output.WriteInt32(Quantity);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(58);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (ProductId != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId);
- }
- if (ProductName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName);
- }
- if (UnitPrice != 0D) {
- size += 1 + 8;
- }
- if (OldUnitPrice != 0D) {
- size += 1 + 8;
- }
- if (Quantity != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity);
- }
- if (PictureUrl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketItem other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- if (other.ProductId != 0) {
- ProductId = other.ProductId;
- }
- if (other.ProductName.Length != 0) {
- ProductName = other.ProductName;
- }
- if (other.UnitPrice != 0D) {
- UnitPrice = other.UnitPrice;
- }
- if (other.OldUnitPrice != 0D) {
- OldUnitPrice = other.OldUnitPrice;
- }
- if (other.Quantity != 0) {
- Quantity = other.Quantity;
- }
- if (other.PictureUrl.Length != 0) {
- PictureUrl = other.PictureUrl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- ProductId = input.ReadInt32();
- break;
- }
- case 26: {
- ProductName = input.ReadString();
- break;
- }
- case 33: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 41: {
- OldUnitPrice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- case 16: {
- ProductId = input.ReadInt32();
- break;
- }
- case 26: {
- ProductName = input.ReadString();
- break;
- }
- case 33: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 41: {
- OldUnitPrice = input.ReadDouble();
- break;
- }
- case 48: {
- Quantity = input.ReadInt32();
- break;
- }
- case 58: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class OrderDraftDTO : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderDraftDTO());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[2]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO(OrderDraftDTO other) : this() {
- total_ = other.total_;
- orderItems_ = other.orderItems_.Clone();
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderDraftDTO Clone() {
- return new OrderDraftDTO(this);
- }
-
- /// Field number for the "total" field.
- public const int TotalFieldNumber = 1;
- private double total_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Total {
- get { return total_; }
- set {
- total_ = value;
- }
- }
-
- /// Field number for the "orderItems" field.
- public const int OrderItemsFieldNumber = 2;
- private static readonly pb::FieldCodec _repeated_orderItems_codec
- = pb::FieldCodec.ForMessage(18, global::GrpcOrdering.OrderItemDTO.Parser);
- private readonly pbc::RepeatedField orderItems_ = new pbc::RepeatedField();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public pbc::RepeatedField OrderItems {
- get { return orderItems_; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as OrderDraftDTO);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(OrderDraftDTO other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Total, other.Total)) return false;
- if(!orderItems_.Equals(other.orderItems_)) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Total != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Total);
- hash ^= orderItems_.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Total != 0D) {
- output.WriteRawTag(9);
- output.WriteDouble(Total);
- }
- orderItems_.WriteTo(output, _repeated_orderItems_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Total != 0D) {
- output.WriteRawTag(9);
- output.WriteDouble(Total);
- }
- orderItems_.WriteTo(ref output, _repeated_orderItems_codec);
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Total != 0D) {
- size += 1 + 8;
- }
- size += orderItems_.CalculateSize(_repeated_orderItems_codec);
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(OrderDraftDTO other) {
- if (other == null) {
- return;
- }
- if (other.Total != 0D) {
- Total = other.Total;
- }
- orderItems_.Add(other.orderItems_);
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 9: {
- Total = input.ReadDouble();
- break;
- }
- case 18: {
- orderItems_.AddEntriesFrom(input, _repeated_orderItems_codec);
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 9: {
- Total = input.ReadDouble();
- break;
- }
- case 18: {
- orderItems_.AddEntriesFrom(ref input, _repeated_orderItems_codec);
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class OrderItemDTO : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OrderItemDTO());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.MessageTypes[3]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO(OrderItemDTO other) : this() {
- productId_ = other.productId_;
- productName_ = other.productName_;
- unitPrice_ = other.unitPrice_;
- discount_ = other.discount_;
- units_ = other.units_;
- pictureUrl_ = other.pictureUrl_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public OrderItemDTO Clone() {
- return new OrderItemDTO(this);
- }
-
- /// Field number for the "productId" field.
- public const int ProductIdFieldNumber = 1;
- private int productId_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int ProductId {
- get { return productId_; }
- set {
- productId_ = value;
- }
- }
-
- /// Field number for the "productName" field.
- public const int ProductNameFieldNumber = 2;
- private string productName_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string ProductName {
- get { return productName_; }
- set {
- productName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- /// Field number for the "unitPrice" field.
- public const int UnitPriceFieldNumber = 3;
- private double unitPrice_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double UnitPrice {
- get { return unitPrice_; }
- set {
- unitPrice_ = value;
- }
- }
-
- /// Field number for the "discount" field.
- public const int DiscountFieldNumber = 4;
- private double discount_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public double Discount {
- get { return discount_; }
- set {
- discount_ = value;
- }
- }
-
- /// Field number for the "units" field.
- public const int UnitsFieldNumber = 5;
- private int units_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int Units {
- get { return units_; }
- set {
- units_ = value;
- }
- }
-
- /// Field number for the "pictureUrl" field.
- public const int PictureUrlFieldNumber = 6;
- private string pictureUrl_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string PictureUrl {
- get { return pictureUrl_; }
- set {
- pictureUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as OrderItemDTO);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(OrderItemDTO other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (ProductId != other.ProductId) return false;
- if (ProductName != other.ProductName) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(UnitPrice, other.UnitPrice)) return false;
- if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Discount, other.Discount)) return false;
- if (Units != other.Units) return false;
- if (PictureUrl != other.PictureUrl) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (ProductId != 0) hash ^= ProductId.GetHashCode();
- if (ProductName.Length != 0) hash ^= ProductName.GetHashCode();
- if (UnitPrice != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(UnitPrice);
- if (Discount != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Discount);
- if (Units != 0) hash ^= Units.GetHashCode();
- if (PictureUrl.Length != 0) hash ^= PictureUrl.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (ProductId != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(25);
- output.WriteDouble(UnitPrice);
- }
- if (Discount != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Discount);
- }
- if (Units != 0) {
- output.WriteRawTag(40);
- output.WriteInt32(Units);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (ProductId != 0) {
- output.WriteRawTag(8);
- output.WriteInt32(ProductId);
- }
- if (ProductName.Length != 0) {
- output.WriteRawTag(18);
- output.WriteString(ProductName);
- }
- if (UnitPrice != 0D) {
- output.WriteRawTag(25);
- output.WriteDouble(UnitPrice);
- }
- if (Discount != 0D) {
- output.WriteRawTag(33);
- output.WriteDouble(Discount);
- }
- if (Units != 0) {
- output.WriteRawTag(40);
- output.WriteInt32(Units);
- }
- if (PictureUrl.Length != 0) {
- output.WriteRawTag(50);
- output.WriteString(PictureUrl);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (ProductId != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId);
- }
- if (ProductName.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductName);
- }
- if (UnitPrice != 0D) {
- size += 1 + 8;
- }
- if (Discount != 0D) {
- size += 1 + 8;
- }
- if (Units != 0) {
- size += 1 + pb::CodedOutputStream.ComputeInt32Size(Units);
- }
- if (PictureUrl.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(PictureUrl);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(OrderItemDTO other) {
- if (other == null) {
- return;
- }
- if (other.ProductId != 0) {
- ProductId = other.ProductId;
- }
- if (other.ProductName.Length != 0) {
- ProductName = other.ProductName;
- }
- if (other.UnitPrice != 0D) {
- UnitPrice = other.UnitPrice;
- }
- if (other.Discount != 0D) {
- Discount = other.Discount;
- }
- if (other.Units != 0) {
- Units = other.Units;
- }
- if (other.PictureUrl.Length != 0) {
- PictureUrl = other.PictureUrl;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 8: {
- ProductId = input.ReadInt32();
- break;
- }
- case 18: {
- ProductName = input.ReadString();
- break;
- }
- case 25: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 33: {
- Discount = input.ReadDouble();
- break;
- }
- case 40: {
- Units = input.ReadInt32();
- break;
- }
- case 50: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 8: {
- ProductId = input.ReadInt32();
- break;
- }
- case 18: {
- ProductName = input.ReadString();
- break;
- }
- case 25: {
- UnitPrice = input.ReadDouble();
- break;
- }
- case 33: {
- Discount = input.ReadDouble();
- break;
- }
- case 40: {
- Units = input.ReadInt32();
- break;
- }
- case 50: {
- PictureUrl = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs
deleted file mode 100644
index c2c3531c..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/OrderingGrpc.cs
+++ /dev/null
@@ -1,124 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: ordering.proto
-//
-#pragma warning disable 0414, 1591, 8981, 0612
-#region Designer generated code
-
-using grpc = global::Grpc.Core;
-
-namespace GrpcOrdering {
- public static partial class OrderingGrpc
- {
- static readonly string __ServiceName = "OrderingApi.OrderingGrpc";
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (message is global::Google.Protobuf.IBufferMessage)
- {
- context.SetPayloadLength(message.CalculateSize());
- global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
- context.Complete();
- return;
- }
- #endif
- context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static class __Helper_MessageCache
- {
- public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static T __Helper_DeserializeMessage(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
- {
- #if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
- if (__Helper_MessageCache.IsBufferMessage)
- {
- return parser.ParseFrom(context.PayloadAsReadOnlySequence());
- }
- #endif
- return parser.ParseFrom(context.PayloadAsNewBuffer());
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_OrderingApi_CreateOrderDraftCommand = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.CreateOrderDraftCommand.Parser));
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Marshaller __Marshaller_OrderingApi_OrderDraftDTO = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcOrdering.OrderDraftDTO.Parser));
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- static readonly grpc::Method __Method_CreateOrderDraftFromBasketData = new grpc::Method(
- grpc::MethodType.Unary,
- __ServiceName,
- "CreateOrderDraftFromBasketData",
- __Marshaller_OrderingApi_CreateOrderDraftCommand,
- __Marshaller_OrderingApi_OrderDraftDTO);
-
- /// Service descriptor
- public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
- {
- get { return global::GrpcOrdering.OrderingReflection.Descriptor.Services[0]; }
- }
-
- /// Client for OrderingGrpc
- public partial class OrderingGrpcClient : grpc::ClientBase
- {
- /// Creates a new client for OrderingGrpc
- /// The channel to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public OrderingGrpcClient(grpc::ChannelBase channel) : base(channel)
- {
- }
- /// Creates a new client for OrderingGrpc that uses a custom CallInvoker.
- /// The callInvoker to use to make remote calls.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public OrderingGrpcClient(grpc::CallInvoker callInvoker) : base(callInvoker)
- {
- }
- /// Protected parameterless constructor to allow creation of test doubles.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected OrderingGrpcClient() : base()
- {
- }
- /// Protected constructor to allow creation of configured clients.
- /// The client configuration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected OrderingGrpcClient(ClientBaseConfiguration configuration) : base(configuration)
- {
- }
-
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return CreateOrderDraftFromBasketData(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual global::GrpcOrdering.OrderDraftDTO CreateOrderDraftFromBasketData(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options)
- {
- return CallInvoker.BlockingUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request);
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
- {
- return CreateOrderDraftFromBasketDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
- }
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- public virtual grpc::AsyncUnaryCall CreateOrderDraftFromBasketDataAsync(global::GrpcOrdering.CreateOrderDraftCommand request, grpc::CallOptions options)
- {
- return CallInvoker.AsyncUnaryCall(__Method_CreateOrderDraftFromBasketData, null, options, request);
- }
- /// Creates a new instance of client from given ClientBaseConfiguration.
- [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
- protected override OrderingGrpcClient NewInstance(ClientBaseConfiguration configuration)
- {
- return new OrderingGrpcClient(configuration);
- }
- }
-
- }
-}
-#endregion
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
deleted file mode 100644
index 358f2feb..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
deleted file mode 100644
index 82a9ea44..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d37935219120ac16b1a23d64c6ed1eb33c23fa6639700a06888695d5b8fd2611
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index cda404dc..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
-build_property.RootNamespace = Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\ApiGateways\Aggregators\Web.Shopping.HttpAggregator\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.RazorLangVersion = 8.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\ApiGateways\Aggregators\Web.Shopping.HttpAggregator
-build_property._RazorSourceGeneratorDebug =
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache
deleted file mode 100644
index 9c4e2a31..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.assets.cache and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache
deleted file mode 100644
index 484aa374..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep
deleted file mode 100644
index 09218cbb..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/bffc8eaa828dab30_basket.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj\Debug\net8.0/Basket.cs \
-obj\Debug\net8.0/BasketGrpc.cs: ../../../Services/Basket/Basket.API/Proto/basket.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep
deleted file mode 100644
index f7735d88..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net8.0/ea1f4038c55362a4_catalog.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj\Debug\net8.0/Catalog.cs \
-obj\Debug\net8.0/CatalogGrpc.cs: ../../../Services/Catalog/Catalog.API/Proto/catalog.proto
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shop.4606EB20.Up2Date b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shop.4606EB20.Up2Date
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
index 06f132ea..07a2c79b 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Web.Shopping.HttpAggregator")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a8b395ed18f8f26654475e19de22afa3d9975ee")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("Web.Shopping.HttpAggregator")]
[assembly: System.Reflection.AssemblyTitleAttribute("Web.Shopping.HttpAggregator")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
index f58a0017..7f4cfb79 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.AssemblyInfoInputs.cache
@@ -1 +1 @@
-234389ab0af69d63329361221441ebe0f32165784831033b80c53d09f245a67f
+9f5cd102720a3ffa5709934faafcbb510a683b28ef2b1644e59c6f241723bcaf
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache
index e018eabf..0818470c 100644
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache and b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.assets.cache differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache
index 15a23adf..981a415e 100644
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache and b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.AssemblyReference.cache differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
index 171e5251..0abde3c3 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-073592ea93db4eae01da1f0ca8690b1ae56b8bf25cdbd1c7f357c1a918ea32b6
+b5b1635d1c4d443bd122b97cbdb55f63d51e9763f983d21d4fe0d115e51733e2
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 1231eab7..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache
deleted file mode 100644
index 875d3925..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-8941ceaf701102543a9af6c886c3b2721649b8f3d910c72c4e0e9ed0a3041e6b
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb
deleted file mode 100644
index 99479683..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.pdb and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json
index 66d5f078..c1b394cd 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/Web.Shopping.HttpAggregator.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/1a8b395ed18f8f26654475e19de22afa3d9975ee/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost
deleted file mode 100755
index ae5439fe..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/apphost and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 4a973804..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/ref/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll
deleted file mode 100644
index 4a973804..00000000
Binary files a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/refint/Web.Shopping.HttpAggregator.dll and /dev/null differ
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json
deleted file mode 100644
index 634f882f..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"JsZ9MJJcBzMytqaMN+vmHZOKahINCTZGaOmZW2MwpdI=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4=","OrbduInxWULqRJeyMze0aBVQ51r/6YfwRI93jplCly4=","lp4rT0CXtNc3Efui0g4psz2P4EQ3GVWWbEY7CC2oIQo=","pG2SSnfdgMS1AfjymjAe0sOpVrWKt/d2JSh/zWBODSc=","Dj1RHQ1eNmJFRhICUhIrYXDIkkVNFPCoBz5XlZt0SR0=","Z0rPgqov3hP6TUHtao\u002BvLnM5M4\u002BDC2VmzOsxCKBQ5YM=","eDGnl6/b3QMFo/kEZAOEMSfWUsYEcWspk50EiSgqIsA="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json
deleted file mode 100644
index 9bf9a515..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rjsmrazor.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"6QCpDD0BRivi2zxIPuLz90+2Sjoguwmg15iDhpgj5WQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4=","OrbduInxWULqRJeyMze0aBVQ51r/6YfwRI93jplCly4=","lp4rT0CXtNc3Efui0g4psz2P4EQ3GVWWbEY7CC2oIQo=","pG2SSnfdgMS1AfjymjAe0sOpVrWKt/d2JSh/zWBODSc=","Dj1RHQ1eNmJFRhICUhIrYXDIkkVNFPCoBz5XlZt0SR0=","Z0rPgqov3hP6TUHtao\u002BvLnM5M4\u002BDC2VmzOsxCKBQ5YM=","eDGnl6/b3QMFo/kEZAOEMSfWUsYEcWspk50EiSgqIsA="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json
index 7ec46084..2a1e40dd 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/rpswa.dswa.cache.json
@@ -1 +1 @@
-{"GlobalPropertiesHash":"XDULzp9OWNDfPmtmE5rXVJTjPqgG9IghpLgfLreFnGg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["diethuXyvk2n\u002BYc1NwZvoeDIKuboAn57lxgE1FfkkYs=","St8gSyPYqfBnDCgAWY1XkH6Rhpa2AoXgs6blwf2UJfU=","vWSnqKLlCgsNzpOT3ZLNSwB7rc7uiGZOhgi7QliGzF4="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
+{"GlobalPropertiesHash":"XDULzp9OWNDfPmtmE5rXVJTjPqgG9IghpLgfLreFnGg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ZGOhCrHDfh7caAQ8J8aW6rJPd3727Qrbw9/ipHfdteU=","wqv2wKh1D8s1UYznM0JkuZwZ394mXkLMzL5sIAyImcQ=","AEWxtGIZt8ggn1ISwNZNSkHtIVzAW5GaUaZ1broyRh8="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json
deleted file mode 100644
index 5576e889..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json
deleted file mode 100644
index c2898816..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"TTOCcr4MgbJDuBwc9tKM+efbEht88R9/uLTfPIZkbeo=","Source":"Web.Shopping.HttpAggregator","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache
deleted file mode 100644
index e7e92a84..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/staticwebassets.build.json.cache
+++ /dev/null
@@ -1 +0,0 @@
-TTOCcr4MgbJDuBwc9tKM+efbEht88R9/uLTfPIZkbeo=
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/swae.build.ex.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Debug/net9.0/swae.build.ex.cache
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json
index ac6043cf..eb1e966b 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.dgspec.json
@@ -46,19 +46,19 @@
"dependencies": {
"AspNetCore.HealthChecks.UI.Client": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"AspNetCore.HealthChecks.Uris": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"Google.Protobuf": {
"target": "Package",
- "version": "[3.28.3, )"
+ "version": "[3.33.1, )"
},
"Grpc.AspNetCore.Server.ClientFactory": {
"target": "Package",
- "version": "[2.70.0, )"
+ "version": "[2.71.0, )"
},
"Grpc.Core": {
"target": "Package",
@@ -66,12 +66,12 @@
},
"Grpc.Net.Client": {
"target": "Package",
- "version": "[2.70.0, )"
+ "version": "[2.71.0, )"
},
"Grpc.Tools": {
"suppressParent": "All",
"target": "Package",
- "version": "[2.68.1, )"
+ "version": "[2.76.0, )"
},
"Microsoft.AspNetCore.Authentication.JwtBearer": {
"target": "Package",
@@ -87,15 +87,15 @@
},
"Serilog.AspNetCore": {
"target": "Package",
- "version": "[8.0.3, )"
+ "version": "[9.0.0, )"
},
"Serilog.Sinks.Console": {
"target": "Package",
- "version": "[6.0.0, )"
+ "version": "[6.1.1, )"
},
"Serilog.Sinks.Seq": {
"target": "Package",
- "version": "[8.0.0, )"
+ "version": "[9.0.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props
index f8af02e8..a765eaaf 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.props
@@ -15,10 +15,10 @@
-
+
/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5
- /home/runner/.nuget/packages/grpc.tools/2.68.1
+ /home/runner/.nuget/packages/grpc.tools/2.76.0
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets
index d1fb5c99..44ff47cc 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/Web.Shopping.HttpAggregator.csproj.nuget.g.targets
@@ -2,9 +2,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json
index bf47fd40..b444d6b6 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.assets.json
@@ -2,11 +2,10 @@
"version": 3,
"targets": {
"net9.0": {
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
+ "AspNetCore.HealthChecks.UI.Client/9.0.0": {
"type": "package",
"dependencies": {
- "AspNetCore.HealthChecks.UI.Core": "8.0.1",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
+ "AspNetCore.HealthChecks.UI.Core": "9.0.0"
},
"compile": {
"lib/net8.0/HealthChecks.UI.Client.dll": {
@@ -22,41 +21,40 @@
"Microsoft.AspNetCore.App"
]
},
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
+ "AspNetCore.HealthChecks.UI.Core/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
+ "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11"
},
"compile": {
- "lib/net6.0/HealthChecks.UI.Core.dll": {
+ "lib/net8.0/HealthChecks.UI.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/HealthChecks.UI.Core.dll": {
+ "lib/net8.0/HealthChecks.UI.Core.dll": {
"related": ".xml"
}
}
},
- "AspNetCore.HealthChecks.Uris/8.0.1": {
+ "AspNetCore.HealthChecks.Uris/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
+ "Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11",
"Microsoft.Extensions.Http": "8.0.0"
},
"compile": {
- "lib/net5.0/HealthChecks.Uris.dll": {
+ "lib/net8.0/HealthChecks.Uris.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net5.0/HealthChecks.Uris.dll": {
+ "lib/net8.0/HealthChecks.Uris.dll": {
"related": ".xml"
}
}
},
- "Google.Protobuf/3.28.3": {
+ "Google.Protobuf/3.33.1": {
"type": "package",
"compile": {
"lib/net5.0/Google.Protobuf.dll": {
@@ -69,10 +67,10 @@
}
}
},
- "Grpc.AspNetCore.Server/2.70.0": {
+ "Grpc.AspNetCore.Server/2.71.0": {
"type": "package",
"dependencies": {
- "Grpc.Net.Common": "2.70.0"
+ "Grpc.Net.Common": "2.71.0"
},
"compile": {
"lib/net9.0/Grpc.AspNetCore.Server.dll": {
@@ -88,11 +86,11 @@
"Microsoft.AspNetCore.App"
]
},
- "Grpc.AspNetCore.Server.ClientFactory/2.70.0": {
+ "Grpc.AspNetCore.Server.ClientFactory/2.71.0": {
"type": "package",
"dependencies": {
- "Grpc.AspNetCore.Server": "2.70.0",
- "Grpc.Net.ClientFactory": "2.70.0"
+ "Grpc.AspNetCore.Server": "2.71.0",
+ "Grpc.Net.ClientFactory": "2.71.0"
},
"compile": {
"lib/net9.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
@@ -147,7 +145,7 @@
}
}
},
- "Grpc.Core.Api/2.70.0": {
+ "Grpc.Core.Api/2.71.0": {
"type": "package",
"compile": {
"lib/netstandard2.1/Grpc.Core.Api.dll": {
@@ -160,10 +158,10 @@
}
}
},
- "Grpc.Net.Client/2.70.0": {
+ "Grpc.Net.Client/2.71.0": {
"type": "package",
"dependencies": {
- "Grpc.Net.Common": "2.70.0",
+ "Grpc.Net.Common": "2.71.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
},
"compile": {
@@ -177,10 +175,10 @@
}
}
},
- "Grpc.Net.ClientFactory/2.70.0": {
+ "Grpc.Net.ClientFactory/2.71.0": {
"type": "package",
"dependencies": {
- "Grpc.Net.Client": "2.70.0",
+ "Grpc.Net.Client": "2.71.0",
"Microsoft.Extensions.Http": "6.0.0"
},
"compile": {
@@ -194,10 +192,10 @@
}
}
},
- "Grpc.Net.Common/2.70.0": {
+ "Grpc.Net.Common/2.71.0": {
"type": "package",
"dependencies": {
- "Grpc.Core.Api": "2.70.0"
+ "Grpc.Core.Api": "2.71.0"
},
"compile": {
"lib/net8.0/Grpc.Net.Common.dll": {
@@ -210,7 +208,7 @@
}
}
},
- "Grpc.Tools/2.68.1": {
+ "Grpc.Tools/2.76.0": {
"type": "package",
"build": {
"build/Grpc.Tools.props": {},
@@ -333,18 +331,18 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Binder/8.0.0": {
+ "Microsoft.Extensions.Configuration.Binder/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.0"
},
"compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
"related": ".xml"
}
},
@@ -352,23 +350,23 @@
"buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
}
},
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
+ "Microsoft.Extensions.DependencyInjection/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
},
"compile": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/net6.0/_._": {}
+ "buildTransitive/net8.0/_._": {}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
@@ -387,20 +385,20 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyModel/8.0.2": {
+ "Microsoft.Extensions.DependencyModel/9.0.0": {
"type": "package",
"compile": {
- "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
+ "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
+ "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/net6.0/_._": {}
+ "buildTransitive/net8.0/_._": {}
}
},
"Microsoft.Extensions.Diagnostics/8.0.0": {
@@ -542,25 +540,25 @@
"buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/8.0.0": {
+ "Microsoft.Extensions.Logging/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection": "9.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
+ "Microsoft.Extensions.Options": "9.0.0"
},
"compile": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "lib/net9.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "lib/net9.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/net6.0/_._": {}
+ "buildTransitive/net8.0/_._": {}
}
},
"Microsoft.Extensions.Logging.Abstractions/9.0.0": {
@@ -768,47 +766,46 @@
},
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
}
},
- "Serilog/4.0.0": {
+ "Serilog/4.2.0": {
"type": "package",
"compile": {
- "lib/net8.0/Serilog.dll": {
+ "lib/net9.0/Serilog.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Serilog.dll": {
+ "lib/net9.0/Serilog.dll": {
"related": ".xml"
}
}
},
- "Serilog.AspNetCore/8.0.3": {
+ "Serilog.AspNetCore/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Logging": "8.0.0",
- "Serilog": "3.1.1",
- "Serilog.Extensions.Hosting": "8.0.0",
- "Serilog.Formatting.Compact": "2.0.0",
- "Serilog.Settings.Configuration": "8.0.4",
- "Serilog.Sinks.Console": "5.0.0",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
+ "Serilog": "4.2.0",
+ "Serilog.Extensions.Hosting": "9.0.0",
+ "Serilog.Formatting.Compact": "3.0.0",
+ "Serilog.Settings.Configuration": "9.0.0",
+ "Serilog.Sinks.Console": "6.0.0",
+ "Serilog.Sinks.Debug": "3.0.0",
+ "Serilog.Sinks.File": "6.0.0"
},
"compile": {
- "lib/net8.0/Serilog.AspNetCore.dll": {
+ "lib/net9.0/Serilog.AspNetCore.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Serilog.AspNetCore.dll": {
+ "lib/net9.0/Serilog.AspNetCore.dll": {
"related": ".xml"
}
},
@@ -816,78 +813,78 @@
"Microsoft.AspNetCore.App"
]
},
- "Serilog.Extensions.Hosting/8.0.0": {
+ "Serilog.Extensions.Hosting/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Serilog": "3.1.1",
- "Serilog.Extensions.Logging": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
+ "Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
+ "Serilog": "4.2.0",
+ "Serilog.Extensions.Logging": "9.0.0"
},
"compile": {
- "lib/net8.0/Serilog.Extensions.Hosting.dll": {
+ "lib/net9.0/Serilog.Extensions.Hosting.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Serilog.Extensions.Hosting.dll": {
+ "lib/net9.0/Serilog.Extensions.Hosting.dll": {
"related": ".xml"
}
}
},
- "Serilog.Extensions.Logging/8.0.0": {
+ "Serilog.Extensions.Logging/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Logging": "8.0.0",
- "Serilog": "3.1.1"
+ "Microsoft.Extensions.Logging": "9.0.0",
+ "Serilog": "4.2.0"
},
"compile": {
- "lib/net8.0/Serilog.Extensions.Logging.dll": {
+ "lib/net9.0/Serilog.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Serilog.Extensions.Logging.dll": {
+ "lib/net9.0/Serilog.Extensions.Logging.dll": {
"related": ".xml"
}
}
},
- "Serilog.Formatting.Compact/2.0.0": {
+ "Serilog.Formatting.Compact/3.0.0": {
"type": "package",
"dependencies": {
- "Serilog": "3.1.0"
+ "Serilog": "4.0.0"
},
"compile": {
- "lib/net7.0/Serilog.Formatting.Compact.dll": {
+ "lib/net8.0/Serilog.Formatting.Compact.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net7.0/Serilog.Formatting.Compact.dll": {
+ "lib/net8.0/Serilog.Formatting.Compact.dll": {
"related": ".xml"
}
}
},
- "Serilog.Settings.Configuration/8.0.4": {
+ "Serilog.Settings.Configuration/9.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "8.0.0",
- "Microsoft.Extensions.DependencyModel": "8.0.2",
- "Serilog": "3.1.1"
+ "Microsoft.Extensions.Configuration.Binder": "9.0.0",
+ "Microsoft.Extensions.DependencyModel": "9.0.0",
+ "Serilog": "4.2.0"
},
"compile": {
- "lib/net8.0/Serilog.Settings.Configuration.dll": {
+ "lib/net9.0/Serilog.Settings.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/Serilog.Settings.Configuration.dll": {
+ "lib/net9.0/Serilog.Settings.Configuration.dll": {
"related": ".xml"
}
}
},
- "Serilog.Sinks.Console/6.0.0": {
+ "Serilog.Sinks.Console/6.1.1": {
"type": "package",
"dependencies": {
"Serilog": "4.0.0"
@@ -903,39 +900,43 @@
}
}
},
- "Serilog.Sinks.Debug/2.0.0": {
+ "Serilog.Sinks.Debug/3.0.0": {
"type": "package",
"dependencies": {
- "Serilog": "2.10.0"
+ "Serilog": "4.0.0"
},
"compile": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {}
+ "lib/net8.0/Serilog.Sinks.Debug.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {}
+ "lib/net8.0/Serilog.Sinks.Debug.dll": {
+ "related": ".xml"
+ }
}
},
- "Serilog.Sinks.File/5.0.0": {
+ "Serilog.Sinks.File/6.0.0": {
"type": "package",
"dependencies": {
- "Serilog": "2.10.0"
+ "Serilog": "4.0.0"
},
"compile": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "related": ".pdb"
+ "lib/net8.0/Serilog.Sinks.File.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "related": ".pdb"
+ "lib/net8.0/Serilog.Sinks.File.dll": {
+ "related": ".xml"
}
}
},
- "Serilog.Sinks.Seq/8.0.0": {
+ "Serilog.Sinks.Seq/9.0.0": {
"type": "package",
"dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Sinks.File": "5.0.0"
+ "Serilog": "4.2.0",
+ "Serilog.Sinks.File": "6.0.0"
},
"compile": {
"lib/net6.0/Serilog.Sinks.Seq.dll": {
@@ -1060,62 +1061,58 @@
}
},
"libraries": {
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
- "sha512": "nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==",
+ "AspNetCore.HealthChecks.UI.Client/9.0.0": {
+ "sha512": "1Ub3Wvvbz7CMuFNWgLEc9qqQibiMoovDML/WHrwr5J83RPgtI20giCR92s/ipLgu7IIuqw+W/y7WpIeHqAICxg==",
"type": "package",
- "path": "aspnetcore.healthchecks.ui.client/8.0.1",
+ "path": "aspnetcore.healthchecks.ui.client/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512",
+ "aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512",
"aspnetcore.healthchecks.ui.client.nuspec",
"icon.png",
- "lib/net6.0/HealthChecks.UI.Client.dll",
- "lib/net6.0/HealthChecks.UI.Client.xml",
- "lib/net7.0/HealthChecks.UI.Client.dll",
- "lib/net7.0/HealthChecks.UI.Client.xml",
"lib/net8.0/HealthChecks.UI.Client.dll",
"lib/net8.0/HealthChecks.UI.Client.xml"
]
},
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
- "sha512": "Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==",
+ "AspNetCore.HealthChecks.UI.Core/9.0.0": {
+ "sha512": "TVriy4hgYnhfqz6NAzv8qe62Q8wf82iKUL6WV9selqeFZTq1ILi39Sic6sFQegRysvAVcnxKP/vY8z9Fk8x6XQ==",
"type": "package",
- "path": "aspnetcore.healthchecks.ui.core/8.0.1",
+ "path": "aspnetcore.healthchecks.ui.core/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512",
+ "aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512",
"aspnetcore.healthchecks.ui.core.nuspec",
"icon.png",
- "lib/net6.0/HealthChecks.UI.Core.dll",
- "lib/net6.0/HealthChecks.UI.Core.xml"
+ "lib/net8.0/HealthChecks.UI.Core.dll",
+ "lib/net8.0/HealthChecks.UI.Core.xml"
]
},
- "AspNetCore.HealthChecks.Uris/8.0.1": {
- "sha512": "A1ahRx4pdXjrSGlGFLoyoXOV4Lfp5sfs+OIGfvi14RwecIAac4xs6cP0Q8tw/rv4Ng+KAaYpzD4qhxXVwUcIyA==",
+ "AspNetCore.HealthChecks.Uris/9.0.0": {
+ "sha512": "XYdNlA437KeF8p9qOpZFyNqAN+c0FXt/JjTvzH/Qans0q0O3pPE8KPnn39ucQQjR/Roum1vLTP3kXiUs8VHyuA==",
"type": "package",
- "path": "aspnetcore.healthchecks.uris/8.0.1",
+ "path": "aspnetcore.healthchecks.uris/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512",
+ "aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512",
"aspnetcore.healthchecks.uris.nuspec",
"icon.png",
- "lib/net5.0/HealthChecks.Uris.dll",
- "lib/net5.0/HealthChecks.Uris.xml",
+ "lib/net8.0/HealthChecks.Uris.dll",
+ "lib/net8.0/HealthChecks.Uris.xml",
"lib/netstandard2.0/HealthChecks.Uris.dll",
"lib/netstandard2.0/HealthChecks.Uris.xml"
]
},
- "Google.Protobuf/3.28.3": {
- "sha512": "OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==",
+ "Google.Protobuf/3.33.1": {
+ "sha512": "RztiFmX9aOWDwfhxFzx/nS4fjs4DX7ZC7/XBEBl56k15lPGBftvbSwZkeo1mMCJHrNp1kK5iQYrFXB4MqCmBCA==",
"type": "package",
- "path": "google.protobuf/3.28.3",
+ "path": "google.protobuf/3.33.1",
"files": [
".nupkg.metadata",
".signature.p7s",
- "google.protobuf.3.28.3.nupkg.sha512",
+ "google.protobuf.3.33.1.nupkg.sha512",
"google.protobuf.nuspec",
"lib/net45/Google.Protobuf.dll",
"lib/net45/Google.Protobuf.pdb",
@@ -1131,15 +1128,15 @@
"lib/netstandard2.0/Google.Protobuf.xml"
]
},
- "Grpc.AspNetCore.Server/2.70.0": {
- "sha512": "9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==",
+ "Grpc.AspNetCore.Server/2.71.0": {
+ "sha512": "kv+9YVB6MqDYWIcstXvWrT7Xc1si/sfINzzSxvQfjC3aei+92gXDUXCH/Q+TEvi4QSICRqu92BYcrXUBW7cuOw==",
"type": "package",
- "path": "grpc.aspnetcore.server/2.70.0",
+ "path": "grpc.aspnetcore.server/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "grpc.aspnetcore.server.2.70.0.nupkg.sha512",
+ "grpc.aspnetcore.server.2.71.0.nupkg.sha512",
"grpc.aspnetcore.server.nuspec",
"lib/net6.0/Grpc.AspNetCore.Server.dll",
"lib/net6.0/Grpc.AspNetCore.Server.pdb",
@@ -1156,14 +1153,14 @@
"packageIcon.png"
]
},
- "Grpc.AspNetCore.Server.ClientFactory/2.70.0": {
- "sha512": "k4GrvUAgVWm7DyhnV55MHdX4bQSpZVEQmlZO3bdSmGZ+z6Hx+CwDlhqiReczCm6qbzSUbS1YW0t7z7UEObTwKA==",
+ "Grpc.AspNetCore.Server.ClientFactory/2.71.0": {
+ "sha512": "AHvMxoC+esO1e/nOYBjxvn0WDHAfglcVBjtkBy6ohgnV+PzkF8UdkPHE02xnyPFaSokWGZKnWzjgd00x6EZpyQ==",
"type": "package",
- "path": "grpc.aspnetcore.server.clientfactory/2.70.0",
+ "path": "grpc.aspnetcore.server.clientfactory/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512",
+ "grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512",
"grpc.aspnetcore.server.clientfactory.nuspec",
"lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll",
"lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.pdb",
@@ -1208,15 +1205,15 @@
"runtimes/win-x86/native/grpc_csharp_ext.x86.dll"
]
},
- "Grpc.Core.Api/2.70.0": {
- "sha512": "66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==",
+ "Grpc.Core.Api/2.71.0": {
+ "sha512": "QquqUC37yxsDzd1QaDRsH2+uuznWPTS8CVE2Yzwl3CvU4geTNkolQXoVN812M2IwT6zpv3jsZRc9ExJFNFslTg==",
"type": "package",
- "path": "grpc.core.api/2.70.0",
+ "path": "grpc.core.api/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "grpc.core.api.2.70.0.nupkg.sha512",
+ "grpc.core.api.2.71.0.nupkg.sha512",
"grpc.core.api.nuspec",
"lib/net462/Grpc.Core.Api.dll",
"lib/net462/Grpc.Core.Api.pdb",
@@ -1230,15 +1227,15 @@
"packageIcon.png"
]
},
- "Grpc.Net.Client/2.70.0": {
- "sha512": "xNv0FFCVJa5S1beUtye82WFCxKThuE1jbN8DO1x1Rj8VSIWXLBUmfSID5a1fGzsU2R/EMfwPoWclJ2RMfQuGXw==",
+ "Grpc.Net.Client/2.71.0": {
+ "sha512": "U1vr20r5ngoT9nlb7wejF28EKN+taMhJsV9XtK9MkiepTZwnKxxiarriiMfCHuDAfPUm9XUjFMn/RIuJ4YY61w==",
"type": "package",
- "path": "grpc.net.client/2.70.0",
+ "path": "grpc.net.client/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "grpc.net.client.2.70.0.nupkg.sha512",
+ "grpc.net.client.2.71.0.nupkg.sha512",
"grpc.net.client.nuspec",
"lib/net462/Grpc.Net.Client.dll",
"lib/net462/Grpc.Net.Client.pdb",
@@ -1261,15 +1258,15 @@
"packageIcon.png"
]
},
- "Grpc.Net.ClientFactory/2.70.0": {
- "sha512": "Qg+93oj/8RdEw3PnLZNNYWnWCWyJYC/ZYZcjeln/pLaxLaPvdXES1peiqSJUI4wLFZ1JwGlbWt8+nM1i2E7ihg==",
+ "Grpc.Net.ClientFactory/2.71.0": {
+ "sha512": "8oPLwQLPo86fmcf9ghjCDyNsSWhtHc3CXa/AqwF8Su/pG7qAoeWWtbymsZhoNvCV9Zjzb6BDcIPKXLYt+O175g==",
"type": "package",
- "path": "grpc.net.clientfactory/2.70.0",
+ "path": "grpc.net.clientfactory/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "grpc.net.clientfactory.2.70.0.nupkg.sha512",
+ "grpc.net.clientfactory.2.71.0.nupkg.sha512",
"grpc.net.clientfactory.nuspec",
"lib/net6.0/Grpc.Net.ClientFactory.dll",
"lib/net6.0/Grpc.Net.ClientFactory.pdb",
@@ -1289,14 +1286,14 @@
"packageIcon.png"
]
},
- "Grpc.Net.Common/2.70.0": {
- "sha512": "rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==",
+ "Grpc.Net.Common/2.71.0": {
+ "sha512": "v0c8R97TwRYwNXlC8GyRXwYTCNufpDfUtj9la+wUrZFzVWkFJuNAltU+c0yI3zu0jl54k7en6u2WKgZgd57r2Q==",
"type": "package",
- "path": "grpc.net.common/2.70.0",
+ "path": "grpc.net.common/2.71.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "grpc.net.common.2.70.0.nupkg.sha512",
+ "grpc.net.common.2.71.0.nupkg.sha512",
"grpc.net.common.nuspec",
"lib/net6.0/Grpc.Net.Common.dll",
"lib/net6.0/Grpc.Net.Common.pdb",
@@ -1316,10 +1313,10 @@
"packageIcon.png"
]
},
- "Grpc.Tools/2.68.1": {
- "sha512": "BZ96s7ijKAhJoRpIK+pqCeLaGaSwyc5/CAZFwgCcBuAnkU2naYvH0P6qnYCkl0pWDY/JBOnE2RvX9IvRX1Yc5Q==",
+ "Grpc.Tools/2.76.0": {
+ "sha512": "goRzYZVMgQtyLvkWdgTnPycg49hlNxnMkqGGgR3l7nCOm0bUh0YeAneiJ9JFk3XLgF4suQUdETYkl2Mg/TBr0w==",
"type": "package",
- "path": "grpc.tools/2.68.1",
+ "path": "grpc.tools/2.76.0",
"hasTools": true,
"files": [
".nupkg.metadata",
@@ -1348,7 +1345,7 @@
"build/native/include/google/protobuf/timestamp.proto",
"build/native/include/google/protobuf/type.proto",
"build/native/include/google/protobuf/wrappers.proto",
- "grpc.tools.2.68.1.nupkg.sha512",
+ "grpc.tools.2.76.0.nupkg.sha512",
"grpc.tools.nuspec",
"packageIcon.png",
"tools/linux_arm64/grpc_csharp_plugin",
@@ -1432,6 +1429,7 @@
"lib/netcoreapp2.0/_._",
"lib/netstandard1.3/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.dll",
+ "lib/netstandard2.0/Microsoft.CSharp.xml",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/uap10.0.16299/_._",
"lib/win8/_._",
@@ -1447,9 +1445,30 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
@@ -1752,10 +1771,10 @@
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Configuration.Binder/8.0.0": {
- "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
+ "Microsoft.Extensions.Configuration.Binder/9.0.0": {
+ "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==",
"type": "package",
- "path": "microsoft.extensions.configuration.binder/8.0.0",
+ "path": "microsoft.extensions.configuration.binder/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1780,23 +1799,21 @@
"buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets",
"lib/net462/Microsoft.Extensions.Configuration.Binder.dll",
"lib/net462/Microsoft.Extensions.Configuration.Binder.xml",
- "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml",
- "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml",
"lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll",
"lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
- "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512",
+ "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512",
"microsoft.extensions.configuration.binder.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
+ "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection/8.0.0",
+ "path": "microsoft.extensions.dependencyinjection/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1806,21 +1823,19 @@
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
"buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
+ "buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
"lib/net462/Microsoft.Extensions.DependencyInjection.dll",
"lib/net462/Microsoft.Extensions.DependencyInjection.xml",
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/net8.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
@@ -1855,10 +1870,10 @@
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyModel/8.0.2": {
- "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==",
+ "Microsoft.Extensions.DependencyModel/9.0.0": {
+ "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
"type": "package",
- "path": "microsoft.extensions.dependencymodel/8.0.2",
+ "path": "microsoft.extensions.dependencymodel/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1868,19 +1883,17 @@
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets",
"buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
+ "buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets",
"lib/net462/Microsoft.Extensions.DependencyModel.dll",
"lib/net462/Microsoft.Extensions.DependencyModel.xml",
- "lib/net6.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/net6.0/Microsoft.Extensions.DependencyModel.xml",
- "lib/net7.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/net7.0/Microsoft.Extensions.DependencyModel.xml",
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll",
"lib/net8.0/Microsoft.Extensions.DependencyModel.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyModel.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyModel.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
- "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
+ "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512",
"microsoft.extensions.dependencymodel.nuspec",
"useSharedDesignerContext.txt"
]
@@ -2067,10 +2080,10 @@
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging/8.0.0": {
- "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
+ "Microsoft.Extensions.Logging/9.0.0": {
+ "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
"type": "package",
- "path": "microsoft.extensions.logging/8.0.0",
+ "path": "microsoft.extensions.logging/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2080,21 +2093,19 @@
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.Logging.targets",
"buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
+ "buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
"lib/net462/Microsoft.Extensions.Logging.dll",
"lib/net462/Microsoft.Extensions.Logging.xml",
- "lib/net6.0/Microsoft.Extensions.Logging.dll",
- "lib/net6.0/Microsoft.Extensions.Logging.xml",
- "lib/net7.0/Microsoft.Extensions.Logging.dll",
- "lib/net7.0/Microsoft.Extensions.Logging.xml",
"lib/net8.0/Microsoft.Extensions.Logging.dll",
"lib/net8.0/Microsoft.Extensions.Logging.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.8.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.9.0.0.nupkg.sha512",
"microsoft.extensions.logging.nuspec",
"useSharedDesignerContext.txt"
]
@@ -2466,18 +2477,21 @@
"LICENSE.md",
"lib/net45/Newtonsoft.Json.Bson.dll",
"lib/net45/Newtonsoft.Json.Bson.pdb",
+ "lib/net45/Newtonsoft.Json.Bson.xml",
"lib/netstandard1.3/Newtonsoft.Json.Bson.dll",
"lib/netstandard1.3/Newtonsoft.Json.Bson.pdb",
+ "lib/netstandard1.3/Newtonsoft.Json.Bson.xml",
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll",
"lib/netstandard2.0/Newtonsoft.Json.Bson.pdb",
+ "lib/netstandard2.0/Newtonsoft.Json.Bson.xml",
"newtonsoft.json.bson.1.0.2.nupkg.sha512",
"newtonsoft.json.bson.nuspec"
]
},
- "Serilog/4.0.0": {
- "sha512": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
+ "Serilog/4.2.0": {
+ "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
"type": "package",
- "path": "serilog/4.0.0",
+ "path": "serilog/4.2.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2491,16 +2505,18 @@
"lib/net6.0/Serilog.xml",
"lib/net8.0/Serilog.dll",
"lib/net8.0/Serilog.xml",
+ "lib/net9.0/Serilog.dll",
+ "lib/net9.0/Serilog.xml",
"lib/netstandard2.0/Serilog.dll",
"lib/netstandard2.0/Serilog.xml",
- "serilog.4.0.0.nupkg.sha512",
+ "serilog.4.2.0.nupkg.sha512",
"serilog.nuspec"
]
},
- "Serilog.AspNetCore/8.0.3": {
- "sha512": "Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==",
+ "Serilog.AspNetCore/9.0.0": {
+ "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
"type": "package",
- "path": "serilog.aspnetcore/8.0.3",
+ "path": "serilog.aspnetcore/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2508,22 +2524,22 @@
"icon.png",
"lib/net462/Serilog.AspNetCore.dll",
"lib/net462/Serilog.AspNetCore.xml",
- "lib/net6.0/Serilog.AspNetCore.dll",
- "lib/net6.0/Serilog.AspNetCore.xml",
- "lib/net7.0/Serilog.AspNetCore.dll",
- "lib/net7.0/Serilog.AspNetCore.xml",
"lib/net8.0/Serilog.AspNetCore.dll",
"lib/net8.0/Serilog.AspNetCore.xml",
+ "lib/net9.0/Serilog.AspNetCore.dll",
+ "lib/net9.0/Serilog.AspNetCore.xml",
"lib/netstandard2.0/Serilog.AspNetCore.dll",
"lib/netstandard2.0/Serilog.AspNetCore.xml",
- "serilog.aspnetcore.8.0.3.nupkg.sha512",
+ "lib/netstandard2.1/Serilog.AspNetCore.dll",
+ "lib/netstandard2.1/Serilog.AspNetCore.xml",
+ "serilog.aspnetcore.9.0.0.nupkg.sha512",
"serilog.aspnetcore.nuspec"
]
},
- "Serilog.Extensions.Hosting/8.0.0": {
- "sha512": "db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
+ "Serilog.Extensions.Hosting/9.0.0": {
+ "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
"type": "package",
- "path": "serilog.extensions.hosting/8.0.0",
+ "path": "serilog.extensions.hosting/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2531,47 +2547,45 @@
"icon.png",
"lib/net462/Serilog.Extensions.Hosting.dll",
"lib/net462/Serilog.Extensions.Hosting.xml",
- "lib/net6.0/Serilog.Extensions.Hosting.dll",
- "lib/net6.0/Serilog.Extensions.Hosting.xml",
- "lib/net7.0/Serilog.Extensions.Hosting.dll",
- "lib/net7.0/Serilog.Extensions.Hosting.xml",
"lib/net8.0/Serilog.Extensions.Hosting.dll",
"lib/net8.0/Serilog.Extensions.Hosting.xml",
+ "lib/net9.0/Serilog.Extensions.Hosting.dll",
+ "lib/net9.0/Serilog.Extensions.Hosting.xml",
"lib/netstandard2.0/Serilog.Extensions.Hosting.dll",
"lib/netstandard2.0/Serilog.Extensions.Hosting.xml",
- "serilog.extensions.hosting.8.0.0.nupkg.sha512",
+ "lib/netstandard2.1/Serilog.Extensions.Hosting.dll",
+ "lib/netstandard2.1/Serilog.Extensions.Hosting.xml",
+ "serilog.extensions.hosting.9.0.0.nupkg.sha512",
"serilog.extensions.hosting.nuspec"
]
},
- "Serilog.Extensions.Logging/8.0.0": {
- "sha512": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
+ "Serilog.Extensions.Logging/9.0.0": {
+ "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
"type": "package",
- "path": "serilog.extensions.logging/8.0.0",
+ "path": "serilog.extensions.logging/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net462/Serilog.Extensions.Logging.dll",
"lib/net462/Serilog.Extensions.Logging.xml",
- "lib/net6.0/Serilog.Extensions.Logging.dll",
- "lib/net6.0/Serilog.Extensions.Logging.xml",
- "lib/net7.0/Serilog.Extensions.Logging.dll",
- "lib/net7.0/Serilog.Extensions.Logging.xml",
"lib/net8.0/Serilog.Extensions.Logging.dll",
"lib/net8.0/Serilog.Extensions.Logging.xml",
+ "lib/net9.0/Serilog.Extensions.Logging.dll",
+ "lib/net9.0/Serilog.Extensions.Logging.xml",
"lib/netstandard2.0/Serilog.Extensions.Logging.dll",
"lib/netstandard2.0/Serilog.Extensions.Logging.xml",
"lib/netstandard2.1/Serilog.Extensions.Logging.dll",
"lib/netstandard2.1/Serilog.Extensions.Logging.xml",
"serilog-extension-nuget.png",
- "serilog.extensions.logging.8.0.0.nupkg.sha512",
+ "serilog.extensions.logging.9.0.0.nupkg.sha512",
"serilog.extensions.logging.nuspec"
]
},
- "Serilog.Formatting.Compact/2.0.0": {
- "sha512": "ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==",
+ "Serilog.Formatting.Compact/3.0.0": {
+ "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
"type": "package",
- "path": "serilog.formatting.compact/2.0.0",
+ "path": "serilog.formatting.compact/3.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2582,21 +2596,19 @@
"lib/net471/Serilog.Formatting.Compact.xml",
"lib/net6.0/Serilog.Formatting.Compact.dll",
"lib/net6.0/Serilog.Formatting.Compact.xml",
- "lib/net7.0/Serilog.Formatting.Compact.dll",
- "lib/net7.0/Serilog.Formatting.Compact.xml",
+ "lib/net8.0/Serilog.Formatting.Compact.dll",
+ "lib/net8.0/Serilog.Formatting.Compact.xml",
"lib/netstandard2.0/Serilog.Formatting.Compact.dll",
"lib/netstandard2.0/Serilog.Formatting.Compact.xml",
- "lib/netstandard2.1/Serilog.Formatting.Compact.dll",
- "lib/netstandard2.1/Serilog.Formatting.Compact.xml",
"serilog-extension-nuget.png",
- "serilog.formatting.compact.2.0.0.nupkg.sha512",
+ "serilog.formatting.compact.3.0.0.nupkg.sha512",
"serilog.formatting.compact.nuspec"
]
},
- "Serilog.Settings.Configuration/8.0.4": {
- "sha512": "pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
+ "Serilog.Settings.Configuration/9.0.0": {
+ "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
"type": "package",
- "path": "serilog.settings.configuration/8.0.4",
+ "path": "serilog.settings.configuration/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2604,22 +2616,20 @@
"icon.png",
"lib/net462/Serilog.Settings.Configuration.dll",
"lib/net462/Serilog.Settings.Configuration.xml",
- "lib/net6.0/Serilog.Settings.Configuration.dll",
- "lib/net6.0/Serilog.Settings.Configuration.xml",
- "lib/net7.0/Serilog.Settings.Configuration.dll",
- "lib/net7.0/Serilog.Settings.Configuration.xml",
"lib/net8.0/Serilog.Settings.Configuration.dll",
"lib/net8.0/Serilog.Settings.Configuration.xml",
+ "lib/net9.0/Serilog.Settings.Configuration.dll",
+ "lib/net9.0/Serilog.Settings.Configuration.xml",
"lib/netstandard2.0/Serilog.Settings.Configuration.dll",
"lib/netstandard2.0/Serilog.Settings.Configuration.xml",
- "serilog.settings.configuration.8.0.4.nupkg.sha512",
+ "serilog.settings.configuration.9.0.0.nupkg.sha512",
"serilog.settings.configuration.nuspec"
]
},
- "Serilog.Sinks.Console/6.0.0": {
- "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
+ "Serilog.Sinks.Console/6.1.1": {
+ "sha512": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==",
"type": "package",
- "path": "serilog.sinks.console/6.0.0",
+ "path": "serilog.sinks.console/6.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2635,53 +2645,60 @@
"lib/net8.0/Serilog.Sinks.Console.xml",
"lib/netstandard2.0/Serilog.Sinks.Console.dll",
"lib/netstandard2.0/Serilog.Sinks.Console.xml",
- "serilog.sinks.console.6.0.0.nupkg.sha512",
+ "serilog.sinks.console.6.1.1.nupkg.sha512",
"serilog.sinks.console.nuspec"
]
},
- "Serilog.Sinks.Debug/2.0.0": {
- "sha512": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
+ "Serilog.Sinks.Debug/3.0.0": {
+ "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
"type": "package",
- "path": "serilog.sinks.debug/2.0.0",
+ "path": "serilog.sinks.debug/3.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
+ "README.md",
"icon.png",
- "lib/net45/Serilog.Sinks.Debug.dll",
- "lib/net46/Serilog.Sinks.Debug.dll",
- "lib/netstandard1.0/Serilog.Sinks.Debug.dll",
+ "lib/net462/Serilog.Sinks.Debug.dll",
+ "lib/net462/Serilog.Sinks.Debug.xml",
+ "lib/net471/Serilog.Sinks.Debug.dll",
+ "lib/net471/Serilog.Sinks.Debug.xml",
+ "lib/net6.0/Serilog.Sinks.Debug.dll",
+ "lib/net6.0/Serilog.Sinks.Debug.xml",
+ "lib/net8.0/Serilog.Sinks.Debug.dll",
+ "lib/net8.0/Serilog.Sinks.Debug.xml",
"lib/netstandard2.0/Serilog.Sinks.Debug.dll",
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll",
- "serilog.sinks.debug.2.0.0.nupkg.sha512",
+ "lib/netstandard2.0/Serilog.Sinks.Debug.xml",
+ "serilog.sinks.debug.3.0.0.nupkg.sha512",
"serilog.sinks.debug.nuspec"
]
},
- "Serilog.Sinks.File/5.0.0": {
- "sha512": "uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
+ "Serilog.Sinks.File/6.0.0": {
+ "sha512": "lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
"type": "package",
- "path": "serilog.sinks.file/5.0.0",
+ "path": "serilog.sinks.file/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
- "images/icon.png",
- "lib/net45/Serilog.Sinks.File.dll",
- "lib/net45/Serilog.Sinks.File.pdb",
- "lib/net5.0/Serilog.Sinks.File.dll",
- "lib/net5.0/Serilog.Sinks.File.pdb",
- "lib/netstandard1.3/Serilog.Sinks.File.dll",
- "lib/netstandard1.3/Serilog.Sinks.File.pdb",
+ "README.md",
+ "lib/net462/Serilog.Sinks.File.dll",
+ "lib/net462/Serilog.Sinks.File.xml",
+ "lib/net471/Serilog.Sinks.File.dll",
+ "lib/net471/Serilog.Sinks.File.xml",
+ "lib/net6.0/Serilog.Sinks.File.dll",
+ "lib/net6.0/Serilog.Sinks.File.xml",
+ "lib/net8.0/Serilog.Sinks.File.dll",
+ "lib/net8.0/Serilog.Sinks.File.xml",
"lib/netstandard2.0/Serilog.Sinks.File.dll",
- "lib/netstandard2.0/Serilog.Sinks.File.pdb",
- "lib/netstandard2.1/Serilog.Sinks.File.dll",
- "lib/netstandard2.1/Serilog.Sinks.File.pdb",
- "serilog.sinks.file.5.0.0.nupkg.sha512",
+ "lib/netstandard2.0/Serilog.Sinks.File.xml",
+ "serilog-sink-nuget.png",
+ "serilog.sinks.file.6.0.0.nupkg.sha512",
"serilog.sinks.file.nuspec"
]
},
- "Serilog.Sinks.Seq/8.0.0": {
- "sha512": "z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==",
+ "Serilog.Sinks.Seq/9.0.0": {
+ "sha512": "aNU8A0K322q7+voPNmp1/qNPH+9QK8xvM1p72sMmCG0wGlshFzmtDW9QnVSoSYCj0MgQKcMOlgooovtBhRlNHw==",
"type": "package",
- "path": "serilog.sinks.seq/8.0.0",
+ "path": "serilog.sinks.seq/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2691,7 +2708,7 @@
"lib/net6.0/Serilog.Sinks.Seq.xml",
"lib/netstandard2.0/Serilog.Sinks.Seq.dll",
"lib/netstandard2.0/Serilog.Sinks.Seq.xml",
- "serilog.sinks.seq.8.0.0.nupkg.sha512",
+ "serilog.sinks.seq.9.0.0.nupkg.sha512",
"serilog.sinks.seq.nuspec"
]
},
@@ -2835,7 +2852,9 @@
"THIRD-PARTY-NOTICES.TXT",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
+ "lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
+ "lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.3.nupkg.sha512",
"system.memory.nuspec",
@@ -2846,19 +2865,19 @@
},
"projectFileDependencyGroups": {
"net9.0": [
- "AspNetCore.HealthChecks.UI.Client >= 8.0.1",
- "AspNetCore.HealthChecks.Uris >= 8.0.1",
- "Google.Protobuf >= 3.28.3",
- "Grpc.AspNetCore.Server.ClientFactory >= 2.70.0",
+ "AspNetCore.HealthChecks.UI.Client >= 9.0.0",
+ "AspNetCore.HealthChecks.Uris >= 9.0.0",
+ "Google.Protobuf >= 3.33.1",
+ "Grpc.AspNetCore.Server.ClientFactory >= 2.71.0",
"Grpc.Core >= 2.46.6",
- "Grpc.Net.Client >= 2.70.0",
- "Grpc.Tools >= 2.68.1",
+ "Grpc.Net.Client >= 2.71.0",
+ "Grpc.Tools >= 2.76.0",
"Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.0",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 9.0.0",
"Microsoft.Extensions.Diagnostics.HealthChecks >= 9.0.0",
- "Serilog.AspNetCore >= 8.0.3",
- "Serilog.Sinks.Console >= 6.0.0",
- "Serilog.Sinks.Seq >= 8.0.0",
+ "Serilog.AspNetCore >= 9.0.0",
+ "Serilog.Sinks.Console >= 6.1.1",
+ "Serilog.Sinks.Seq >= 9.0.0",
"Swashbuckle.AspNetCore >= 7.2.0",
"Swashbuckle.AspNetCore.Newtonsoft >= 7.2.0"
]
@@ -2908,19 +2927,19 @@
"dependencies": {
"AspNetCore.HealthChecks.UI.Client": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"AspNetCore.HealthChecks.Uris": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"Google.Protobuf": {
"target": "Package",
- "version": "[3.28.3, )"
+ "version": "[3.33.1, )"
},
"Grpc.AspNetCore.Server.ClientFactory": {
"target": "Package",
- "version": "[2.70.0, )"
+ "version": "[2.71.0, )"
},
"Grpc.Core": {
"target": "Package",
@@ -2928,12 +2947,12 @@
},
"Grpc.Net.Client": {
"target": "Package",
- "version": "[2.70.0, )"
+ "version": "[2.71.0, )"
},
"Grpc.Tools": {
"suppressParent": "All",
"target": "Package",
- "version": "[2.68.1, )"
+ "version": "[2.76.0, )"
},
"Microsoft.AspNetCore.Authentication.JwtBearer": {
"target": "Package",
@@ -2949,15 +2968,15 @@
},
"Serilog.AspNetCore": {
"target": "Package",
- "version": "[8.0.3, )"
+ "version": "[9.0.0, )"
},
"Serilog.Sinks.Console": {
"target": "Package",
- "version": "[6.0.0, )"
+ "version": "[6.1.1, )"
},
"Serilog.Sinks.Seq": {
"target": "Package",
- "version": "[8.0.0, )"
+ "version": "[9.0.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache
index d332db90..c8a563aa 100644
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache
+++ b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/project.nuget.cache
@@ -1,21 +1,21 @@
{
"version": 2,
- "dgSpecHash": "8mo1dKnbNJE=",
+ "dgSpecHash": "ZYVbdwLU5/Q=",
"success": true,
"projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/Web.Shopping.HttpAggregator.csproj",
"expectedPackageFiles": [
- "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/8.0.1/aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512",
- "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/8.0.1/aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512",
- "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/8.0.1/aspnetcore.healthchecks.uris.8.0.1.nupkg.sha512",
- "/home/runner/.nuget/packages/google.protobuf/3.28.3/google.protobuf.3.28.3.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.70.0/grpc.aspnetcore.server.2.70.0.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.70.0/grpc.aspnetcore.server.clientfactory.2.70.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.client/9.0.0/aspnetcore.healthchecks.ui.client.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/aspnetcore.healthchecks.ui.core/9.0.0/aspnetcore.healthchecks.ui.core.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/aspnetcore.healthchecks.uris/9.0.0/aspnetcore.healthchecks.uris.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/google.protobuf/3.33.1/google.protobuf.3.33.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.aspnetcore.server/2.71.0/grpc.aspnetcore.server.2.71.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.aspnetcore.server.clientfactory/2.71.0/grpc.aspnetcore.server.clientfactory.2.71.0.nupkg.sha512",
"/home/runner/.nuget/packages/grpc.core/2.46.6/grpc.core.2.46.6.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.core.api/2.70.0/grpc.core.api.2.70.0.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.net.client/2.70.0/grpc.net.client.2.70.0.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.net.clientfactory/2.70.0/grpc.net.clientfactory.2.70.0.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.net.common/2.70.0/grpc.net.common.2.70.0.nupkg.sha512",
- "/home/runner/.nuget/packages/grpc.tools/2.68.1/grpc.tools.2.68.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.core.api/2.71.0/grpc.core.api.2.71.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.net.client/2.71.0/grpc.net.client.2.71.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.net.clientfactory/2.71.0/grpc.net.clientfactory.2.71.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.net.common/2.71.0/grpc.net.common.2.71.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/grpc.tools/2.76.0/grpc.tools.2.76.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.0/microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.aspnetcore.jsonpatch/9.0.0/microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512",
@@ -23,10 +23,10 @@
"/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.configuration/8.0.0/microsoft.extensions.configuration.8.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/8.0.0/microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.0/microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencymodel/9.0.0/microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.diagnostics/8.0.0/microsoft.extensions.diagnostics.8.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.diagnostics.healthchecks/9.0.0/microsoft.extensions.diagnostics.healthchecks.9.0.0.nupkg.sha512",
@@ -34,7 +34,7 @@
"/home/runner/.nuget/packages/microsoft.extensions.fileproviders.abstractions/9.0.0/microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.hosting.abstractions/9.0.0/microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.http/8.0.0/microsoft.extensions.http.8.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.logging/8.0.0/microsoft.extensions.logging.8.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.extensions.options.configurationextensions/8.0.0/microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512",
@@ -48,16 +48,16 @@
"/home/runner/.nuget/packages/microsoft.openapi/1.6.22/microsoft.openapi.1.6.22.nupkg.sha512",
"/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
"/home/runner/.nuget/packages/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog/4.0.0/serilog.4.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.aspnetcore/8.0.3/serilog.aspnetcore.8.0.3.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.extensions.hosting/8.0.0/serilog.extensions.hosting.8.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.extensions.logging/8.0.0/serilog.extensions.logging.8.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.formatting.compact/2.0.0/serilog.formatting.compact.2.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.settings.configuration/8.0.4/serilog.settings.configuration.8.0.4.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.sinks.console/6.0.0/serilog.sinks.console.6.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/serilog.sinks.seq/8.0.0/serilog.sinks.seq.8.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog/4.2.0/serilog.4.2.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.aspnetcore/9.0.0/serilog.aspnetcore.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.extensions.hosting/9.0.0/serilog.extensions.hosting.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.extensions.logging/9.0.0/serilog.extensions.logging.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.settings.configuration/9.0.0/serilog.settings.configuration.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.sinks.file/6.0.0/serilog.sinks.file.6.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/serilog.sinks.seq/9.0.0/serilog.sinks.seq.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/swashbuckle.aspnetcore/7.2.0/swashbuckle.aspnetcore.7.2.0.nupkg.sha512",
"/home/runner/.nuget/packages/swashbuckle.aspnetcore.newtonsoft/7.2.0/swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512",
"/home/runner/.nuget/packages/swashbuckle.aspnetcore.swagger/7.2.0/swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512",
diff --git a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel b/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel
deleted file mode 100644
index cd5ac039..00000000
--- a/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/obj/staticwebassets.pack.sentinel
+++ /dev/null
@@ -1 +0,0 @@
-2.0
diff --git a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
index 30213bda..af74af54 100644
--- a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
+++ b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
@@ -4,6 +4,6 @@
Microsoft.eShopOnContainers.BuildingBlocks.EventBus
-
+
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json
deleted file mode 100644
index b4d7bc9b..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- }
- }
- },
- "libraries": {
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll
deleted file mode 100644
index 0e1d71e5..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb
deleted file mode 100644
index d5c9163d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json
deleted file mode 100644
index ffa472a6..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.deps.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- }
- }
- },
- "libraries": {
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll
deleted file mode 100644
index 5cef372d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb
deleted file mode 100644
index efcd48f9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net8.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json
index 25e26256..e32f13d4 100644
--- a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json
+++ b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.deps.json
@@ -8,17 +8,17 @@
".NETCoreApp,Version=v9.0": {
"EventBus/1.0.0": {
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"EventBus.dll": {}
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
+ "fileVersion": "13.0.4.30916"
}
}
}
@@ -30,12 +30,12 @@
"serviceable": false,
"sha512": ""
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
+ "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
+ "path": "newtonsoft.json/13.0.4",
+ "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
}
}
}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll
index e9cbfb47..3161bd3f 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb
index c52e9fb9..5e2c8e54 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net9.0/EventBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs
deleted file mode 100644
index 49c8d9b2..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache
deleted file mode 100644
index 32a4b85f..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-35ae187b3cf7dd9d0365d240fd5e941d6d64e54a
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 7ed89497..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBus
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache
deleted file mode 100644
index 7e2cb91c..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache
deleted file mode 100644
index db43b63f..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 40807ace..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-13ff84eecaeedce0d32403c6c9d565a09d21517c
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt
deleted file mode 100644
index 42f8153e..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/bin/Debug/net6.0/EventBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll
deleted file mode 100644
index 0e1d71e5..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb
deleted file mode 100644
index d5c9163d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll
deleted file mode 100644
index b9b29ae6..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/ref/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll
deleted file mode 100644
index b9b29ae6..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net6.0/refint/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs
deleted file mode 100644
index 84633dfe..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache
deleted file mode 100644
index b9b7010a..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-35827e9069b0a0707f326f015dc3262875e4d8fe284687995a7e97fc6327ac4d
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 53cffb12..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBus
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache
deleted file mode 100644
index 92976867..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache
deleted file mode 100644
index 5b65ae6b..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 224a2061..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2b57a70d73c7bd8a5a6dc8a5d0a84ea6385b605e7dcb6d6a317e94892bafece8
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt
deleted file mode 100644
index f489cbf5..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.deps.json
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\bin\Debug\net8.0\EventBus.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.csproj.AssemblyReference.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.GeneratedMSBuildEditorConfig.editorconfig
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.AssemblyInfoInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.AssemblyInfo.cs
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.csproj.CoreCompileInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.sourcelink.json
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\refint\EventBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\EventBus.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBus\obj\Debug\net8.0\ref\EventBus.dll
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll
deleted file mode 100644
index 5cef372d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb
deleted file mode 100644
index efcd48f9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json
deleted file mode 100644
index 32fce4a9..00000000
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/EventBus.sourcelink.json
+++ /dev/null
@@ -1 +0,0 @@
-{"documents":{"c:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll
deleted file mode 100644
index c9144637..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/ref/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll
deleted file mode 100644
index c9144637..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net8.0/refint/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs
index 2e0352c5..d645493a 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("EventBus")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("EventBus")]
[assembly: System.Reflection.AssemblyTitleAttribute("EventBus")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache
index 4dbe3d3f..6fc0e439 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.AssemblyInfoInputs.cache
@@ -1 +1 @@
-528e6cf58a1bb6ac28babe245351a006d6cc07281fec763127949bd7bab5ef64
+0818a5dadb8895f987375f82a0baf0065ad6ef5788f5ce9076c28bf77eb9e666
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache
index 43415a37..1f3225e0 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.assets.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache
index 180afd95..819d204c 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.AssemblyReference.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache
index 0ae7eb97..ec659ba2 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-09a8cbb595956279f0776f4500f3187203821d03b19adab1aa903db7e2c6dd68
+4d727316850d46f3a170d36c1880f8624ae462d4f6ed909c9f5d97ccf8021095
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll
index e9cbfb47..3161bd3f 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb
index c52e9fb9..5e2c8e54 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json
index a2a1dc92..c1b394cd 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/EventBus.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll
index 60b364fd..e1614a35 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/ref/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll
index 60b364fd..e1614a35 100644
Binary files a/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBus/obj/Debug/net9.0/refint/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json
index e478e59b..7fe3cff3 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/EventBus.csproj.nuget.dgspec.json
@@ -46,7 +46,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json
index ba6a998b..b38e1d85 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/project.assets.json
@@ -2,7 +2,7 @@
"version": 3,
"targets": {
"net9.0": {
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"compile": {
"lib/net6.0/Newtonsoft.Json.dll": {
@@ -18,10 +18,10 @@
}
},
"libraries": {
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "Newtonsoft.Json/13.0.4": {
+ "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"type": "package",
- "path": "newtonsoft.json/13.0.3",
+ "path": "newtonsoft.json/13.0.4",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -43,7 +43,7 @@
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.3.nupkg.sha512",
+ "newtonsoft.json.13.0.4.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
@@ -51,7 +51,7 @@
},
"projectFileDependencyGroups": {
"net9.0": [
- "Newtonsoft.Json >= 13.0.3"
+ "Newtonsoft.Json >= 13.0.4"
]
},
"packageFolders": {
@@ -99,7 +99,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache
index 4c35443b..9514058e 100644
--- a/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache
+++ b/src/BuildingBlocks/EventBus/EventBus/obj/project.nuget.cache
@@ -1,10 +1,10 @@
{
"version": 2,
- "dgSpecHash": "4TJ4TNsKTvU=",
+ "dgSpecHash": "MoCplDUBWX8=",
"success": true,
"projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj",
"expectedPackageFiles": [
- "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512"
+ "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
index a0659ca4..9c7fd556 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
@@ -4,12 +4,12 @@
Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
-
-
+
+
-
-
+
+
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll
deleted file mode 100644
index 0e1d71e5..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb
deleted file mode 100644
index d5c9163d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json
deleted file mode 100644
index e4d57d43..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json
+++ /dev/null
@@ -1,264 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "EventBusRabbitMQ/1.0.0": {
- "dependencies": {
- "Autofac": "6.3.0",
- "EventBus": "1.0.0",
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Newtonsoft.Json": "13.0.1",
- "Polly": "7.2.3",
- "RabbitMQ.Client": "6.2.4"
- },
- "runtime": {
- "EventBusRabbitMQ.dll": {}
- }
- },
- "Autofac/6.3.0": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/net5.0/Autofac.dll": {
- "assemblyVersion": "6.3.0.0",
- "fileVersion": "6.3.0.0"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- },
- "Polly/7.2.3": {
- "runtime": {
- "lib/netstandard2.0/Polly.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.2.3.0"
- }
- }
- },
- "RabbitMQ.Client/6.2.4": {
- "dependencies": {
- "System.Memory": "4.5.4",
- "System.Threading.Channels": "4.7.1"
- },
- "runtime": {
- "lib/netstandard2.0/RabbitMQ.Client.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.2.4.0"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Memory/4.5.4": {},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Threading.Channels/4.7.1": {},
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- }
- }
- },
- "libraries": {
- "EventBusRabbitMQ/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/6.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==",
- "path": "autofac/6.3.0",
- "hashPath": "autofac.6.3.0.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- },
- "Polly/7.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==",
- "path": "polly/7.2.3",
- "hashPath": "polly.7.2.3.nupkg.sha512"
- },
- "RabbitMQ.Client/6.2.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ttM7F+Ymb00EyQ25UCC44djr5GN/+cZNey2B3xD6JdJQQx7UcCtHdKBCE09zcmWuB+Afp07tFzetE14l/U8xQw==",
- "path": "rabbitmq.client/6.2.4",
- "hashPath": "rabbitmq.client.6.2.4.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "path": "system.memory/4.5.4",
- "hashPath": "system.memory.4.5.4.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Threading.Channels/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA==",
- "path": "system.threading.channels/4.7.1",
- "hashPath": "system.threading.channels.4.7.1.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 022a294d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index 50fbcb1e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll
deleted file mode 100644
index 5cef372d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb
deleted file mode 100644
index efcd48f9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json
deleted file mode 100644
index e866edbf..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.deps.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "EventBusRabbitMQ/1.0.0": {
- "dependencies": {
- "Autofac": "8.0.0",
- "EventBus": "1.0.0",
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.Extensions.Logging": "8.0.0",
- "Newtonsoft.Json": "13.0.3",
- "Polly": "8.3.1",
- "RabbitMQ.Client": "6.8.1"
- },
- "runtime": {
- "EventBusRabbitMQ.dll": {}
- }
- },
- "Autofac/8.0.0": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "7.0.2"
- },
- "runtime": {
- "lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Logging/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Options/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Primitives/8.0.0": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Polly/8.3.1": {
- "dependencies": {
- "Polly.Core": "8.3.1"
- },
- "runtime": {
- "lib/net6.0/Polly.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.3.1.3207"
- }
- }
- },
- "Polly.Core/8.3.1": {
- "runtime": {
- "lib/net8.0/Polly.Core.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.3.1.3207"
- }
- }
- },
- "RabbitMQ.Client/6.8.1": {
- "dependencies": {
- "System.Memory": "4.5.5",
- "System.Threading.Channels": "7.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/RabbitMQ.Client.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.8.1.0"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/7.0.2": {},
- "System.Memory/4.5.5": {},
- "System.Threading.Channels/7.0.0": {},
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- }
- }
- },
- "libraries": {
- "EventBusRabbitMQ/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==",
- "path": "autofac/8.0.0",
- "hashPath": "autofac.8.0.0.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
- "path": "microsoft.extensions.dependencyinjection/8.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
- "path": "microsoft.extensions.logging/8.0.0",
- "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
- "path": "microsoft.extensions.logging.abstractions/8.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
- "path": "microsoft.extensions.options/8.0.0",
- "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
- "path": "microsoft.extensions.primitives/8.0.0",
- "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "Polly/8.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==",
- "path": "polly/8.3.1",
- "hashPath": "polly.8.3.1.nupkg.sha512"
- },
- "Polly.Core/8.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==",
- "path": "polly.core/8.3.1",
- "hashPath": "polly.core.8.3.1.nupkg.sha512"
- },
- "RabbitMQ.Client/6.8.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==",
- "path": "rabbitmq.client/6.8.1",
- "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/7.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
- "path": "system.diagnostics.diagnosticsource/7.0.2",
- "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
- },
- "System.Memory/4.5.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
- "path": "system.memory/4.5.5",
- "hashPath": "system.memory.4.5.5.nupkg.sha512"
- },
- "System.Threading.Channels/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
- "path": "system.threading.channels/7.0.0",
- "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 44a7ecfe..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index e9c57ba9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net8.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll
deleted file mode 100644
index e9cbfb47..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb
deleted file mode 100644
index c52e9fb9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json
deleted file mode 100644
index ac73b212..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v9.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v9.0": {
- "EventBusRabbitMQ/1.0.0": {
- "dependencies": {
- "Autofac": "8.1.1",
- "EventBus": "1.0.0",
- "Microsoft.Extensions.Logging": "9.0.0",
- "Newtonsoft.Json": "13.0.3",
- "Polly": "8.5.0",
- "RabbitMQ.Client": "6.8.1"
- },
- "runtime": {
- "EventBusRabbitMQ.dll": {}
- }
- },
- "Autofac/8.1.1": {
- "runtime": {
- "lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.1.1.0",
- "fileVersion": "8.1.1.0"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Logging/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "9.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
- "Microsoft.Extensions.Options": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Options/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Primitives/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Polly/8.5.0": {
- "dependencies": {
- "Polly.Core": "8.5.0"
- },
- "runtime": {
- "lib/net6.0/Polly.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.5.0.4130"
- }
- }
- },
- "Polly.Core/8.5.0": {
- "runtime": {
- "lib/net8.0/Polly.Core.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.5.0.4130"
- }
- }
- },
- "RabbitMQ.Client/6.8.1": {
- "runtime": {
- "lib/netstandard2.0/RabbitMQ.Client.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.8.1.0"
- }
- }
- },
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "EventBus.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- }
- }
- },
- "libraries": {
- "EventBusRabbitMQ/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/8.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==",
- "path": "autofac/8.1.1",
- "hashPath": "autofac.8.1.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
- "path": "microsoft.extensions.dependencyinjection/9.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
- "path": "microsoft.extensions.logging/9.0.0",
- "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
- "path": "microsoft.extensions.logging.abstractions/9.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
- "path": "microsoft.extensions.options/9.0.0",
- "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
- "path": "microsoft.extensions.primitives/9.0.0",
- "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "Polly/8.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==",
- "path": "polly/8.5.0",
- "hashPath": "polly.8.5.0.nupkg.sha512"
- },
- "Polly.Core/8.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==",
- "path": "polly.core/8.5.0",
- "hashPath": "polly.core.8.5.0.nupkg.sha512"
- },
- "RabbitMQ.Client/6.8.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==",
- "path": "rabbitmq.client/6.8.1",
- "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 46c6f125..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index 7195d8c0..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs
deleted file mode 100644
index 04955d08..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
deleted file mode 100644
index 2ee4d024..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5c000d870e01598c63b704a79dd8e5dd4dc5a6ef
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 9a9e9c31..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache
deleted file mode 100644
index 585e1e15..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache
deleted file mode 100644
index e76d8986..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
deleted file mode 100644
index a99ba9c8..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5497f2c6318889e78d0511429bacd134457119d8
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
deleted file mode 100644
index ce0e6f46..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBusRabbitMQ.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net6.0/EventBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.csproj.CopyComplete
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 022a294d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index 50fbcb1e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll
deleted file mode 100644
index 52bf455e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/ref/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll
deleted file mode 100644
index 52bf455e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net6.0/refint/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBus.420B731B.Up2Date b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBus.420B731B.Up2Date
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs
deleted file mode 100644
index 56bdec93..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
deleted file mode 100644
index 6f2f630a..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2cd94fbc11d4ca9f5ca611f8b840e34dbd8e946245c1d3e0df9438cff36a20e6
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 86b66034..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache
deleted file mode 100644
index 3b439da7..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache
deleted file mode 100644
index f2aefb88..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4bf61bf7..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f76a2251a3a5c9a137d8e9681157d0f380111c9114708514669f481ac6feab7b
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
deleted file mode 100644
index d0742334..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.deps.json
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBusRabbitMQ.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\bin\Debug\net8.0\EventBus.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.csproj.AssemblyReference.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.AssemblyInfoInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.AssemblyInfo.cs
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.csproj.CoreCompileInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.sourcelink.json
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBus.420B731B.Up2Date
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\refint\EventBusRabbitMQ.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\EventBusRabbitMQ.pdb
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusRabbitMQ\obj\Debug\net8.0\ref\EventBusRabbitMQ.dll
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 44a7ecfe..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index e9c57ba9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json
deleted file mode 100644
index 32fce4a9..00000000
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/EventBusRabbitMQ.sourcelink.json
+++ /dev/null
@@ -1 +0,0 @@
-{"documents":{"c:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll
deleted file mode 100644
index e023d6d9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/ref/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll
deleted file mode 100644
index e023d6d9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net8.0/refint/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs
index aa49351c..6b4f3309 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusRabbitMQ")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("EventBusRabbitMQ")]
[assembly: System.Reflection.AssemblyTitleAttribute("EventBusRabbitMQ")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
index 197afee6..569bbfa9 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
@@ -1 +1 @@
-f9fb425fc486b27be6130c26e3589eeff616db0998f80cd5ab9bb334ccf07ca1
+81cc8e49feb42637f9b91704a4c988bd1d48268454501de014145951ffb144e2
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache
index 6797dfea..f2496a81 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache and b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.assets.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache
index b742580a..d2de154e 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
index e867a4ac..6c52c6a6 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-b30d47c196f0fbe3c3c62a98df4bf61c2d850a657b731dadbe5301f5a5552cb0
+0e7e8ea337ac4d1035dc164015998945ab128705404b840aacbbdccbe1ac1c05
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
index 62ea4039..2e48c04f 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.FileListAbsolute.txt
@@ -1,14 +1,14 @@
-/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json
-/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll
-/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb
-/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll
-/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.AssemblyReference.cache
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.GeneratedMSBuildEditorConfig.editorconfig
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfoInputs.cache
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.AssemblyInfo.cs
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.csproj.CoreCompileInputs.cache
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json
+/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.deps.json
+/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.dll
+/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBusRabbitMQ.pdb
+/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.dll
+/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/bin/Debug/net9.0/EventBus.pdb
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBus.420B731B.Up2Date
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll
/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 46c6f125..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index 7195d8c0..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json
index a2a1dc92..c1b394cd 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/EventBusRabbitMQ.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll
deleted file mode 100644
index d4592a7b..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/ref/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll
deleted file mode 100644
index d4592a7b..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/Debug/net9.0/refint/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json
index c13a2403..6db3c915 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.dgspec.json
@@ -46,7 +46,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
@@ -115,7 +115,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.CSharp": {
"target": "Package",
@@ -123,15 +123,15 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
},
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
},
"Polly": {
"target": "Package",
- "version": "[8.5.0, )"
+ "version": "[8.6.5, )"
},
"RabbitMQ.Client": {
"target": "Package",
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets
index 24269dc3..23dec8d3 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/EventBusRabbitMQ.csproj.nuget.g.targets
@@ -1,7 +1,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json
index ed99d8b8..e46ddcbd 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.assets.json
@@ -2,10 +2,10 @@
"version": 3,
"targets": {
"net9.0": {
- "Autofac/8.1.1": {
+ "Autofac/9.0.0": {
"type": "package",
"dependencies": {
- "System.Diagnostics.DiagnosticSource": "8.0.1"
+ "System.Diagnostics.DiagnosticSource": "10.0.0"
},
"compile": {
"lib/net8.0/Autofac.dll": {
@@ -27,10 +27,10 @@
"lib/netcoreapp2.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
@@ -46,7 +46,7 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
"type": "package",
"compile": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
@@ -62,12 +62,12 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/9.0.0": {
+ "Microsoft.Extensions.Logging/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "9.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
- "Microsoft.Extensions.Options": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection": "9.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Options": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
@@ -83,10 +83,10 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
@@ -102,11 +102,11 @@
"buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/9.0.0": {
+ "Microsoft.Extensions.Options/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Options.dll": {
@@ -122,7 +122,7 @@
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
}
},
- "Microsoft.Extensions.Primitives/9.0.0": {
+ "Microsoft.Extensions.Primitives/9.0.2": {
"type": "package",
"compile": {
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
@@ -138,7 +138,7 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"compile": {
"lib/net6.0/Newtonsoft.Json.dll": {
@@ -151,10 +151,10 @@
}
}
},
- "Polly/8.5.0": {
+ "Polly/8.6.5": {
"type": "package",
"dependencies": {
- "Polly.Core": "8.5.0"
+ "Polly.Core": "8.6.5"
},
"compile": {
"lib/net6.0/Polly.dll": {
@@ -167,7 +167,7 @@
}
}
},
- "Polly.Core/8.5.0": {
+ "Polly.Core/8.6.5": {
"type": "package",
"compile": {
"lib/net8.0/Polly.Core.dll": {
@@ -197,20 +197,20 @@
}
}
},
- "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
"type": "package",
"compile": {
- "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/net6.0/_._": {}
+ "buildTransitive/net8.0/_._": {}
}
},
"System.Memory/4.5.5": {
@@ -242,7 +242,7 @@
"type": "project",
"framework": ".NETCoreApp,Version=v9.0",
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"compile": {
"bin/placeholder/EventBus.dll": {}
@@ -254,21 +254,19 @@
}
},
"libraries": {
- "Autofac/8.1.1": {
- "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==",
+ "Autofac/9.0.0": {
+ "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==",
"type": "package",
- "path": "autofac/8.1.1",
+ "path": "autofac/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "autofac.8.1.1.nupkg.sha512",
+ "autofac.9.0.0.nupkg.sha512",
"autofac.nuspec",
"icon.png",
- "lib/net6.0/Autofac.dll",
- "lib/net6.0/Autofac.xml",
- "lib/net7.0/Autofac.dll",
- "lib/net7.0/Autofac.xml",
+ "lib/net10.0/Autofac.dll",
+ "lib/net10.0/Autofac.xml",
"lib/net8.0/Autofac.dll",
"lib/net8.0/Autofac.xml",
"lib/netstandard2.0/Autofac.dll",
@@ -293,6 +291,7 @@
"lib/netcoreapp2.0/_._",
"lib/netstandard1.3/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.dll",
+ "lib/netstandard2.0/Microsoft.CSharp.xml",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/uap10.0.16299/_._",
"lib/win8/_._",
@@ -308,9 +307,30 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
@@ -324,10 +344,10 @@
"version.txt"
]
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
- "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
+ "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection/9.0.0",
+ "path": "microsoft.extensions.dependencyinjection/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -349,15 +369,15 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
- "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
+ "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -379,15 +399,15 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512",
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging/9.0.0": {
- "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
+ "Microsoft.Extensions.Logging/9.0.2": {
+ "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==",
"type": "package",
- "path": "microsoft.extensions.logging/9.0.0",
+ "path": "microsoft.extensions.logging/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -409,15 +429,15 @@
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.9.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.9.0.2.nupkg.sha512",
"microsoft.extensions.logging.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
- "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
+ "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==",
"type": "package",
- "path": "microsoft.extensions.logging.abstractions/9.0.0",
+ "path": "microsoft.extensions.logging.abstractions/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -480,15 +500,15 @@
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512",
"microsoft.extensions.logging.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Options/9.0.0": {
- "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
+ "Microsoft.Extensions.Options/9.0.2": {
+ "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==",
"type": "package",
- "path": "microsoft.extensions.options/9.0.0",
+ "path": "microsoft.extensions.options/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -525,15 +545,15 @@
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.9.0.0.nupkg.sha512",
+ "microsoft.extensions.options.9.0.2.nupkg.sha512",
"microsoft.extensions.options.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Primitives/9.0.0": {
- "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
+ "Microsoft.Extensions.Primitives/9.0.2": {
+ "sha512": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==",
"type": "package",
- "path": "microsoft.extensions.primitives/9.0.0",
+ "path": "microsoft.extensions.primitives/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -553,15 +573,15 @@
"lib/net9.0/Microsoft.Extensions.Primitives.xml",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.9.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.9.0.2.nupkg.sha512",
"microsoft.extensions.primitives.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "Newtonsoft.Json/13.0.4": {
+ "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"type": "package",
- "path": "newtonsoft.json/13.0.3",
+ "path": "newtonsoft.json/13.0.4",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -583,18 +603,19 @@
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.3.nupkg.sha512",
+ "newtonsoft.json.13.0.4.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
},
- "Polly/8.5.0": {
- "sha512": "GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==",
+ "Polly/8.6.5": {
+ "sha512": "VqtW2ZE/ALvQMAH1cQY3qZ2cF2OXa3oe/HKMdOv6Q02HCoEW0rsFNfcBONXlHBe1TnjWW1vdRxBEkPeq0/2FHA==",
"type": "package",
- "path": "polly/8.5.0",
+ "path": "polly/8.6.5",
"files": [
".nupkg.metadata",
".signature.p7s",
+ "LICENSE",
"lib/net462/Polly.dll",
"lib/net462/Polly.pdb",
"lib/net462/Polly.xml",
@@ -609,17 +630,18 @@
"lib/netstandard2.0/Polly.xml",
"package-icon.png",
"package-readme.md",
- "polly.8.5.0.nupkg.sha512",
+ "polly.8.6.5.nupkg.sha512",
"polly.nuspec"
]
},
- "Polly.Core/8.5.0": {
- "sha512": "VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==",
+ "Polly.Core/8.6.5": {
+ "sha512": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==",
"type": "package",
- "path": "polly.core/8.5.0",
+ "path": "polly.core/8.6.5",
"files": [
".nupkg.metadata",
".signature.p7s",
+ "LICENSE",
"lib/net462/Polly.Core.dll",
"lib/net462/Polly.Core.pdb",
"lib/net462/Polly.Core.xml",
@@ -637,7 +659,7 @@
"lib/netstandard2.0/Polly.Core.xml",
"package-icon.png",
"package-readme.md",
- "polly.core.8.5.0.nupkg.sha512",
+ "polly.core.8.6.5.nupkg.sha512",
"polly.core.nuspec"
]
},
@@ -658,31 +680,30 @@
"rabbitmq.client.nuspec"
]
},
- "System.Diagnostics.DiagnosticSource/8.0.1": {
- "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
+ "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==",
"type": "package",
- "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "path": "system.diagnostics.diagnosticsource/10.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
"buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
+ "buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net10.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net10.0/System.Diagnostics.DiagnosticSource.xml",
"lib/net462/System.Diagnostics.DiagnosticSource.dll",
"lib/net462/System.Diagnostics.DiagnosticSource.xml",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
- "lib/net7.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net7.0/System.Diagnostics.DiagnosticSource.xml",
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
"lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.xml",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512",
"system.diagnostics.diagnosticsource.nuspec",
"useSharedDesignerContext.txt"
]
@@ -747,12 +768,12 @@
},
"projectFileDependencyGroups": {
"net9.0": [
- "Autofac >= 8.1.1",
+ "Autofac >= 9.0.0",
"EventBus >= 1.0.0",
"Microsoft.CSharp >= 4.7.0",
- "Microsoft.Extensions.Logging >= 9.0.0",
- "Newtonsoft.Json >= 13.0.3",
- "Polly >= 8.5.0",
+ "Microsoft.Extensions.Logging >= 9.0.2",
+ "Newtonsoft.Json >= 13.0.4",
+ "Polly >= 8.6.5",
"RabbitMQ.Client >= 6.8.1"
]
},
@@ -805,7 +826,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.CSharp": {
"target": "Package",
@@ -813,15 +834,15 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
},
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
},
"Polly": {
"target": "Package",
- "version": "[8.5.0, )"
+ "version": "[8.6.5, )"
},
"RabbitMQ.Client": {
"target": "Package",
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache
index 976d180e..9908747d 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/obj/project.nuget.cache
@@ -1,22 +1,22 @@
{
"version": 2,
- "dgSpecHash": "z13Mz4HACek=",
+ "dgSpecHash": "pMSbbNIll+U=",
"success": true,
"projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj",
"expectedPackageFiles": [
- "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
- "/home/runner/.nuget/packages/polly/8.5.0/polly.8.5.0.nupkg.sha512",
- "/home/runner/.nuget/packages/polly.core/8.5.0/polly.core.8.5.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.2/microsoft.extensions.primitives.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512",
+ "/home/runner/.nuget/packages/polly/8.6.5/polly.8.6.5.nupkg.sha512",
+ "/home/runner/.nuget/packages/polly.core/8.6.5/polly.core.8.6.5.nupkg.sha512",
"/home/runner/.nuget/packages/rabbitmq.client/6.8.1/rabbitmq.client.6.8.1.nupkg.sha512",
- "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512",
"/home/runner/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512"
],
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
index dd37498e..3bd541e9 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
@@ -4,10 +4,10 @@
Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
-
+
-
+
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll
deleted file mode 100644
index 0e1d71e5..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb
deleted file mode 100644
index d5c9163d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json
deleted file mode 100644
index a33b1964..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json
+++ /dev/null
@@ -1,1844 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "EventBusServiceBus/1.0.0": {
- "dependencies": {
- "Autofac": "6.3.0",
- "EventBus": "1.0.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.Extensions.Logging": "6.0.0"
- },
- "runtime": {
- "EventBusServiceBus.dll": {}
- }
- },
- "Autofac/6.3.0": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/net5.0/Autofac.dll": {
- "assemblyVersion": "6.3.0.0",
- "fileVersion": "6.3.0.0"
- }
- }
- },
- "Microsoft.Azure.Amqp/2.4.11": {
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
- "assemblyVersion": "2.4.0.0",
- "fileVersion": "2.2.0.0"
- }
- }
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "1.0.3",
- "Newtonsoft.Json": "13.0.1",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {
- "assemblyVersion": "5.2.0.0",
- "fileVersion": "5.200.21.55702"
- }
- }
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {
- "assemblyVersion": "1.0.3.0",
- "fileVersion": "1.0.3.0"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "dependencies": {
- "NETStandard.Library": "1.6.1",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- },
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/5.4.0": {
- "dependencies": {
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "5.4.0",
- "Newtonsoft.Json": "13.0.1",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Serialization.Xml": "4.3.0",
- "System.Security.Claims": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "Microsoft.Win32.Registry/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "NETStandard.Library/1.6.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.AppContext": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Console": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.Compression.ZipFile": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Linq.Expressions": "4.3.0",
- "System.Net.Http": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Net.Sockets": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Timer": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0"
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.native.System/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "dependencies": {
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
- }
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "System.AppContext/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Buffers/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Collections.Concurrent/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Console/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Diagnostics.Process/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Diagnostics.Tools/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Calendars/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "5.4.0",
- "Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Buffers": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.IO.Compression": "4.3.0"
- }
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "dependencies": {
- "System.Buffers": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.IO.FileSystem/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Linq/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Linq.Expressions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Extensions": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Net.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Net.Sockets/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Net.WebHeaderCollection/4.0.1": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Net.WebSockets/4.0.0": {
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Net.WebSockets.Client/4.0.2": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.ObjectModel/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Private.DataContractSerialization/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Serialization.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0",
- "System.Xml.XmlDocument": "4.3.0",
- "System.Xml.XmlSerializer": "4.3.0"
- }
- },
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Handles/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.InteropServices/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Runtime.Numerics/4.3.0": {
- "dependencies": {
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Json/4.0.2": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Private.DataContractSerialization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Primitives/4.3.0": {
- "dependencies": {
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Xml/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Private.DataContractSerialization": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Serialization.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Security.Claims/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Security.Principal": "4.3.0"
- }
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Cng/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Cng": "4.3.0",
- "System.Security.Cryptography.Csp": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Principal/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Thread/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.ThreadPool/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Threading.Timer/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Tasks.Extensions": "4.3.0"
- }
- },
- "System.Xml.XDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XmlDocument": "4.3.0"
- }
- },
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- }
- }
- },
- "libraries": {
- "EventBusServiceBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/6.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gO4bli0N8tDnBHzbYktcnbXlmN6T+IT5W+FUGgCUaM6pwwHXIxOPoUGvfGum7sZpJJgfQNgjFFv80ZPuARgRdA==",
- "path": "autofac/6.3.0",
- "hashPath": "autofac.6.3.0.nupkg.sha512"
- },
- "Microsoft.Azure.Amqp/2.4.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "path": "microsoft.azure.amqp/2.4.11",
- "hashPath": "microsoft.azure.amqp.2.4.11.nupkg.sha512"
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "path": "microsoft.azure.servicebus/5.2.0",
- "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512"
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "path": "microsoft.azure.services.appauthentication/1.0.3",
- "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "path": "microsoft.identitymodel.clients.activedirectory/3.14.2",
- "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CDIV/v6s7ZbNjk2Z9rgUP0TToBsIIbTauyosShTRzKRthNpyk6uWzlPQA9/gPXhYERugfhp/w75phDqpH093Pw==",
- "path": "microsoft.identitymodel.jsonwebtokens/5.4.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lkLmOqJN9ELf1m/+yvvnfm2cipP/RIKzHideQqH+hfFcZMkI4nn2PEOvw6VDpPzPg+31dqJm6W+rhoq5ewrEbA==",
- "path": "microsoft.identitymodel.logging/5.4.0",
- "hashPath": "microsoft.identitymodel.logging.5.4.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Lim2PqkdqLRbLqMaP0Hws8vmzmZVVg4sso5J2OwJi1/eE0PmfEbC22b3VeHhL5CRIYKPtzvbiyK/Ahu71/rdpA==",
- "path": "microsoft.identitymodel.tokens/5.4.0",
- "hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
- "path": "microsoft.win32.primitives/4.3.0",
- "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
- "path": "microsoft.win32.registry/4.3.0",
- "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "path": "netstandard.library/1.6.1",
- "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
- "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
- "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
- "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.native.System/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
- "path": "runtime.native.system/4.3.0",
- "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
- "path": "runtime.native.system.io.compression/4.3.0",
- "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
- "path": "runtime.native.system.net.http/4.3.0",
- "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
- "path": "runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
- "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
- "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
- "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
- "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
- "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
- "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
- "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.AppContext/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
- "path": "system.appcontext/4.3.0",
- "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
- },
- "System.Buffers/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
- "path": "system.buffers/4.3.0",
- "hashPath": "system.buffers.4.3.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Collections.Concurrent/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
- "path": "system.collections.concurrent/4.3.0",
- "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
- },
- "System.Console/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
- "path": "system.console/4.3.0",
- "hashPath": "system.console.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "path": "system.diagnostics.debug/4.3.0",
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Diagnostics.Process/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "path": "system.diagnostics.process/4.3.0",
- "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tools/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
- "path": "system.diagnostics.tools/4.3.0",
- "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "path": "system.diagnostics.tracing/4.3.0",
- "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Calendars/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
- "path": "system.globalization.calendars/4.3.0",
- "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
- "path": "system.globalization.extensions/4.3.0",
- "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3iSL/4C+K4d9k700URwCoAEXFesI1Ho0DP/QSr9nmzJZY69oi48qYlglXbl2zz3lB+XfgPiuYoSJ6qIdYBPFzQ==",
- "path": "system.identitymodel.tokens.jwt/5.4.0",
- "hashPath": "system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
- "path": "system.io.compression/4.3.0",
- "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
- "path": "system.io.compression.zipfile/4.3.0",
- "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
- "path": "system.io.filesystem/4.3.0",
- "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
- "path": "system.io.filesystem.primitives/4.3.0",
- "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
- },
- "System.Linq/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
- "path": "system.linq/4.3.0",
- "hashPath": "system.linq.4.3.0.nupkg.sha512"
- },
- "System.Linq.Expressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
- "path": "system.linq.expressions/4.3.0",
- "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
- },
- "System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
- "path": "system.net.http/4.3.0",
- "hashPath": "system.net.http.4.3.0.nupkg.sha512"
- },
- "System.Net.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
- "path": "system.net.primitives/4.3.0",
- "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
- },
- "System.Net.Sockets/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
- "path": "system.net.sockets/4.3.0",
- "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
- },
- "System.Net.WebHeaderCollection/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==",
- "path": "system.net.webheadercollection/4.0.1",
- "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512"
- },
- "System.Net.WebSockets/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "path": "system.net.websockets/4.0.0",
- "hashPath": "system.net.websockets.4.0.0.nupkg.sha512"
- },
- "System.Net.WebSockets.Client/4.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "path": "system.net.websockets.client/4.0.2",
- "hashPath": "system.net.websockets.client.4.0.2.nupkg.sha512"
- },
- "System.ObjectModel/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
- "path": "system.objectmodel/4.3.0",
- "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
- },
- "System.Private.DataContractSerialization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
- "path": "system.private.datacontractserialization/4.3.0",
- "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
- "path": "system.reflection.emit/4.3.0",
- "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
- "path": "system.reflection.extensions/4.3.0",
- "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
- "path": "system.reflection.typeextensions/4.3.0",
- "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
- "path": "system.runtime.handles/4.3.0",
- "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
- "path": "system.runtime.interopservices/4.3.0",
- "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
- "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
- "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Numerics/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
- "path": "system.runtime.numerics/4.3.0",
- "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Serialization.Json/4.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "path": "system.runtime.serialization.json/4.0.2",
- "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512"
- },
- "System.Runtime.Serialization.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
- "path": "system.runtime.serialization.primitives/4.3.0",
- "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Serialization.Xml/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==",
- "path": "system.runtime.serialization.xml/4.3.0",
- "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512"
- },
- "System.Security.Claims/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
- "path": "system.security.claims/4.3.0",
- "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
- "path": "system.security.cryptography.algorithms/4.3.0",
- "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
- "path": "system.security.cryptography.cng/4.3.0",
- "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
- "path": "system.security.cryptography.csp/4.3.0",
- "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
- "path": "system.security.cryptography.encoding/4.3.0",
- "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
- "path": "system.security.cryptography.openssl/4.3.0",
- "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
- "path": "system.security.cryptography.primitives/4.3.0",
- "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
- "path": "system.security.cryptography.x509certificates/4.3.0",
- "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
- },
- "System.Security.Principal/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
- "path": "system.security.principal/4.3.0",
- "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
- "path": "system.text.encoding.extensions/4.3.0",
- "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "path": "system.threading/4.3.0",
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Thread/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
- "path": "system.threading.thread/4.3.0",
- "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
- },
- "System.Threading.ThreadPool/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
- "path": "system.threading.threadpool/4.3.0",
- "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
- },
- "System.Threading.Timer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
- "path": "system.threading.timer/4.3.0",
- "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
- "path": "system.xml.readerwriter/4.3.0",
- "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
- },
- "System.Xml.XDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
- "path": "system.xml.xdocument/4.3.0",
- "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
- "path": "system.xml.xmldocument/4.3.0",
- "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
- "path": "system.xml.xmlserializer/4.3.0",
- "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll
deleted file mode 100644
index 4e303a8e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb
deleted file mode 100644
index 19a07411..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll
deleted file mode 100644
index 5cef372d..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb
deleted file mode 100644
index efcd48f9..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json
deleted file mode 100644
index 0b5e280e..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.deps.json
+++ /dev/null
@@ -1,1829 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "EventBusServiceBus/1.0.0": {
- "dependencies": {
- "Autofac": "8.0.0",
- "EventBus": "1.0.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.Extensions.Logging": "8.0.0"
- },
- "runtime": {
- "EventBusServiceBus.dll": {}
- }
- },
- "Autofac/8.0.0": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "7.0.2"
- },
- "runtime": {
- "lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Microsoft.Azure.Amqp/2.4.11": {
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
- "assemblyVersion": "2.4.0.0",
- "fileVersion": "2.2.0.0"
- }
- }
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "1.0.3",
- "Newtonsoft.Json": "13.0.3",
- "System.Diagnostics.DiagnosticSource": "7.0.2",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {
- "assemblyVersion": "5.2.0.0",
- "fileVersion": "5.200.21.55702"
- }
- }
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {
- "assemblyVersion": "1.0.3.0",
- "fileVersion": "1.0.3.0"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Logging/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Options/8.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.Extensions.Primitives/8.0.0": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "dependencies": {
- "NETStandard.Library": "1.6.1",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- },
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/5.4.0": {
- "dependencies": {
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "5.4.0",
- "Newtonsoft.Json": "13.0.3",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Serialization.Xml": "4.3.0",
- "System.Security.Claims": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "Microsoft.Win32.Registry/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "NETStandard.Library/1.6.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.AppContext": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Console": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.Compression.ZipFile": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Linq.Expressions": "4.3.0",
- "System.Net.Http": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Net.Sockets": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Timer": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0"
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.native.System/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "dependencies": {
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
- }
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "System.AppContext/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Buffers/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Collections.Concurrent/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Console/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/7.0.2": {},
- "System.Diagnostics.Process/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Diagnostics.Tools/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Calendars/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/5.4.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "5.4.0",
- "Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "5.4.0.0",
- "fileVersion": "5.4.0.60123"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Buffers": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.IO.Compression": "4.3.0"
- }
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "dependencies": {
- "System.Buffers": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.IO.FileSystem/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Linq/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Linq.Expressions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.DiagnosticSource": "7.0.2",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Extensions": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Net.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Net.Sockets/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Net.WebHeaderCollection/4.0.1": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Net.WebSockets/4.0.0": {
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Net.WebSockets.Client/4.0.2": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.ObjectModel/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Private.DataContractSerialization/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Serialization.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0",
- "System.Xml.XmlDocument": "4.3.0",
- "System.Xml.XmlSerializer": "4.3.0"
- }
- },
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Handles/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.InteropServices/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Runtime.Numerics/4.3.0": {
- "dependencies": {
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Json/4.0.2": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Private.DataContractSerialization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Primitives/4.3.0": {
- "dependencies": {
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Serialization.Xml/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Private.DataContractSerialization": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Serialization.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Security.Claims/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Security.Principal": "4.3.0"
- }
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Cng/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Cng": "4.3.0",
- "System.Security.Cryptography.Csp": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Principal/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Thread/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.ThreadPool/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Threading.Timer/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Tasks.Extensions": "4.3.0"
- }
- },
- "System.Xml.XDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XmlDocument": "4.3.0"
- }
- },
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- }
- }
- },
- "libraries": {
- "EventBusServiceBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==",
- "path": "autofac/8.0.0",
- "hashPath": "autofac.8.0.0.nupkg.sha512"
- },
- "Microsoft.Azure.Amqp/2.4.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "path": "microsoft.azure.amqp/2.4.11",
- "hashPath": "microsoft.azure.amqp.2.4.11.nupkg.sha512"
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "path": "microsoft.azure.servicebus/5.2.0",
- "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512"
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "path": "microsoft.azure.services.appauthentication/1.0.3",
- "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
- "path": "microsoft.extensions.dependencyinjection/8.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
- "path": "microsoft.extensions.logging/8.0.0",
- "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
- "path": "microsoft.extensions.logging.abstractions/8.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
- "path": "microsoft.extensions.options/8.0.0",
- "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
- "path": "microsoft.extensions.primitives/8.0.0",
- "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "path": "microsoft.identitymodel.clients.activedirectory/3.14.2",
- "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CDIV/v6s7ZbNjk2Z9rgUP0TToBsIIbTauyosShTRzKRthNpyk6uWzlPQA9/gPXhYERugfhp/w75phDqpH093Pw==",
- "path": "microsoft.identitymodel.jsonwebtokens/5.4.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lkLmOqJN9ELf1m/+yvvnfm2cipP/RIKzHideQqH+hfFcZMkI4nn2PEOvw6VDpPzPg+31dqJm6W+rhoq5ewrEbA==",
- "path": "microsoft.identitymodel.logging/5.4.0",
- "hashPath": "microsoft.identitymodel.logging.5.4.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Lim2PqkdqLRbLqMaP0Hws8vmzmZVVg4sso5J2OwJi1/eE0PmfEbC22b3VeHhL5CRIYKPtzvbiyK/Ahu71/rdpA==",
- "path": "microsoft.identitymodel.tokens/5.4.0",
- "hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
- "path": "microsoft.win32.primitives/4.3.0",
- "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
- "path": "microsoft.win32.registry/4.3.0",
- "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "path": "netstandard.library/1.6.1",
- "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
- "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
- "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
- "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.native.System/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
- "path": "runtime.native.system/4.3.0",
- "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
- "path": "runtime.native.system.io.compression/4.3.0",
- "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
- "path": "runtime.native.system.net.http/4.3.0",
- "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
- "path": "runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
- "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
- "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
- "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
- "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
- "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
- "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
- "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.AppContext/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
- "path": "system.appcontext/4.3.0",
- "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
- },
- "System.Buffers/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
- "path": "system.buffers/4.3.0",
- "hashPath": "system.buffers.4.3.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Collections.Concurrent/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
- "path": "system.collections.concurrent/4.3.0",
- "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
- },
- "System.Console/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
- "path": "system.console/4.3.0",
- "hashPath": "system.console.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "path": "system.diagnostics.debug/4.3.0",
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/7.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
- "path": "system.diagnostics.diagnosticsource/7.0.2",
- "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
- },
- "System.Diagnostics.Process/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "path": "system.diagnostics.process/4.3.0",
- "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tools/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
- "path": "system.diagnostics.tools/4.3.0",
- "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "path": "system.diagnostics.tracing/4.3.0",
- "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Calendars/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
- "path": "system.globalization.calendars/4.3.0",
- "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
- "path": "system.globalization.extensions/4.3.0",
- "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/5.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3iSL/4C+K4d9k700URwCoAEXFesI1Ho0DP/QSr9nmzJZY69oi48qYlglXbl2zz3lB+XfgPiuYoSJ6qIdYBPFzQ==",
- "path": "system.identitymodel.tokens.jwt/5.4.0",
- "hashPath": "system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
- "path": "system.io.compression/4.3.0",
- "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
- "path": "system.io.compression.zipfile/4.3.0",
- "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
- "path": "system.io.filesystem/4.3.0",
- "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
- "path": "system.io.filesystem.primitives/4.3.0",
- "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
- },
- "System.Linq/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
- "path": "system.linq/4.3.0",
- "hashPath": "system.linq.4.3.0.nupkg.sha512"
- },
- "System.Linq.Expressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
- "path": "system.linq.expressions/4.3.0",
- "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
- },
- "System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
- "path": "system.net.http/4.3.0",
- "hashPath": "system.net.http.4.3.0.nupkg.sha512"
- },
- "System.Net.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
- "path": "system.net.primitives/4.3.0",
- "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
- },
- "System.Net.Sockets/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
- "path": "system.net.sockets/4.3.0",
- "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
- },
- "System.Net.WebHeaderCollection/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==",
- "path": "system.net.webheadercollection/4.0.1",
- "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512"
- },
- "System.Net.WebSockets/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "path": "system.net.websockets/4.0.0",
- "hashPath": "system.net.websockets.4.0.0.nupkg.sha512"
- },
- "System.Net.WebSockets.Client/4.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "path": "system.net.websockets.client/4.0.2",
- "hashPath": "system.net.websockets.client.4.0.2.nupkg.sha512"
- },
- "System.ObjectModel/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
- "path": "system.objectmodel/4.3.0",
- "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
- },
- "System.Private.DataContractSerialization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
- "path": "system.private.datacontractserialization/4.3.0",
- "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
- "path": "system.reflection.emit/4.3.0",
- "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
- "path": "system.reflection.extensions/4.3.0",
- "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
- "path": "system.reflection.typeextensions/4.3.0",
- "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
- "path": "system.runtime.handles/4.3.0",
- "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
- "path": "system.runtime.interopservices/4.3.0",
- "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
- "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
- "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Numerics/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
- "path": "system.runtime.numerics/4.3.0",
- "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Serialization.Json/4.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "path": "system.runtime.serialization.json/4.0.2",
- "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512"
- },
- "System.Runtime.Serialization.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
- "path": "system.runtime.serialization.primitives/4.3.0",
- "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Serialization.Xml/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==",
- "path": "system.runtime.serialization.xml/4.3.0",
- "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512"
- },
- "System.Security.Claims/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
- "path": "system.security.claims/4.3.0",
- "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
- "path": "system.security.cryptography.algorithms/4.3.0",
- "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
- "path": "system.security.cryptography.cng/4.3.0",
- "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
- "path": "system.security.cryptography.csp/4.3.0",
- "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
- "path": "system.security.cryptography.encoding/4.3.0",
- "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
- "path": "system.security.cryptography.openssl/4.3.0",
- "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
- "path": "system.security.cryptography.primitives/4.3.0",
- "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
- "path": "system.security.cryptography.x509certificates/4.3.0",
- "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
- },
- "System.Security.Principal/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
- "path": "system.security.principal/4.3.0",
- "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
- "path": "system.text.encoding.extensions/4.3.0",
- "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "path": "system.threading/4.3.0",
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Thread/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
- "path": "system.threading.thread/4.3.0",
- "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
- },
- "System.Threading.ThreadPool/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
- "path": "system.threading.threadpool/4.3.0",
- "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
- },
- "System.Threading.Timer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
- "path": "system.threading.timer/4.3.0",
- "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
- "path": "system.xml.readerwriter/4.3.0",
- "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
- },
- "System.Xml.XDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
- "path": "system.xml.xdocument/4.3.0",
- "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
- "path": "system.xml.xmldocument/4.3.0",
- "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
- "path": "system.xml.xmlserializer/4.3.0",
- "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll
deleted file mode 100644
index 09f83134..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb
deleted file mode 100644
index d995b73b..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net8.0/EventBusServiceBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll
index e9cbfb47..3161bd3f 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb
index c52e9fb9..5e2c8e54 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json
index cd49d311..82e9ae8f 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.deps.json
@@ -8,20 +8,23 @@
".NETCoreApp,Version=v9.0": {
"EventBusServiceBus/1.0.0": {
"dependencies": {
- "Autofac": "8.1.1",
+ "Autofac": "9.0.0",
"EventBus": "1.0.0",
"Microsoft.Azure.ServiceBus": "5.2.0",
- "Microsoft.Extensions.Logging": "9.0.0"
+ "Microsoft.Extensions.Logging": "9.0.2"
},
"runtime": {
"EventBusServiceBus.dll": {}
}
},
- "Autofac/8.1.1": {
+ "Autofac/9.0.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "10.0.0"
+ },
"runtime": {
"lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.1.1.0",
- "fileVersion": "8.1.1.0"
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.0.0"
}
}
},
@@ -37,7 +40,8 @@
"dependencies": {
"Microsoft.Azure.Amqp": "2.4.11",
"Microsoft.Azure.Services.AppAuthentication": "1.0.3",
- "Newtonsoft.Json": "13.0.3",
+ "Newtonsoft.Json": "13.0.4",
+ "System.Diagnostics.DiagnosticSource": "10.0.0",
"System.IdentityModel.Tokens.Jwt": "5.4.0"
},
"runtime": {
@@ -58,66 +62,66 @@
}
}
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"runtime": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
"runtime": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
- "Microsoft.Extensions.Logging/9.0.0": {
+ "Microsoft.Extensions.Logging/9.0.2": {
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "9.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
- "Microsoft.Extensions.Options": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection": "9.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Options": "9.0.2"
},
"runtime": {
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"runtime": {
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
- "Microsoft.Extensions.Options/9.0.0": {
+ "Microsoft.Extensions.Options/9.0.2": {
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.2"
},
"runtime": {
"lib/net9.0/Microsoft.Extensions.Options.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
- "Microsoft.Extensions.Primitives/9.0.0": {
+ "Microsoft.Extensions.Primitives/9.0.2": {
"runtime": {
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
+ "fileVersion": "9.0.225.6610"
}
}
},
@@ -136,7 +140,7 @@
"Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
@@ -156,7 +160,7 @@
"Microsoft.IdentityModel.Tokens/5.4.0": {
"dependencies": {
"Microsoft.IdentityModel.Logging": "5.4.0",
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
@@ -165,11 +169,19 @@
}
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
+ "fileVersion": "13.0.4.30916"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
+ "runtime": {
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.25.52411"
}
}
},
@@ -177,7 +189,7 @@
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "5.4.0",
"Microsoft.IdentityModel.Tokens": "5.4.0",
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
@@ -188,7 +200,7 @@
},
"EventBus/1.0.0": {
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"EventBus.dll": {
@@ -205,12 +217,12 @@
"serviceable": false,
"sha512": ""
},
- "Autofac/8.1.1": {
+ "Autofac/9.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==",
- "path": "autofac/8.1.1",
- "hashPath": "autofac.8.1.1.nupkg.sha512"
+ "sha512": "sha512-G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==",
+ "path": "autofac/9.0.0",
+ "hashPath": "autofac.9.0.0.nupkg.sha512"
},
"Microsoft.Azure.Amqp/2.4.11": {
"type": "package",
@@ -233,47 +245,47 @@
"path": "microsoft.azure.services.appauthentication/1.0.3",
"hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512"
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
- "path": "microsoft.extensions.dependencyinjection/9.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512"
+ "sha512": "sha512-ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==",
+ "path": "microsoft.extensions.dependencyinjection/9.0.2",
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512"
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512"
+ "sha512": "sha512-MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512"
},
- "Microsoft.Extensions.Logging/9.0.0": {
+ "Microsoft.Extensions.Logging/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
- "path": "microsoft.extensions.logging/9.0.0",
- "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512"
+ "sha512": "sha512-loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==",
+ "path": "microsoft.extensions.logging/9.0.2",
+ "hashPath": "microsoft.extensions.logging.9.0.2.nupkg.sha512"
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
- "path": "microsoft.extensions.logging.abstractions/9.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
+ "sha512": "sha512-dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==",
+ "path": "microsoft.extensions.logging.abstractions/9.0.2",
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512"
},
- "Microsoft.Extensions.Options/9.0.0": {
+ "Microsoft.Extensions.Options/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
- "path": "microsoft.extensions.options/9.0.0",
- "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
+ "sha512": "sha512-zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==",
+ "path": "microsoft.extensions.options/9.0.2",
+ "hashPath": "microsoft.extensions.options.9.0.2.nupkg.sha512"
},
- "Microsoft.Extensions.Primitives/9.0.0": {
+ "Microsoft.Extensions.Primitives/9.0.2": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
- "path": "microsoft.extensions.primitives/9.0.0",
- "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
+ "sha512": "sha512-puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==",
+ "path": "microsoft.extensions.primitives/9.0.2",
+ "hashPath": "microsoft.extensions.primitives.9.0.2.nupkg.sha512"
},
"Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
"type": "package",
@@ -303,12 +315,19 @@
"path": "microsoft.identitymodel.tokens/5.4.0",
"hashPath": "microsoft.identitymodel.tokens.5.4.0.nupkg.sha512"
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
+ "path": "newtonsoft.json/13.0.4",
+ "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
+ "sha512": "sha512-0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==",
+ "path": "system.diagnostics.diagnosticsource/10.0.0",
+ "hashPath": "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/5.4.0": {
"type": "package",
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll
index 4ad7feac..003c2515 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb
index e83f7207..9a5194da 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net9.0/EventBusServiceBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs
deleted file mode 100644
index 3f80b834..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache
deleted file mode 100644
index dc878a67..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-234859dd0572e155c9ec6e43703b99ec8bd06787
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9ecc099..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache
deleted file mode 100644
index c9336089..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache
deleted file mode 100644
index 8512c2aa..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
deleted file mode 100644
index a9fcafa4..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-074fda694662f152968dcd79cd5bc7c08f472aae
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt
deleted file mode 100644
index 4d34a623..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBusServiceBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/bin/Debug/net6.0/EventBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.csproj.CopyComplete
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll
deleted file mode 100644
index 4e303a8e..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb
deleted file mode 100644
index 19a07411..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/EventBusServiceBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll
deleted file mode 100644
index 22371c80..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/ref/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll
deleted file mode 100644
index 22371c80..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net6.0/refint/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBus.A7833EC2.Up2Date b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBus.A7833EC2.Up2Date
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs
deleted file mode 100644
index df773739..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache
deleted file mode 100644
index 4fe872d4..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b0fedec56ffdb231a1405341a4e3701fdbabbb7eb95e758e7df1d5deb7f3d88f
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index dbac7ad2..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache
deleted file mode 100644
index 2d45822f..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache
deleted file mode 100644
index 1bb49bf0..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
deleted file mode 100644
index c1c29d9c..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5e4dd70d106cf0af8c08ac490d78de0468cd6c8ba7939a6820468539e006baa6
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt
deleted file mode 100644
index 0f1ad63c..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.deps.json
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBusServiceBus.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\bin\Debug\net8.0\EventBus.pdb
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.csproj.AssemblyReference.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.GeneratedMSBuildEditorConfig.editorconfig
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.AssemblyInfoInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.AssemblyInfo.cs
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.csproj.CoreCompileInputs.cache
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.sourcelink.json
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBus.A7833EC2.Up2Date
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\refint\EventBusServiceBus.dll
-c:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\EventBusServiceBus.pdb
-C:\Users\ALLEGRANathan\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\EventBusServiceBus\obj\Debug\net8.0\ref\EventBusServiceBus.dll
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll
deleted file mode 100644
index 09f83134..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb
deleted file mode 100644
index d995b73b..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json
deleted file mode 100644
index a12e12a9..00000000
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/EventBusServiceBus.sourcelink.json
+++ /dev/null
@@ -1 +0,0 @@
-{"documents":{"C:\\Users\\ALLEGRANathan\\mslearn-microservices-devops-aspnet-core\\*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/7b4882fe6a510e1a82b0811f789f0fe24f0cb04d/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll
deleted file mode 100644
index b2d54fe6..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/ref/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll
deleted file mode 100644
index b2d54fe6..00000000
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net8.0/refint/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs
index dea493ec..3f209cc0 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("EventBusServiceBus")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("EventBusServiceBus")]
[assembly: System.Reflection.AssemblyTitleAttribute("EventBusServiceBus")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache
index 9a261d06..3900b281 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.AssemblyInfoInputs.cache
@@ -1 +1 @@
-17b6365c849d636e7814407c533a74186544655b22b75dda3e721ffaed8f2779
+9ee0fadf766ade161daaef47d3de988dde0b617c23c9d268e3010c54ddd00b9a
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache
index 834f3eff..41a25e7d 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.assets.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache
index 0a2a1799..3d3fd09a 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.AssemblyReference.cache differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
index cd776c23..8394d73b 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-6413c66e947bf1f482e51c8b593aa8c7fbbed051b12f9d73e93eeb3232ea3f9c
+3194cd4ed494eea7e0c7c9b8b1a13ac9434f3f2e2455b7746ca7c8799d8fd014
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll
index 4ad7feac..003c2515 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb
index e83f7207..9a5194da 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json
index a2a1dc92..c1b394cd 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/EventBusServiceBus.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll
index c294f1fc..e4046a52 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/ref/EventBusServiceBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll
index c294f1fc..e4046a52 100644
Binary files a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll and b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/Debug/net9.0/refint/EventBusServiceBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json
index ac6af874..f4a03b35 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.dgspec.json
@@ -46,7 +46,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
@@ -115,7 +115,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.Azure.ServiceBus": {
"target": "Package",
@@ -127,7 +127,7 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets
index 24269dc3..23dec8d3 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/EventBusServiceBus.csproj.nuget.g.targets
@@ -1,7 +1,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json
index 4d16884c..2ba271c1 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.assets.json
@@ -2,10 +2,10 @@
"version": 3,
"targets": {
"net9.0": {
- "Autofac/8.1.1": {
+ "Autofac/9.0.0": {
"type": "package",
"dependencies": {
- "System.Diagnostics.DiagnosticSource": "8.0.1"
+ "System.Diagnostics.DiagnosticSource": "10.0.0"
},
"compile": {
"lib/net8.0/Autofac.dll": {
@@ -41,10 +41,14 @@
"System.IdentityModel.Tokens.Jwt": "5.4.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {}
+ "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {}
+ "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.Azure.Services.AppAuthentication/1.0.3": {
@@ -56,12 +60,12 @@
},
"compile": {
"lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {
- "related": ".runtimeconfig.json"
+ "related": ".runtimeconfig.json;.xml"
}
},
"runtime": {
"lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {
- "related": ".runtimeconfig.json"
+ "related": ".runtimeconfig.json;.xml"
}
},
"build": {
@@ -77,10 +81,10 @@
"lib/netcoreapp2.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
@@ -96,7 +100,7 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
"type": "package",
"compile": {
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
@@ -112,12 +116,12 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/9.0.0": {
+ "Microsoft.Extensions.Logging/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "9.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
- "Microsoft.Extensions.Options": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection": "9.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Options": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
@@ -133,10 +137,10 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
@@ -152,11 +156,11 @@
"buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/9.0.0": {
+ "Microsoft.Extensions.Options/9.0.2": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.2"
},
"compile": {
"lib/net9.0/Microsoft.Extensions.Options.dll": {
@@ -172,7 +176,7 @@
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
}
},
- "Microsoft.Extensions.Primitives/9.0.0": {
+ "Microsoft.Extensions.Primitives/9.0.2": {
"type": "package",
"compile": {
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
@@ -197,11 +201,15 @@
},
"compile": {
"lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {},
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {}
+ "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {},
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {}
+ "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.IdentityModel.JsonWebTokens/5.4.0": {
@@ -212,12 +220,12 @@
},
"compile": {
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
}
},
@@ -231,12 +239,12 @@
},
"compile": {
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
}
},
@@ -261,12 +269,12 @@
},
"compile": {
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
}
},
@@ -296,7 +304,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
+ "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.Win32.Registry/4.3.0": {
@@ -376,7 +386,7 @@
"System.Xml.XDocument": "4.3.0"
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"compile": {
"lib/net6.0/Newtonsoft.Json.dll": {
@@ -566,7 +576,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.6/System.AppContext.dll": {}
+ "ref/netstandard1.6/System.AppContext.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.6/System.AppContext.dll": {}
@@ -596,7 +608,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Collections.dll": {}
+ "ref/netstandard1.3/System.Collections.dll": {
+ "related": ".xml"
+ }
}
},
"System.Collections.Concurrent/4.3.0": {
@@ -614,7 +628,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Collections.Concurrent.dll": {}
+ "ref/netstandard1.3/System.Collections.Concurrent.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Collections.Concurrent.dll": {}
@@ -630,7 +646,9 @@
"System.Text.Encoding": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Console.dll": {}
+ "ref/netstandard1.3/System.Console.dll": {
+ "related": ".xml"
+ }
}
},
"System.Diagnostics.Debug/4.3.0": {
@@ -641,23 +659,25 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {
+ "related": ".xml"
+ }
}
},
- "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
"type": "package",
"compile": {
- "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/net6.0/_._": {}
+ "buildTransitive/net8.0/_._": {}
}
},
"System.Diagnostics.Process/4.3.0": {
@@ -686,7 +706,9 @@
"runtime.native.System": "4.3.0"
},
"compile": {
- "ref/netstandard1.4/System.Diagnostics.Process.dll": {}
+ "ref/netstandard1.4/System.Diagnostics.Process.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": {
@@ -711,7 +733,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
+ "ref/netstandard1.0/System.Diagnostics.Tools.dll": {
+ "related": ".xml"
+ }
}
},
"System.Diagnostics.Tracing/4.3.0": {
@@ -722,7 +746,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {
+ "related": ".xml"
+ }
}
},
"System.Globalization/4.3.0": {
@@ -733,7 +759,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Globalization.dll": {}
+ "ref/netstandard1.3/System.Globalization.dll": {
+ "related": ".xml"
+ }
}
},
"System.Globalization.Calendars/4.3.0": {
@@ -745,7 +773,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Globalization.Calendars.dll": {}
+ "ref/netstandard1.3/System.Globalization.Calendars.dll": {
+ "related": ".xml"
+ }
}
},
"System.Globalization.Extensions/4.3.0": {
@@ -759,7 +789,9 @@
"System.Runtime.InteropServices": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {
@@ -781,12 +813,12 @@
},
"compile": {
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "related": ".pdb"
+ "related": ".pdb;.xml"
}
}
},
@@ -800,7 +832,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "ref/netstandard1.5/System.IO.dll": {}
+ "ref/netstandard1.5/System.IO.dll": {
+ "related": ".xml"
+ }
}
},
"System.IO.Compression/4.3.0": {
@@ -823,7 +857,9 @@
"runtime.native.System.IO.Compression": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.IO.Compression.dll": {}
+ "ref/netstandard1.3/System.IO.Compression.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
@@ -850,7 +886,9 @@
"System.Text.Encoding": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
+ "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
@@ -869,7 +907,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.IO.FileSystem.dll": {}
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {
+ "related": ".xml"
+ }
}
},
"System.IO.FileSystem.Primitives/4.3.0": {
@@ -878,7 +918,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
@@ -894,7 +936,9 @@
"System.Runtime.Extensions": "4.3.0"
},
"compile": {
- "ref/netstandard1.6/System.Linq.dll": {}
+ "ref/netstandard1.6/System.Linq.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.6/System.Linq.dll": {}
@@ -922,7 +966,9 @@
"System.Threading": "4.3.0"
},
"compile": {
- "ref/netstandard1.6/System.Linq.Expressions.dll": {}
+ "ref/netstandard1.6/System.Linq.Expressions.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.6/System.Linq.Expressions.dll": {}
@@ -959,7 +1005,9 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Net.Http.dll": {}
+ "ref/netstandard1.3/System.Net.Http.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {
@@ -981,7 +1029,9 @@
"System.Runtime.Handles": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Net.Primitives.dll": {}
+ "ref/netstandard1.3/System.Net.Primitives.dll": {
+ "related": ".xml"
+ }
}
},
"System.Net.Sockets/4.3.0": {
@@ -995,7 +1045,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Net.Sockets.dll": {}
+ "ref/netstandard1.3/System.Net.Sockets.dll": {
+ "related": ".xml"
+ }
}
},
"System.Net.WebHeaderCollection/4.0.1": {
@@ -1007,7 +1059,9 @@
"System.Runtime.Extensions": "4.1.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
@@ -1022,7 +1076,9 @@
"System.Threading.Tasks": "4.0.11"
},
"compile": {
- "ref/netstandard1.3/System.Net.WebSockets.dll": {}
+ "ref/netstandard1.3/System.Net.WebSockets.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Net.WebSockets.dll": {}
@@ -1051,7 +1107,9 @@
"System.Threading.Tasks": "4.0.11"
},
"compile": {
- "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {}
+ "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll": {
@@ -1074,7 +1132,9 @@
"System.Threading": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.ObjectModel.dll": {}
+ "ref/netstandard1.3/System.ObjectModel.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.ObjectModel.dll": {}
@@ -1126,7 +1186,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.5/System.Reflection.dll": {}
+ "ref/netstandard1.5/System.Reflection.dll": {
+ "related": ".xml"
+ }
}
},
"System.Reflection.Emit/4.3.0": {
@@ -1155,7 +1217,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/_._": {}
+ "ref/netstandard1.0/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
@@ -1187,7 +1251,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {
+ "related": ".xml"
+ }
}
},
"System.Reflection.Primitives/4.3.0": {
@@ -1198,7 +1264,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {
+ "related": ".xml"
+ }
}
},
"System.Reflection.TypeExtensions/4.3.0": {
@@ -1226,7 +1294,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
+ "related": ".xml"
+ }
}
},
"System.Runtime/4.3.0": {
@@ -1249,7 +1319,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {
+ "related": ".xml"
+ }
}
},
"System.Runtime.Handles/4.3.0": {
@@ -1260,7 +1332,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Runtime.Handles.dll": {}
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {
+ "related": ".xml"
+ }
}
},
"System.Runtime.InteropServices/4.3.0": {
@@ -1314,7 +1388,9 @@
"System.Runtime.Extensions": "4.3.0"
},
"compile": {
- "ref/netstandard1.1/System.Runtime.Numerics.dll": {}
+ "ref/netstandard1.1/System.Runtime.Numerics.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Runtime.Numerics.dll": {}
@@ -1328,7 +1404,9 @@
"System.Runtime": "4.1.0"
},
"compile": {
- "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {}
+ "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {}
@@ -1341,7 +1419,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
+ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
@@ -1358,7 +1438,9 @@
"System.Xml.ReaderWriter": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
+ "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
@@ -1376,7 +1458,9 @@
"System.Security.Principal": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Security.Claims.dll": {}
+ "ref/netstandard1.3/System.Security.Claims.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Security.Claims.dll": {}
@@ -1495,7 +1579,9 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
+ "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
@@ -1586,7 +1672,9 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
},
"compile": {
- "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {}
+ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
@@ -1605,7 +1693,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.0/System.Security.Principal.dll": {}
+ "ref/netstandard1.0/System.Security.Principal.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.0/System.Security.Principal.dll": {}
@@ -1633,7 +1723,9 @@
"System.Text.Encoding": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {
+ "related": ".xml"
+ }
}
},
"System.Text.RegularExpressions/4.3.0": {
@@ -1655,7 +1747,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Threading.dll": {}
+ "ref/netstandard1.3/System.Threading.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Threading.dll": {}
@@ -1669,7 +1763,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Threading.Tasks.dll": {}
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {
+ "related": ".xml"
+ }
}
},
"System.Threading.Tasks.Extensions/4.3.0": {
@@ -1680,10 +1776,14 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
- "lib/netstandard1.0/_._": {}
+ "lib/netstandard1.0/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
+ "related": ".xml"
+ }
}
},
"System.Threading.Thread/4.3.0": {
@@ -1692,7 +1792,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Threading.Thread.dll": {}
@@ -1705,7 +1807,9 @@
"System.Runtime.Handles": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
@@ -1719,7 +1823,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
- "ref/netstandard1.2/System.Threading.Timer.dll": {}
+ "ref/netstandard1.2/System.Threading.Timer.dll": {
+ "related": ".xml"
+ }
}
},
"System.Xml.ReaderWriter/4.3.0": {
@@ -1742,7 +1848,9 @@
"System.Threading.Tasks.Extensions": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {}
+ "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
@@ -1765,7 +1873,9 @@
"System.Xml.ReaderWriter": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/System.Xml.XDocument.dll": {}
+ "ref/netstandard1.3/System.Xml.XDocument.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Xml.XDocument.dll": {}
@@ -1786,7 +1896,9 @@
"System.Xml.ReaderWriter": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
@@ -1814,7 +1926,9 @@
"System.Xml.XmlDocument": "4.3.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
"lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
@@ -1824,7 +1938,7 @@
"type": "project",
"framework": ".NETCoreApp,Version=v9.0",
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"compile": {
"bin/placeholder/EventBus.dll": {}
@@ -1836,21 +1950,19 @@
}
},
"libraries": {
- "Autofac/8.1.1": {
- "sha512": "lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==",
+ "Autofac/9.0.0": {
+ "sha512": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw==",
"type": "package",
- "path": "autofac/8.1.1",
+ "path": "autofac/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
- "autofac.8.1.1.nupkg.sha512",
+ "autofac.9.0.0.nupkg.sha512",
"autofac.nuspec",
"icon.png",
- "lib/net6.0/Autofac.dll",
- "lib/net6.0/Autofac.xml",
- "lib/net7.0/Autofac.dll",
- "lib/net7.0/Autofac.xml",
+ "lib/net10.0/Autofac.dll",
+ "lib/net10.0/Autofac.xml",
"lib/net8.0/Autofac.dll",
"lib/net8.0/Autofac.xml",
"lib/netstandard2.0/Autofac.dll",
@@ -1887,6 +1999,7 @@
"CHANGELOG.md",
"README.md",
"lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll",
+ "lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml",
"microsoft.azure.servicebus.5.2.0.nupkg.sha512",
"microsoft.azure.servicebus.nuspec",
"pkgicon.png"
@@ -1902,8 +2015,10 @@
"build/Microsoft.Azure.Services.AppAuthentication.targets",
"lib/net452/Microsoft.Azure.Services.AppAuthentication.dll",
"lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json",
+ "lib/net452/Microsoft.Azure.Services.AppAuthentication.xml",
"lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll",
"lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json",
+ "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml",
"microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512",
"microsoft.azure.services.appauthentication.nuspec"
]
@@ -1924,6 +2039,7 @@
"lib/netcoreapp2.0/_._",
"lib/netstandard1.3/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.dll",
+ "lib/netstandard2.0/Microsoft.CSharp.xml",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/uap10.0.16299/_._",
"lib/win8/_._",
@@ -1939,9 +2055,30 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
@@ -1955,10 +2092,10 @@
"version.txt"
]
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
- "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
+ "Microsoft.Extensions.DependencyInjection/9.0.2": {
+ "sha512": "ZffbJrskOZ40JTzcTyKwFHS5eACSWp2bUQBBApIgGV+es8RaTD4OxUG7XxFr3RIPLXtYQ1jQzF2DjKB5fZn7Qg==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection/9.0.0",
+ "path": "microsoft.extensions.dependencyinjection/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1980,15 +2117,15 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
- "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.2": {
+ "sha512": "MNe7GSTBf3jQx5vYrXF0NZvn6l7hUKF6J54ENfAgCO8y6xjN1XUmKKWG464LP2ye6QqDiA1dkaWEZBYnhoZzjg==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2010,15 +2147,15 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512",
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging/9.0.0": {
- "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
+ "Microsoft.Extensions.Logging/9.0.2": {
+ "sha512": "loV/0UNpt2bD+6kCDzFALVE63CDtqzPeC0LAetkdhiEr/tTNbvOlQ7CBResH7BQBd3cikrwiBfaHdyHMFUlc2g==",
"type": "package",
- "path": "microsoft.extensions.logging/9.0.0",
+ "path": "microsoft.extensions.logging/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2040,15 +2177,15 @@
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.9.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.9.0.2.nupkg.sha512",
"microsoft.extensions.logging.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
- "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
+ "Microsoft.Extensions.Logging.Abstractions/9.0.2": {
+ "sha512": "dV9s2Lamc8jSaqhl2BQSPn/AryDIH2sSbQUyLitLXV0ROmsb+SROnn2cH939JFbsNrnf3mIM3GNRKT7P0ldwLg==",
"type": "package",
- "path": "microsoft.extensions.logging.abstractions/9.0.0",
+ "path": "microsoft.extensions.logging.abstractions/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2111,15 +2248,15 @@
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512",
"microsoft.extensions.logging.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Options/9.0.0": {
- "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
+ "Microsoft.Extensions.Options/9.0.2": {
+ "sha512": "zr98z+AN8+isdmDmQRuEJ/DAKZGUTHmdv3t0ZzjHvNqvA44nAgkXE9kYtfoN6581iALChhVaSw2Owt+Z2lVbkQ==",
"type": "package",
- "path": "microsoft.extensions.options/9.0.0",
+ "path": "microsoft.extensions.options/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2156,15 +2293,15 @@
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.9.0.0.nupkg.sha512",
+ "microsoft.extensions.options.9.0.2.nupkg.sha512",
"microsoft.extensions.options.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Primitives/9.0.0": {
- "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
+ "Microsoft.Extensions.Primitives/9.0.2": {
+ "sha512": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA==",
"type": "package",
- "path": "microsoft.extensions.primitives/9.0.0",
+ "path": "microsoft.extensions.primitives/9.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2184,7 +2321,7 @@
"lib/net9.0/Microsoft.Extensions.Primitives.xml",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.9.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.9.0.2.nupkg.sha512",
"microsoft.extensions.primitives.nuspec",
"useSharedDesignerContext.txt"
]
@@ -2199,17 +2336,22 @@
"lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML",
"lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll",
"lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
+ "lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML",
"lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll",
"lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
+ "lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML",
"lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll",
"lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
+ "lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML",
"lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll",
"lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
+ "lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll",
"lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
+ "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll",
"lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml",
"microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512",
@@ -2225,14 +2367,19 @@
".signature.p7s",
"lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll",
"lib/net45/Microsoft.IdentityModel.JsonWebTokens.pdb",
+ "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml",
"lib/net451/Microsoft.IdentityModel.JsonWebTokens.dll",
"lib/net451/Microsoft.IdentityModel.JsonWebTokens.pdb",
+ "lib/net451/Microsoft.IdentityModel.JsonWebTokens.xml",
"lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
"lib/net461/Microsoft.IdentityModel.JsonWebTokens.pdb",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
"lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.dll",
"lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.pdb",
+ "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.xml",
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.pdb",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
"microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512",
"microsoft.identitymodel.jsonwebtokens.nuspec"
]
@@ -2246,14 +2393,19 @@
".signature.p7s",
"lib/net45/Microsoft.IdentityModel.Logging.dll",
"lib/net45/Microsoft.IdentityModel.Logging.pdb",
+ "lib/net45/Microsoft.IdentityModel.Logging.xml",
"lib/net451/Microsoft.IdentityModel.Logging.dll",
"lib/net451/Microsoft.IdentityModel.Logging.pdb",
+ "lib/net451/Microsoft.IdentityModel.Logging.xml",
"lib/net461/Microsoft.IdentityModel.Logging.dll",
"lib/net461/Microsoft.IdentityModel.Logging.pdb",
+ "lib/net461/Microsoft.IdentityModel.Logging.xml",
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll",
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb",
+ "lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml",
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.pdb",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
"microsoft.identitymodel.logging.5.4.0.nupkg.sha512",
"microsoft.identitymodel.logging.nuspec"
]
@@ -2267,14 +2419,19 @@
".signature.p7s",
"lib/net45/Microsoft.IdentityModel.Tokens.dll",
"lib/net45/Microsoft.IdentityModel.Tokens.pdb",
+ "lib/net45/Microsoft.IdentityModel.Tokens.xml",
"lib/net451/Microsoft.IdentityModel.Tokens.dll",
"lib/net451/Microsoft.IdentityModel.Tokens.pdb",
+ "lib/net451/Microsoft.IdentityModel.Tokens.xml",
"lib/net461/Microsoft.IdentityModel.Tokens.dll",
"lib/net461/Microsoft.IdentityModel.Tokens.pdb",
+ "lib/net461/Microsoft.IdentityModel.Tokens.xml",
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll",
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb",
+ "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml",
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.pdb",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
"microsoft.identitymodel.tokens.5.4.0.nupkg.sha512",
"microsoft.identitymodel.tokens.nuspec"
]
@@ -2331,6 +2488,16 @@
"ref/MonoTouch10/_._",
"ref/net46/Microsoft.Win32.Primitives.dll",
"ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
+ "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
+ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -2351,6 +2518,16 @@
"microsoft.win32.registry.nuspec",
"ref/net46/Microsoft.Win32.Registry.dll",
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
+ "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
"runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/netcore50/_._",
@@ -2370,10 +2547,10 @@
"netstandard.library.nuspec"
]
},
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "Newtonsoft.Json/13.0.4": {
+ "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"type": "package",
- "path": "newtonsoft.json/13.0.3",
+ "path": "newtonsoft.json/13.0.4",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -2395,7 +2572,7 @@
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.3.nupkg.sha512",
+ "newtonsoft.json.13.0.4.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
@@ -2649,7 +2826,27 @@
"ref/net463/System.AppContext.dll",
"ref/netstandard/_._",
"ref/netstandard1.3/System.AppContext.dll",
+ "ref/netstandard1.3/System.AppContext.xml",
+ "ref/netstandard1.3/de/System.AppContext.xml",
+ "ref/netstandard1.3/es/System.AppContext.xml",
+ "ref/netstandard1.3/fr/System.AppContext.xml",
+ "ref/netstandard1.3/it/System.AppContext.xml",
+ "ref/netstandard1.3/ja/System.AppContext.xml",
+ "ref/netstandard1.3/ko/System.AppContext.xml",
+ "ref/netstandard1.3/ru/System.AppContext.xml",
+ "ref/netstandard1.3/zh-hans/System.AppContext.xml",
+ "ref/netstandard1.3/zh-hant/System.AppContext.xml",
"ref/netstandard1.6/System.AppContext.dll",
+ "ref/netstandard1.6/System.AppContext.xml",
+ "ref/netstandard1.6/de/System.AppContext.xml",
+ "ref/netstandard1.6/es/System.AppContext.xml",
+ "ref/netstandard1.6/fr/System.AppContext.xml",
+ "ref/netstandard1.6/it/System.AppContext.xml",
+ "ref/netstandard1.6/ja/System.AppContext.xml",
+ "ref/netstandard1.6/ko/System.AppContext.xml",
+ "ref/netstandard1.6/ru/System.AppContext.xml",
+ "ref/netstandard1.6/zh-hans/System.AppContext.xml",
+ "ref/netstandard1.6/zh-hant/System.AppContext.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -2698,8 +2895,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Collections.dll",
+ "ref/netcore50/System.Collections.xml",
+ "ref/netcore50/de/System.Collections.xml",
+ "ref/netcore50/es/System.Collections.xml",
+ "ref/netcore50/fr/System.Collections.xml",
+ "ref/netcore50/it/System.Collections.xml",
+ "ref/netcore50/ja/System.Collections.xml",
+ "ref/netcore50/ko/System.Collections.xml",
+ "ref/netcore50/ru/System.Collections.xml",
+ "ref/netcore50/zh-hans/System.Collections.xml",
+ "ref/netcore50/zh-hant/System.Collections.xml",
"ref/netstandard1.0/System.Collections.dll",
+ "ref/netstandard1.0/System.Collections.xml",
+ "ref/netstandard1.0/de/System.Collections.xml",
+ "ref/netstandard1.0/es/System.Collections.xml",
+ "ref/netstandard1.0/fr/System.Collections.xml",
+ "ref/netstandard1.0/it/System.Collections.xml",
+ "ref/netstandard1.0/ja/System.Collections.xml",
+ "ref/netstandard1.0/ko/System.Collections.xml",
+ "ref/netstandard1.0/ru/System.Collections.xml",
+ "ref/netstandard1.0/zh-hans/System.Collections.xml",
+ "ref/netstandard1.0/zh-hant/System.Collections.xml",
"ref/netstandard1.3/System.Collections.dll",
+ "ref/netstandard1.3/System.Collections.xml",
+ "ref/netstandard1.3/de/System.Collections.xml",
+ "ref/netstandard1.3/es/System.Collections.xml",
+ "ref/netstandard1.3/fr/System.Collections.xml",
+ "ref/netstandard1.3/it/System.Collections.xml",
+ "ref/netstandard1.3/ja/System.Collections.xml",
+ "ref/netstandard1.3/ko/System.Collections.xml",
+ "ref/netstandard1.3/ru/System.Collections.xml",
+ "ref/netstandard1.3/zh-hans/System.Collections.xml",
+ "ref/netstandard1.3/zh-hant/System.Collections.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -2737,8 +2964,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Collections.Concurrent.dll",
+ "ref/netcore50/System.Collections.Concurrent.xml",
+ "ref/netcore50/de/System.Collections.Concurrent.xml",
+ "ref/netcore50/es/System.Collections.Concurrent.xml",
+ "ref/netcore50/fr/System.Collections.Concurrent.xml",
+ "ref/netcore50/it/System.Collections.Concurrent.xml",
+ "ref/netcore50/ja/System.Collections.Concurrent.xml",
+ "ref/netcore50/ko/System.Collections.Concurrent.xml",
+ "ref/netcore50/ru/System.Collections.Concurrent.xml",
+ "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
+ "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
"ref/netstandard1.1/System.Collections.Concurrent.dll",
+ "ref/netstandard1.1/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
+ "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
"ref/netstandard1.3/System.Collections.Concurrent.dll",
+ "ref/netstandard1.3/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
+ "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -2770,6 +3027,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Console.dll",
"ref/netstandard1.3/System.Console.dll",
+ "ref/netstandard1.3/System.Console.xml",
+ "ref/netstandard1.3/de/System.Console.xml",
+ "ref/netstandard1.3/es/System.Console.xml",
+ "ref/netstandard1.3/fr/System.Console.xml",
+ "ref/netstandard1.3/it/System.Console.xml",
+ "ref/netstandard1.3/ja/System.Console.xml",
+ "ref/netstandard1.3/ko/System.Console.xml",
+ "ref/netstandard1.3/ru/System.Console.xml",
+ "ref/netstandard1.3/zh-hans/System.Console.xml",
+ "ref/netstandard1.3/zh-hant/System.Console.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -2802,8 +3069,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Diagnostics.Debug.dll",
+ "ref/netcore50/System.Diagnostics.Debug.xml",
+ "ref/netcore50/de/System.Diagnostics.Debug.xml",
+ "ref/netcore50/es/System.Diagnostics.Debug.xml",
+ "ref/netcore50/fr/System.Diagnostics.Debug.xml",
+ "ref/netcore50/it/System.Diagnostics.Debug.xml",
+ "ref/netcore50/ja/System.Diagnostics.Debug.xml",
+ "ref/netcore50/ko/System.Diagnostics.Debug.xml",
+ "ref/netcore50/ru/System.Diagnostics.Debug.xml",
+ "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
+ "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
"ref/netstandard1.0/System.Diagnostics.Debug.dll",
+ "ref/netstandard1.0/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
"ref/netstandard1.3/System.Diagnostics.Debug.dll",
+ "ref/netstandard1.3/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
+ "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -2816,31 +3113,30 @@
"system.diagnostics.debug.nuspec"
]
},
- "System.Diagnostics.DiagnosticSource/8.0.1": {
- "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "System.Diagnostics.DiagnosticSource/10.0.0": {
+ "sha512": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==",
"type": "package",
- "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "path": "system.diagnostics.diagnosticsource/10.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
"buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
+ "buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net10.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net10.0/System.Diagnostics.DiagnosticSource.xml",
"lib/net462/System.Diagnostics.DiagnosticSource.dll",
"lib/net462/System.Diagnostics.DiagnosticSource.xml",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
- "lib/net7.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net7.0/System.Diagnostics.DiagnosticSource.xml",
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
"lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.xml",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512",
"system.diagnostics.diagnosticsource.nuspec",
"useSharedDesignerContext.txt"
]
@@ -2867,7 +3163,27 @@
"ref/net46/System.Diagnostics.Process.dll",
"ref/net461/System.Diagnostics.Process.dll",
"ref/netstandard1.3/System.Diagnostics.Process.dll",
+ "ref/netstandard1.3/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/de/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/es/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/fr/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/it/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/ja/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/ko/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/ru/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml",
+ "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml",
"ref/netstandard1.4/System.Diagnostics.Process.dll",
+ "ref/netstandard1.4/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/de/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/es/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/fr/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/it/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/ja/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/ko/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/ru/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml",
+ "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -2906,7 +3222,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Diagnostics.Tools.dll",
+ "ref/netcore50/System.Diagnostics.Tools.xml",
+ "ref/netcore50/de/System.Diagnostics.Tools.xml",
+ "ref/netcore50/es/System.Diagnostics.Tools.xml",
+ "ref/netcore50/fr/System.Diagnostics.Tools.xml",
+ "ref/netcore50/it/System.Diagnostics.Tools.xml",
+ "ref/netcore50/ja/System.Diagnostics.Tools.xml",
+ "ref/netcore50/ko/System.Diagnostics.Tools.xml",
+ "ref/netcore50/ru/System.Diagnostics.Tools.xml",
+ "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
+ "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
"ref/netstandard1.0/System.Diagnostics.Tools.dll",
+ "ref/netstandard1.0/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
+ "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -2944,10 +3280,60 @@
"ref/net45/_._",
"ref/net462/System.Diagnostics.Tracing.dll",
"ref/netcore50/System.Diagnostics.Tracing.dll",
+ "ref/netcore50/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/de/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/es/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/it/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
"ref/netstandard1.1/System.Diagnostics.Tracing.dll",
+ "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
"ref/netstandard1.2/System.Diagnostics.Tracing.dll",
+ "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
"ref/netstandard1.3/System.Diagnostics.Tracing.dll",
+ "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
"ref/netstandard1.5/System.Diagnostics.Tracing.dll",
+ "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -2983,8 +3369,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Globalization.dll",
+ "ref/netcore50/System.Globalization.xml",
+ "ref/netcore50/de/System.Globalization.xml",
+ "ref/netcore50/es/System.Globalization.xml",
+ "ref/netcore50/fr/System.Globalization.xml",
+ "ref/netcore50/it/System.Globalization.xml",
+ "ref/netcore50/ja/System.Globalization.xml",
+ "ref/netcore50/ko/System.Globalization.xml",
+ "ref/netcore50/ru/System.Globalization.xml",
+ "ref/netcore50/zh-hans/System.Globalization.xml",
+ "ref/netcore50/zh-hant/System.Globalization.xml",
"ref/netstandard1.0/System.Globalization.dll",
+ "ref/netstandard1.0/System.Globalization.xml",
+ "ref/netstandard1.0/de/System.Globalization.xml",
+ "ref/netstandard1.0/es/System.Globalization.xml",
+ "ref/netstandard1.0/fr/System.Globalization.xml",
+ "ref/netstandard1.0/it/System.Globalization.xml",
+ "ref/netstandard1.0/ja/System.Globalization.xml",
+ "ref/netstandard1.0/ko/System.Globalization.xml",
+ "ref/netstandard1.0/ru/System.Globalization.xml",
+ "ref/netstandard1.0/zh-hans/System.Globalization.xml",
+ "ref/netstandard1.0/zh-hant/System.Globalization.xml",
"ref/netstandard1.3/System.Globalization.dll",
+ "ref/netstandard1.3/System.Globalization.xml",
+ "ref/netstandard1.3/de/System.Globalization.xml",
+ "ref/netstandard1.3/es/System.Globalization.xml",
+ "ref/netstandard1.3/fr/System.Globalization.xml",
+ "ref/netstandard1.3/it/System.Globalization.xml",
+ "ref/netstandard1.3/ja/System.Globalization.xml",
+ "ref/netstandard1.3/ko/System.Globalization.xml",
+ "ref/netstandard1.3/ru/System.Globalization.xml",
+ "ref/netstandard1.3/zh-hans/System.Globalization.xml",
+ "ref/netstandard1.3/zh-hant/System.Globalization.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3017,6 +3433,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Globalization.Calendars.dll",
"ref/netstandard1.3/System.Globalization.Calendars.dll",
+ "ref/netstandard1.3/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
+ "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3045,6 +3471,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Globalization.Extensions.dll",
"ref/netstandard1.3/System.Globalization.Extensions.dll",
+ "ref/netstandard1.3/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
+ "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3065,14 +3501,19 @@
".signature.p7s",
"lib/net45/System.IdentityModel.Tokens.Jwt.dll",
"lib/net45/System.IdentityModel.Tokens.Jwt.pdb",
+ "lib/net45/System.IdentityModel.Tokens.Jwt.xml",
"lib/net451/System.IdentityModel.Tokens.Jwt.dll",
"lib/net451/System.IdentityModel.Tokens.Jwt.pdb",
+ "lib/net451/System.IdentityModel.Tokens.Jwt.xml",
"lib/net461/System.IdentityModel.Tokens.Jwt.dll",
"lib/net461/System.IdentityModel.Tokens.Jwt.pdb",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll",
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb",
+ "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml",
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.pdb",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
"system.identitymodel.tokens.jwt.5.4.0.nupkg.sha512",
"system.identitymodel.tokens.jwt.nuspec"
]
@@ -3103,9 +3544,49 @@
"ref/net45/_._",
"ref/net462/System.IO.dll",
"ref/netcore50/System.IO.dll",
+ "ref/netcore50/System.IO.xml",
+ "ref/netcore50/de/System.IO.xml",
+ "ref/netcore50/es/System.IO.xml",
+ "ref/netcore50/fr/System.IO.xml",
+ "ref/netcore50/it/System.IO.xml",
+ "ref/netcore50/ja/System.IO.xml",
+ "ref/netcore50/ko/System.IO.xml",
+ "ref/netcore50/ru/System.IO.xml",
+ "ref/netcore50/zh-hans/System.IO.xml",
+ "ref/netcore50/zh-hant/System.IO.xml",
"ref/netstandard1.0/System.IO.dll",
+ "ref/netstandard1.0/System.IO.xml",
+ "ref/netstandard1.0/de/System.IO.xml",
+ "ref/netstandard1.0/es/System.IO.xml",
+ "ref/netstandard1.0/fr/System.IO.xml",
+ "ref/netstandard1.0/it/System.IO.xml",
+ "ref/netstandard1.0/ja/System.IO.xml",
+ "ref/netstandard1.0/ko/System.IO.xml",
+ "ref/netstandard1.0/ru/System.IO.xml",
+ "ref/netstandard1.0/zh-hans/System.IO.xml",
+ "ref/netstandard1.0/zh-hant/System.IO.xml",
"ref/netstandard1.3/System.IO.dll",
+ "ref/netstandard1.3/System.IO.xml",
+ "ref/netstandard1.3/de/System.IO.xml",
+ "ref/netstandard1.3/es/System.IO.xml",
+ "ref/netstandard1.3/fr/System.IO.xml",
+ "ref/netstandard1.3/it/System.IO.xml",
+ "ref/netstandard1.3/ja/System.IO.xml",
+ "ref/netstandard1.3/ko/System.IO.xml",
+ "ref/netstandard1.3/ru/System.IO.xml",
+ "ref/netstandard1.3/zh-hans/System.IO.xml",
+ "ref/netstandard1.3/zh-hant/System.IO.xml",
"ref/netstandard1.5/System.IO.dll",
+ "ref/netstandard1.5/System.IO.xml",
+ "ref/netstandard1.5/de/System.IO.xml",
+ "ref/netstandard1.5/es/System.IO.xml",
+ "ref/netstandard1.5/fr/System.IO.xml",
+ "ref/netstandard1.5/it/System.IO.xml",
+ "ref/netstandard1.5/ja/System.IO.xml",
+ "ref/netstandard1.5/ko/System.IO.xml",
+ "ref/netstandard1.5/ru/System.IO.xml",
+ "ref/netstandard1.5/zh-hans/System.IO.xml",
+ "ref/netstandard1.5/zh-hant/System.IO.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3143,8 +3624,38 @@
"ref/net45/_._",
"ref/net46/System.IO.Compression.dll",
"ref/netcore50/System.IO.Compression.dll",
+ "ref/netcore50/System.IO.Compression.xml",
+ "ref/netcore50/de/System.IO.Compression.xml",
+ "ref/netcore50/es/System.IO.Compression.xml",
+ "ref/netcore50/fr/System.IO.Compression.xml",
+ "ref/netcore50/it/System.IO.Compression.xml",
+ "ref/netcore50/ja/System.IO.Compression.xml",
+ "ref/netcore50/ko/System.IO.Compression.xml",
+ "ref/netcore50/ru/System.IO.Compression.xml",
+ "ref/netcore50/zh-hans/System.IO.Compression.xml",
+ "ref/netcore50/zh-hant/System.IO.Compression.xml",
"ref/netstandard1.1/System.IO.Compression.dll",
+ "ref/netstandard1.1/System.IO.Compression.xml",
+ "ref/netstandard1.1/de/System.IO.Compression.xml",
+ "ref/netstandard1.1/es/System.IO.Compression.xml",
+ "ref/netstandard1.1/fr/System.IO.Compression.xml",
+ "ref/netstandard1.1/it/System.IO.Compression.xml",
+ "ref/netstandard1.1/ja/System.IO.Compression.xml",
+ "ref/netstandard1.1/ko/System.IO.Compression.xml",
+ "ref/netstandard1.1/ru/System.IO.Compression.xml",
+ "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
+ "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
"ref/netstandard1.3/System.IO.Compression.dll",
+ "ref/netstandard1.3/System.IO.Compression.xml",
+ "ref/netstandard1.3/de/System.IO.Compression.xml",
+ "ref/netstandard1.3/es/System.IO.Compression.xml",
+ "ref/netstandard1.3/fr/System.IO.Compression.xml",
+ "ref/netstandard1.3/it/System.IO.Compression.xml",
+ "ref/netstandard1.3/ja/System.IO.Compression.xml",
+ "ref/netstandard1.3/ko/System.IO.Compression.xml",
+ "ref/netstandard1.3/ru/System.IO.Compression.xml",
+ "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
+ "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -3180,6 +3691,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.IO.Compression.ZipFile.dll",
"ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
+ "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
+ "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3208,6 +3729,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.dll",
"ref/netstandard1.3/System.IO.FileSystem.dll",
+ "ref/netstandard1.3/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/de/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/es/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/it/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
+ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3237,6 +3768,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.Primitives.dll",
"ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
+ "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
+ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3273,8 +3814,38 @@
"ref/net45/_._",
"ref/net463/System.Linq.dll",
"ref/netcore50/System.Linq.dll",
+ "ref/netcore50/System.Linq.xml",
+ "ref/netcore50/de/System.Linq.xml",
+ "ref/netcore50/es/System.Linq.xml",
+ "ref/netcore50/fr/System.Linq.xml",
+ "ref/netcore50/it/System.Linq.xml",
+ "ref/netcore50/ja/System.Linq.xml",
+ "ref/netcore50/ko/System.Linq.xml",
+ "ref/netcore50/ru/System.Linq.xml",
+ "ref/netcore50/zh-hans/System.Linq.xml",
+ "ref/netcore50/zh-hant/System.Linq.xml",
"ref/netstandard1.0/System.Linq.dll",
+ "ref/netstandard1.0/System.Linq.xml",
+ "ref/netstandard1.0/de/System.Linq.xml",
+ "ref/netstandard1.0/es/System.Linq.xml",
+ "ref/netstandard1.0/fr/System.Linq.xml",
+ "ref/netstandard1.0/it/System.Linq.xml",
+ "ref/netstandard1.0/ja/System.Linq.xml",
+ "ref/netstandard1.0/ko/System.Linq.xml",
+ "ref/netstandard1.0/ru/System.Linq.xml",
+ "ref/netstandard1.0/zh-hans/System.Linq.xml",
+ "ref/netstandard1.0/zh-hant/System.Linq.xml",
"ref/netstandard1.6/System.Linq.dll",
+ "ref/netstandard1.6/System.Linq.xml",
+ "ref/netstandard1.6/de/System.Linq.xml",
+ "ref/netstandard1.6/es/System.Linq.xml",
+ "ref/netstandard1.6/fr/System.Linq.xml",
+ "ref/netstandard1.6/it/System.Linq.xml",
+ "ref/netstandard1.6/ja/System.Linq.xml",
+ "ref/netstandard1.6/ko/System.Linq.xml",
+ "ref/netstandard1.6/ru/System.Linq.xml",
+ "ref/netstandard1.6/zh-hans/System.Linq.xml",
+ "ref/netstandard1.6/zh-hant/System.Linq.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3315,9 +3886,49 @@
"ref/net45/_._",
"ref/net463/System.Linq.Expressions.dll",
"ref/netcore50/System.Linq.Expressions.dll",
+ "ref/netcore50/System.Linq.Expressions.xml",
+ "ref/netcore50/de/System.Linq.Expressions.xml",
+ "ref/netcore50/es/System.Linq.Expressions.xml",
+ "ref/netcore50/fr/System.Linq.Expressions.xml",
+ "ref/netcore50/it/System.Linq.Expressions.xml",
+ "ref/netcore50/ja/System.Linq.Expressions.xml",
+ "ref/netcore50/ko/System.Linq.Expressions.xml",
+ "ref/netcore50/ru/System.Linq.Expressions.xml",
+ "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
+ "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
"ref/netstandard1.0/System.Linq.Expressions.dll",
+ "ref/netstandard1.0/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/de/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/es/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/it/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
+ "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
"ref/netstandard1.3/System.Linq.Expressions.dll",
+ "ref/netstandard1.3/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/de/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/es/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/it/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
+ "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
"ref/netstandard1.6/System.Linq.Expressions.dll",
+ "ref/netstandard1.6/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/de/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/es/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/it/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
+ "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3356,9 +3967,49 @@
"ref/monotouch10/_._",
"ref/net45/_._",
"ref/net46/System.Net.Http.dll",
+ "ref/net46/System.Net.Http.xml",
+ "ref/net46/de/System.Net.Http.xml",
+ "ref/net46/es/System.Net.Http.xml",
+ "ref/net46/fr/System.Net.Http.xml",
+ "ref/net46/it/System.Net.Http.xml",
+ "ref/net46/ja/System.Net.Http.xml",
+ "ref/net46/ko/System.Net.Http.xml",
+ "ref/net46/ru/System.Net.Http.xml",
+ "ref/net46/zh-hans/System.Net.Http.xml",
+ "ref/net46/zh-hant/System.Net.Http.xml",
"ref/netcore50/System.Net.Http.dll",
+ "ref/netcore50/System.Net.Http.xml",
+ "ref/netcore50/de/System.Net.Http.xml",
+ "ref/netcore50/es/System.Net.Http.xml",
+ "ref/netcore50/fr/System.Net.Http.xml",
+ "ref/netcore50/it/System.Net.Http.xml",
+ "ref/netcore50/ja/System.Net.Http.xml",
+ "ref/netcore50/ko/System.Net.Http.xml",
+ "ref/netcore50/ru/System.Net.Http.xml",
+ "ref/netcore50/zh-hans/System.Net.Http.xml",
+ "ref/netcore50/zh-hant/System.Net.Http.xml",
"ref/netstandard1.1/System.Net.Http.dll",
+ "ref/netstandard1.1/System.Net.Http.xml",
+ "ref/netstandard1.1/de/System.Net.Http.xml",
+ "ref/netstandard1.1/es/System.Net.Http.xml",
+ "ref/netstandard1.1/fr/System.Net.Http.xml",
+ "ref/netstandard1.1/it/System.Net.Http.xml",
+ "ref/netstandard1.1/ja/System.Net.Http.xml",
+ "ref/netstandard1.1/ko/System.Net.Http.xml",
+ "ref/netstandard1.1/ru/System.Net.Http.xml",
+ "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
+ "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
"ref/netstandard1.3/System.Net.Http.dll",
+ "ref/netstandard1.3/System.Net.Http.xml",
+ "ref/netstandard1.3/de/System.Net.Http.xml",
+ "ref/netstandard1.3/es/System.Net.Http.xml",
+ "ref/netstandard1.3/fr/System.Net.Http.xml",
+ "ref/netstandard1.3/it/System.Net.Http.xml",
+ "ref/netstandard1.3/ja/System.Net.Http.xml",
+ "ref/netstandard1.3/ko/System.Net.Http.xml",
+ "ref/netstandard1.3/ru/System.Net.Http.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -3397,9 +4048,49 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Net.Primitives.dll",
+ "ref/netcore50/System.Net.Primitives.xml",
+ "ref/netcore50/de/System.Net.Primitives.xml",
+ "ref/netcore50/es/System.Net.Primitives.xml",
+ "ref/netcore50/fr/System.Net.Primitives.xml",
+ "ref/netcore50/it/System.Net.Primitives.xml",
+ "ref/netcore50/ja/System.Net.Primitives.xml",
+ "ref/netcore50/ko/System.Net.Primitives.xml",
+ "ref/netcore50/ru/System.Net.Primitives.xml",
+ "ref/netcore50/zh-hans/System.Net.Primitives.xml",
+ "ref/netcore50/zh-hant/System.Net.Primitives.xml",
"ref/netstandard1.0/System.Net.Primitives.dll",
+ "ref/netstandard1.0/System.Net.Primitives.xml",
+ "ref/netstandard1.0/de/System.Net.Primitives.xml",
+ "ref/netstandard1.0/es/System.Net.Primitives.xml",
+ "ref/netstandard1.0/fr/System.Net.Primitives.xml",
+ "ref/netstandard1.0/it/System.Net.Primitives.xml",
+ "ref/netstandard1.0/ja/System.Net.Primitives.xml",
+ "ref/netstandard1.0/ko/System.Net.Primitives.xml",
+ "ref/netstandard1.0/ru/System.Net.Primitives.xml",
+ "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
+ "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
"ref/netstandard1.1/System.Net.Primitives.dll",
+ "ref/netstandard1.1/System.Net.Primitives.xml",
+ "ref/netstandard1.1/de/System.Net.Primitives.xml",
+ "ref/netstandard1.1/es/System.Net.Primitives.xml",
+ "ref/netstandard1.1/fr/System.Net.Primitives.xml",
+ "ref/netstandard1.1/it/System.Net.Primitives.xml",
+ "ref/netstandard1.1/ja/System.Net.Primitives.xml",
+ "ref/netstandard1.1/ko/System.Net.Primitives.xml",
+ "ref/netstandard1.1/ru/System.Net.Primitives.xml",
+ "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
+ "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
"ref/netstandard1.3/System.Net.Primitives.dll",
+ "ref/netstandard1.3/System.Net.Primitives.xml",
+ "ref/netstandard1.3/de/System.Net.Primitives.xml",
+ "ref/netstandard1.3/es/System.Net.Primitives.xml",
+ "ref/netstandard1.3/fr/System.Net.Primitives.xml",
+ "ref/netstandard1.3/it/System.Net.Primitives.xml",
+ "ref/netstandard1.3/ja/System.Net.Primitives.xml",
+ "ref/netstandard1.3/ko/System.Net.Primitives.xml",
+ "ref/netstandard1.3/ru/System.Net.Primitives.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3432,6 +4123,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Net.Sockets.dll",
"ref/netstandard1.3/System.Net.Sockets.dll",
+ "ref/netstandard1.3/System.Net.Sockets.xml",
+ "ref/netstandard1.3/de/System.Net.Sockets.xml",
+ "ref/netstandard1.3/es/System.Net.Sockets.xml",
+ "ref/netstandard1.3/fr/System.Net.Sockets.xml",
+ "ref/netstandard1.3/it/System.Net.Sockets.xml",
+ "ref/netstandard1.3/ja/System.Net.Sockets.xml",
+ "ref/netstandard1.3/ko/System.Net.Sockets.xml",
+ "ref/netstandard1.3/ru/System.Net.Sockets.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3461,6 +4162,16 @@
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/netstandard1.3/System.Net.WebHeaderCollection.dll",
+ "ref/netstandard1.3/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3490,6 +4201,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Net.WebSockets.dll",
"ref/netstandard1.3/System.Net.WebSockets.dll",
+ "ref/netstandard1.3/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/de/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/es/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/fr/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/it/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/ja/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/ko/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/ru/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3518,6 +4239,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Net.WebSockets.Client.dll",
"ref/netstandard1.3/System.Net.WebSockets.Client.dll",
+ "ref/netstandard1.3/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/de/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/es/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/fr/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/it/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/ja/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/ko/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/ru/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.WebSockets.Client.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.WebSockets.Client.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3556,8 +4287,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.ObjectModel.dll",
+ "ref/netcore50/System.ObjectModel.xml",
+ "ref/netcore50/de/System.ObjectModel.xml",
+ "ref/netcore50/es/System.ObjectModel.xml",
+ "ref/netcore50/fr/System.ObjectModel.xml",
+ "ref/netcore50/it/System.ObjectModel.xml",
+ "ref/netcore50/ja/System.ObjectModel.xml",
+ "ref/netcore50/ko/System.ObjectModel.xml",
+ "ref/netcore50/ru/System.ObjectModel.xml",
+ "ref/netcore50/zh-hans/System.ObjectModel.xml",
+ "ref/netcore50/zh-hant/System.ObjectModel.xml",
"ref/netstandard1.0/System.ObjectModel.dll",
+ "ref/netstandard1.0/System.ObjectModel.xml",
+ "ref/netstandard1.0/de/System.ObjectModel.xml",
+ "ref/netstandard1.0/es/System.ObjectModel.xml",
+ "ref/netstandard1.0/fr/System.ObjectModel.xml",
+ "ref/netstandard1.0/it/System.ObjectModel.xml",
+ "ref/netstandard1.0/ja/System.ObjectModel.xml",
+ "ref/netstandard1.0/ko/System.ObjectModel.xml",
+ "ref/netstandard1.0/ru/System.ObjectModel.xml",
+ "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
+ "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
"ref/netstandard1.3/System.ObjectModel.dll",
+ "ref/netstandard1.3/System.ObjectModel.xml",
+ "ref/netstandard1.3/de/System.ObjectModel.xml",
+ "ref/netstandard1.3/es/System.ObjectModel.xml",
+ "ref/netstandard1.3/fr/System.ObjectModel.xml",
+ "ref/netstandard1.3/it/System.ObjectModel.xml",
+ "ref/netstandard1.3/ja/System.ObjectModel.xml",
+ "ref/netstandard1.3/ko/System.ObjectModel.xml",
+ "ref/netstandard1.3/ru/System.ObjectModel.xml",
+ "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
+ "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3612,9 +4373,49 @@
"ref/net45/_._",
"ref/net462/System.Reflection.dll",
"ref/netcore50/System.Reflection.dll",
+ "ref/netcore50/System.Reflection.xml",
+ "ref/netcore50/de/System.Reflection.xml",
+ "ref/netcore50/es/System.Reflection.xml",
+ "ref/netcore50/fr/System.Reflection.xml",
+ "ref/netcore50/it/System.Reflection.xml",
+ "ref/netcore50/ja/System.Reflection.xml",
+ "ref/netcore50/ko/System.Reflection.xml",
+ "ref/netcore50/ru/System.Reflection.xml",
+ "ref/netcore50/zh-hans/System.Reflection.xml",
+ "ref/netcore50/zh-hant/System.Reflection.xml",
"ref/netstandard1.0/System.Reflection.dll",
+ "ref/netstandard1.0/System.Reflection.xml",
+ "ref/netstandard1.0/de/System.Reflection.xml",
+ "ref/netstandard1.0/es/System.Reflection.xml",
+ "ref/netstandard1.0/fr/System.Reflection.xml",
+ "ref/netstandard1.0/it/System.Reflection.xml",
+ "ref/netstandard1.0/ja/System.Reflection.xml",
+ "ref/netstandard1.0/ko/System.Reflection.xml",
+ "ref/netstandard1.0/ru/System.Reflection.xml",
+ "ref/netstandard1.0/zh-hans/System.Reflection.xml",
+ "ref/netstandard1.0/zh-hant/System.Reflection.xml",
"ref/netstandard1.3/System.Reflection.dll",
+ "ref/netstandard1.3/System.Reflection.xml",
+ "ref/netstandard1.3/de/System.Reflection.xml",
+ "ref/netstandard1.3/es/System.Reflection.xml",
+ "ref/netstandard1.3/fr/System.Reflection.xml",
+ "ref/netstandard1.3/it/System.Reflection.xml",
+ "ref/netstandard1.3/ja/System.Reflection.xml",
+ "ref/netstandard1.3/ko/System.Reflection.xml",
+ "ref/netstandard1.3/ru/System.Reflection.xml",
+ "ref/netstandard1.3/zh-hans/System.Reflection.xml",
+ "ref/netstandard1.3/zh-hant/System.Reflection.xml",
"ref/netstandard1.5/System.Reflection.dll",
+ "ref/netstandard1.5/System.Reflection.xml",
+ "ref/netstandard1.5/de/System.Reflection.xml",
+ "ref/netstandard1.5/es/System.Reflection.xml",
+ "ref/netstandard1.5/fr/System.Reflection.xml",
+ "ref/netstandard1.5/it/System.Reflection.xml",
+ "ref/netstandard1.5/ja/System.Reflection.xml",
+ "ref/netstandard1.5/ko/System.Reflection.xml",
+ "ref/netstandard1.5/ru/System.Reflection.xml",
+ "ref/netstandard1.5/zh-hans/System.Reflection.xml",
+ "ref/netstandard1.5/zh-hant/System.Reflection.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3648,6 +4449,16 @@
"ref/MonoAndroid10/_._",
"ref/net45/_._",
"ref/netstandard1.1/System.Reflection.Emit.dll",
+ "ref/netstandard1.1/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/de/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/es/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/it/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
+ "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
"ref/xamarinmac20/_._",
"system.reflection.emit.4.3.0.nupkg.sha512",
"system.reflection.emit.nuspec"
@@ -3677,6 +4488,16 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
+ "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
+ "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
"ref/portable-net45+wp8/_._",
"ref/wp80/_._",
"ref/xamarinios10/_._",
@@ -3712,6 +4533,16 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
+ "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
+ "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
"ref/portable-net45+wp8/_._",
"ref/wp80/_._",
"ref/xamarinios10/_._",
@@ -3747,7 +4578,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Reflection.Extensions.dll",
+ "ref/netcore50/System.Reflection.Extensions.xml",
+ "ref/netcore50/de/System.Reflection.Extensions.xml",
+ "ref/netcore50/es/System.Reflection.Extensions.xml",
+ "ref/netcore50/fr/System.Reflection.Extensions.xml",
+ "ref/netcore50/it/System.Reflection.Extensions.xml",
+ "ref/netcore50/ja/System.Reflection.Extensions.xml",
+ "ref/netcore50/ko/System.Reflection.Extensions.xml",
+ "ref/netcore50/ru/System.Reflection.Extensions.xml",
+ "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
+ "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
"ref/netstandard1.0/System.Reflection.Extensions.dll",
+ "ref/netstandard1.0/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
+ "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3784,7 +4635,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Reflection.Primitives.dll",
+ "ref/netcore50/System.Reflection.Primitives.xml",
+ "ref/netcore50/de/System.Reflection.Primitives.xml",
+ "ref/netcore50/es/System.Reflection.Primitives.xml",
+ "ref/netcore50/fr/System.Reflection.Primitives.xml",
+ "ref/netcore50/it/System.Reflection.Primitives.xml",
+ "ref/netcore50/ja/System.Reflection.Primitives.xml",
+ "ref/netcore50/ko/System.Reflection.Primitives.xml",
+ "ref/netcore50/ru/System.Reflection.Primitives.xml",
+ "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
+ "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
"ref/netstandard1.0/System.Reflection.Primitives.dll",
+ "ref/netstandard1.0/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
+ "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3821,7 +4692,27 @@
"ref/net46/System.Reflection.TypeExtensions.dll",
"ref/net462/System.Reflection.TypeExtensions.dll",
"ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
+ "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
"ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
+ "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
+ "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -3855,7 +4746,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Resources.ResourceManager.dll",
+ "ref/netcore50/System.Resources.ResourceManager.xml",
+ "ref/netcore50/de/System.Resources.ResourceManager.xml",
+ "ref/netcore50/es/System.Resources.ResourceManager.xml",
+ "ref/netcore50/fr/System.Resources.ResourceManager.xml",
+ "ref/netcore50/it/System.Resources.ResourceManager.xml",
+ "ref/netcore50/ja/System.Resources.ResourceManager.xml",
+ "ref/netcore50/ko/System.Resources.ResourceManager.xml",
+ "ref/netcore50/ru/System.Resources.ResourceManager.xml",
+ "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
+ "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
"ref/netstandard1.0/System.Resources.ResourceManager.dll",
+ "ref/netstandard1.0/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
+ "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3894,10 +4805,60 @@
"ref/net45/_._",
"ref/net462/System.Runtime.dll",
"ref/netcore50/System.Runtime.dll",
+ "ref/netcore50/System.Runtime.xml",
+ "ref/netcore50/de/System.Runtime.xml",
+ "ref/netcore50/es/System.Runtime.xml",
+ "ref/netcore50/fr/System.Runtime.xml",
+ "ref/netcore50/it/System.Runtime.xml",
+ "ref/netcore50/ja/System.Runtime.xml",
+ "ref/netcore50/ko/System.Runtime.xml",
+ "ref/netcore50/ru/System.Runtime.xml",
+ "ref/netcore50/zh-hans/System.Runtime.xml",
+ "ref/netcore50/zh-hant/System.Runtime.xml",
"ref/netstandard1.0/System.Runtime.dll",
+ "ref/netstandard1.0/System.Runtime.xml",
+ "ref/netstandard1.0/de/System.Runtime.xml",
+ "ref/netstandard1.0/es/System.Runtime.xml",
+ "ref/netstandard1.0/fr/System.Runtime.xml",
+ "ref/netstandard1.0/it/System.Runtime.xml",
+ "ref/netstandard1.0/ja/System.Runtime.xml",
+ "ref/netstandard1.0/ko/System.Runtime.xml",
+ "ref/netstandard1.0/ru/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
"ref/netstandard1.2/System.Runtime.dll",
+ "ref/netstandard1.2/System.Runtime.xml",
+ "ref/netstandard1.2/de/System.Runtime.xml",
+ "ref/netstandard1.2/es/System.Runtime.xml",
+ "ref/netstandard1.2/fr/System.Runtime.xml",
+ "ref/netstandard1.2/it/System.Runtime.xml",
+ "ref/netstandard1.2/ja/System.Runtime.xml",
+ "ref/netstandard1.2/ko/System.Runtime.xml",
+ "ref/netstandard1.2/ru/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
"ref/netstandard1.3/System.Runtime.dll",
+ "ref/netstandard1.3/System.Runtime.xml",
+ "ref/netstandard1.3/de/System.Runtime.xml",
+ "ref/netstandard1.3/es/System.Runtime.xml",
+ "ref/netstandard1.3/fr/System.Runtime.xml",
+ "ref/netstandard1.3/it/System.Runtime.xml",
+ "ref/netstandard1.3/ja/System.Runtime.xml",
+ "ref/netstandard1.3/ko/System.Runtime.xml",
+ "ref/netstandard1.3/ru/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
"ref/netstandard1.5/System.Runtime.dll",
+ "ref/netstandard1.5/System.Runtime.xml",
+ "ref/netstandard1.5/de/System.Runtime.xml",
+ "ref/netstandard1.5/es/System.Runtime.xml",
+ "ref/netstandard1.5/fr/System.Runtime.xml",
+ "ref/netstandard1.5/it/System.Runtime.xml",
+ "ref/netstandard1.5/ja/System.Runtime.xml",
+ "ref/netstandard1.5/ko/System.Runtime.xml",
+ "ref/netstandard1.5/ru/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
"ref/portable-net45+win8+wp80+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3936,9 +4897,49 @@
"ref/net45/_._",
"ref/net462/System.Runtime.Extensions.dll",
"ref/netcore50/System.Runtime.Extensions.dll",
+ "ref/netcore50/System.Runtime.Extensions.xml",
+ "ref/netcore50/de/System.Runtime.Extensions.xml",
+ "ref/netcore50/es/System.Runtime.Extensions.xml",
+ "ref/netcore50/fr/System.Runtime.Extensions.xml",
+ "ref/netcore50/it/System.Runtime.Extensions.xml",
+ "ref/netcore50/ja/System.Runtime.Extensions.xml",
+ "ref/netcore50/ko/System.Runtime.Extensions.xml",
+ "ref/netcore50/ru/System.Runtime.Extensions.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
"ref/netstandard1.0/System.Runtime.Extensions.dll",
+ "ref/netstandard1.0/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
"ref/netstandard1.3/System.Runtime.Extensions.dll",
+ "ref/netstandard1.3/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
"ref/netstandard1.5/System.Runtime.Extensions.dll",
+ "ref/netstandard1.5/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -3971,6 +4972,16 @@
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/netstandard1.3/System.Runtime.Handles.dll",
+ "ref/netstandard1.3/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/de/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/es/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/it/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4006,11 +5017,61 @@
"ref/net462/System.Runtime.InteropServices.dll",
"ref/net463/System.Runtime.InteropServices.dll",
"ref/netcore50/System.Runtime.InteropServices.dll",
+ "ref/netcore50/System.Runtime.InteropServices.xml",
+ "ref/netcore50/de/System.Runtime.InteropServices.xml",
+ "ref/netcore50/es/System.Runtime.InteropServices.xml",
+ "ref/netcore50/fr/System.Runtime.InteropServices.xml",
+ "ref/netcore50/it/System.Runtime.InteropServices.xml",
+ "ref/netcore50/ja/System.Runtime.InteropServices.xml",
+ "ref/netcore50/ko/System.Runtime.InteropServices.xml",
+ "ref/netcore50/ru/System.Runtime.InteropServices.xml",
+ "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
+ "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
"ref/netcoreapp1.1/System.Runtime.InteropServices.dll",
"ref/netstandard1.1/System.Runtime.InteropServices.dll",
+ "ref/netstandard1.1/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
"ref/netstandard1.2/System.Runtime.InteropServices.dll",
+ "ref/netstandard1.2/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
"ref/netstandard1.3/System.Runtime.InteropServices.dll",
+ "ref/netstandard1.3/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
"ref/netstandard1.5/System.Runtime.InteropServices.dll",
+ "ref/netstandard1.5/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -4082,7 +5143,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Runtime.Numerics.dll",
+ "ref/netcore50/System.Runtime.Numerics.xml",
+ "ref/netcore50/de/System.Runtime.Numerics.xml",
+ "ref/netcore50/es/System.Runtime.Numerics.xml",
+ "ref/netcore50/fr/System.Runtime.Numerics.xml",
+ "ref/netcore50/it/System.Runtime.Numerics.xml",
+ "ref/netcore50/ja/System.Runtime.Numerics.xml",
+ "ref/netcore50/ko/System.Runtime.Numerics.xml",
+ "ref/netcore50/ru/System.Runtime.Numerics.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
"ref/netstandard1.1/System.Runtime.Numerics.dll",
+ "ref/netstandard1.1/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
+ "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
@@ -4120,7 +5201,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Runtime.Serialization.Json.dll",
+ "ref/netcore50/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/de/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/es/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/fr/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/it/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/ja/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/ko/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/ru/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml",
"ref/netstandard1.0/System.Runtime.Serialization.Json.dll",
+ "ref/netstandard1.0/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4161,8 +5262,38 @@
"ref/net45/_._",
"ref/net46/System.Runtime.Serialization.Primitives.dll",
"ref/netcore50/System.Runtime.Serialization.Primitives.dll",
+ "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
"ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
+ "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
+ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4204,8 +5335,38 @@
"ref/net45/_._",
"ref/net46/System.Runtime.Serialization.Xml.dll",
"ref/netcore50/System.Runtime.Serialization.Xml.dll",
+ "ref/netcore50/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/de/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/es/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/fr/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/it/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/ja/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/ko/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/ru/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml",
"ref/netstandard1.0/System.Runtime.Serialization.Xml.dll",
+ "ref/netstandard1.0/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml",
"ref/netstandard1.3/System.Runtime.Serialization.Xml.dll",
+ "ref/netstandard1.3/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4239,6 +5400,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Claims.dll",
"ref/netstandard1.3/System.Security.Claims.dll",
+ "ref/netstandard1.3/System.Security.Claims.xml",
+ "ref/netstandard1.3/de/System.Security.Claims.xml",
+ "ref/netstandard1.3/es/System.Security.Claims.xml",
+ "ref/netstandard1.3/fr/System.Security.Claims.xml",
+ "ref/netstandard1.3/it/System.Security.Claims.xml",
+ "ref/netstandard1.3/ja/System.Security.Claims.xml",
+ "ref/netstandard1.3/ko/System.Security.Claims.xml",
+ "ref/netstandard1.3/ru/System.Security.Claims.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4368,6 +5539,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Encoding.dll",
"ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
+ "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4446,7 +5627,27 @@
"ref/net46/System.Security.Cryptography.X509Certificates.dll",
"ref/net461/System.Security.Cryptography.X509Certificates.dll",
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
+ "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
+ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
+ "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4486,7 +5687,27 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Security.Principal.dll",
+ "ref/netcore50/System.Security.Principal.xml",
+ "ref/netcore50/de/System.Security.Principal.xml",
+ "ref/netcore50/es/System.Security.Principal.xml",
+ "ref/netcore50/fr/System.Security.Principal.xml",
+ "ref/netcore50/it/System.Security.Principal.xml",
+ "ref/netcore50/ja/System.Security.Principal.xml",
+ "ref/netcore50/ko/System.Security.Principal.xml",
+ "ref/netcore50/ru/System.Security.Principal.xml",
+ "ref/netcore50/zh-hans/System.Security.Principal.xml",
+ "ref/netcore50/zh-hant/System.Security.Principal.xml",
"ref/netstandard1.0/System.Security.Principal.dll",
+ "ref/netstandard1.0/System.Security.Principal.xml",
+ "ref/netstandard1.0/de/System.Security.Principal.xml",
+ "ref/netstandard1.0/es/System.Security.Principal.xml",
+ "ref/netstandard1.0/fr/System.Security.Principal.xml",
+ "ref/netstandard1.0/it/System.Security.Principal.xml",
+ "ref/netstandard1.0/ja/System.Security.Principal.xml",
+ "ref/netstandard1.0/ko/System.Security.Principal.xml",
+ "ref/netstandard1.0/ru/System.Security.Principal.xml",
+ "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
+ "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4523,8 +5744,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Text.Encoding.dll",
+ "ref/netcore50/System.Text.Encoding.xml",
+ "ref/netcore50/de/System.Text.Encoding.xml",
+ "ref/netcore50/es/System.Text.Encoding.xml",
+ "ref/netcore50/fr/System.Text.Encoding.xml",
+ "ref/netcore50/it/System.Text.Encoding.xml",
+ "ref/netcore50/ja/System.Text.Encoding.xml",
+ "ref/netcore50/ko/System.Text.Encoding.xml",
+ "ref/netcore50/ru/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.0/System.Text.Encoding.dll",
+ "ref/netstandard1.0/System.Text.Encoding.xml",
+ "ref/netstandard1.0/de/System.Text.Encoding.xml",
+ "ref/netstandard1.0/es/System.Text.Encoding.xml",
+ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.0/it/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.3/System.Text.Encoding.dll",
+ "ref/netstandard1.3/System.Text.Encoding.xml",
+ "ref/netstandard1.3/de/System.Text.Encoding.xml",
+ "ref/netstandard1.3/es/System.Text.Encoding.xml",
+ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.3/it/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4561,8 +5812,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Text.Encoding.Extensions.dll",
+ "ref/netcore50/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
+ "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
+ "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4603,10 +5884,50 @@
"ref/net45/_._",
"ref/net463/System.Text.RegularExpressions.dll",
"ref/netcore50/System.Text.RegularExpressions.dll",
+ "ref/netcore50/System.Text.RegularExpressions.xml",
+ "ref/netcore50/de/System.Text.RegularExpressions.xml",
+ "ref/netcore50/es/System.Text.RegularExpressions.xml",
+ "ref/netcore50/fr/System.Text.RegularExpressions.xml",
+ "ref/netcore50/it/System.Text.RegularExpressions.xml",
+ "ref/netcore50/ja/System.Text.RegularExpressions.xml",
+ "ref/netcore50/ko/System.Text.RegularExpressions.xml",
+ "ref/netcore50/ru/System.Text.RegularExpressions.xml",
+ "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
+ "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
"ref/netcoreapp1.1/System.Text.RegularExpressions.dll",
"ref/netstandard1.0/System.Text.RegularExpressions.dll",
+ "ref/netstandard1.0/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
"ref/netstandard1.3/System.Text.RegularExpressions.dll",
+ "ref/netstandard1.3/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
"ref/netstandard1.6/System.Text.RegularExpressions.dll",
+ "ref/netstandard1.6/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
+ "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4645,8 +5966,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Threading.dll",
+ "ref/netcore50/System.Threading.xml",
+ "ref/netcore50/de/System.Threading.xml",
+ "ref/netcore50/es/System.Threading.xml",
+ "ref/netcore50/fr/System.Threading.xml",
+ "ref/netcore50/it/System.Threading.xml",
+ "ref/netcore50/ja/System.Threading.xml",
+ "ref/netcore50/ko/System.Threading.xml",
+ "ref/netcore50/ru/System.Threading.xml",
+ "ref/netcore50/zh-hans/System.Threading.xml",
+ "ref/netcore50/zh-hant/System.Threading.xml",
"ref/netstandard1.0/System.Threading.dll",
+ "ref/netstandard1.0/System.Threading.xml",
+ "ref/netstandard1.0/de/System.Threading.xml",
+ "ref/netstandard1.0/es/System.Threading.xml",
+ "ref/netstandard1.0/fr/System.Threading.xml",
+ "ref/netstandard1.0/it/System.Threading.xml",
+ "ref/netstandard1.0/ja/System.Threading.xml",
+ "ref/netstandard1.0/ko/System.Threading.xml",
+ "ref/netstandard1.0/ru/System.Threading.xml",
+ "ref/netstandard1.0/zh-hans/System.Threading.xml",
+ "ref/netstandard1.0/zh-hant/System.Threading.xml",
"ref/netstandard1.3/System.Threading.dll",
+ "ref/netstandard1.3/System.Threading.xml",
+ "ref/netstandard1.3/de/System.Threading.xml",
+ "ref/netstandard1.3/es/System.Threading.xml",
+ "ref/netstandard1.3/fr/System.Threading.xml",
+ "ref/netstandard1.3/it/System.Threading.xml",
+ "ref/netstandard1.3/ja/System.Threading.xml",
+ "ref/netstandard1.3/ko/System.Threading.xml",
+ "ref/netstandard1.3/ru/System.Threading.xml",
+ "ref/netstandard1.3/zh-hans/System.Threading.xml",
+ "ref/netstandard1.3/zh-hant/System.Threading.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4684,8 +6035,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Threading.Tasks.dll",
+ "ref/netcore50/System.Threading.Tasks.xml",
+ "ref/netcore50/de/System.Threading.Tasks.xml",
+ "ref/netcore50/es/System.Threading.Tasks.xml",
+ "ref/netcore50/fr/System.Threading.Tasks.xml",
+ "ref/netcore50/it/System.Threading.Tasks.xml",
+ "ref/netcore50/ja/System.Threading.Tasks.xml",
+ "ref/netcore50/ko/System.Threading.Tasks.xml",
+ "ref/netcore50/ru/System.Threading.Tasks.xml",
+ "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
+ "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
"ref/netstandard1.0/System.Threading.Tasks.dll",
+ "ref/netstandard1.0/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/de/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/es/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/it/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
+ "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
"ref/netstandard1.3/System.Threading.Tasks.dll",
+ "ref/netstandard1.3/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/de/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/es/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/it/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
+ "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4708,6 +6089,7 @@
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
"system.threading.tasks.extensions.4.3.0.nupkg.sha512",
@@ -4736,6 +6118,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Threading.Thread.dll",
"ref/netstandard1.3/System.Threading.Thread.dll",
+ "ref/netstandard1.3/System.Threading.Thread.xml",
+ "ref/netstandard1.3/de/System.Threading.Thread.xml",
+ "ref/netstandard1.3/es/System.Threading.Thread.xml",
+ "ref/netstandard1.3/fr/System.Threading.Thread.xml",
+ "ref/netstandard1.3/it/System.Threading.Thread.xml",
+ "ref/netstandard1.3/ja/System.Threading.Thread.xml",
+ "ref/netstandard1.3/ko/System.Threading.Thread.xml",
+ "ref/netstandard1.3/ru/System.Threading.Thread.xml",
+ "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
+ "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4766,6 +6158,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Threading.ThreadPool.dll",
"ref/netstandard1.3/System.Threading.ThreadPool.dll",
+ "ref/netstandard1.3/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
+ "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4797,7 +6199,27 @@
"ref/MonoTouch10/_._",
"ref/net451/_._",
"ref/netcore50/System.Threading.Timer.dll",
+ "ref/netcore50/System.Threading.Timer.xml",
+ "ref/netcore50/de/System.Threading.Timer.xml",
+ "ref/netcore50/es/System.Threading.Timer.xml",
+ "ref/netcore50/fr/System.Threading.Timer.xml",
+ "ref/netcore50/it/System.Threading.Timer.xml",
+ "ref/netcore50/ja/System.Threading.Timer.xml",
+ "ref/netcore50/ko/System.Threading.Timer.xml",
+ "ref/netcore50/ru/System.Threading.Timer.xml",
+ "ref/netcore50/zh-hans/System.Threading.Timer.xml",
+ "ref/netcore50/zh-hant/System.Threading.Timer.xml",
"ref/netstandard1.2/System.Threading.Timer.dll",
+ "ref/netstandard1.2/System.Threading.Timer.xml",
+ "ref/netstandard1.2/de/System.Threading.Timer.xml",
+ "ref/netstandard1.2/es/System.Threading.Timer.xml",
+ "ref/netstandard1.2/fr/System.Threading.Timer.xml",
+ "ref/netstandard1.2/it/System.Threading.Timer.xml",
+ "ref/netstandard1.2/ja/System.Threading.Timer.xml",
+ "ref/netstandard1.2/ko/System.Threading.Timer.xml",
+ "ref/netstandard1.2/ru/System.Threading.Timer.xml",
+ "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
+ "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
"ref/portable-net451+win81+wpa81/_._",
"ref/win81/_._",
"ref/wpa81/_._",
@@ -4837,8 +6259,38 @@
"ref/net45/_._",
"ref/net46/System.Xml.ReaderWriter.dll",
"ref/netcore50/System.Xml.ReaderWriter.dll",
+ "ref/netcore50/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/de/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/es/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/it/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
+ "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
"ref/netstandard1.0/System.Xml.ReaderWriter.dll",
+ "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
"ref/netstandard1.3/System.Xml.ReaderWriter.dll",
+ "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
+ "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4877,8 +6329,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Xml.XDocument.dll",
+ "ref/netcore50/System.Xml.XDocument.xml",
+ "ref/netcore50/de/System.Xml.XDocument.xml",
+ "ref/netcore50/es/System.Xml.XDocument.xml",
+ "ref/netcore50/fr/System.Xml.XDocument.xml",
+ "ref/netcore50/it/System.Xml.XDocument.xml",
+ "ref/netcore50/ja/System.Xml.XDocument.xml",
+ "ref/netcore50/ko/System.Xml.XDocument.xml",
+ "ref/netcore50/ru/System.Xml.XDocument.xml",
+ "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
+ "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
"ref/netstandard1.0/System.Xml.XDocument.dll",
+ "ref/netstandard1.0/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/de/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/es/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/it/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
+ "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
"ref/netstandard1.3/System.Xml.XDocument.dll",
+ "ref/netstandard1.3/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/de/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/es/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/it/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
+ "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4912,6 +6394,16 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Xml.XmlDocument.dll",
"ref/netstandard1.3/System.Xml.XmlDocument.dll",
+ "ref/netstandard1.3/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
+ "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4946,8 +6438,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Xml.XmlSerializer.dll",
+ "ref/netcore50/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/de/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/es/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/fr/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/it/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ja/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ko/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ru/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/System.Xml.XmlSerializer.dll",
+ "ref/netstandard1.0/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/System.Xml.XmlSerializer.dll",
+ "ref/netstandard1.3/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4969,11 +6491,11 @@
},
"projectFileDependencyGroups": {
"net9.0": [
- "Autofac >= 8.1.1",
+ "Autofac >= 9.0.0",
"EventBus >= 1.0.0",
"Microsoft.Azure.ServiceBus >= 5.2.0",
"Microsoft.CSharp >= 4.7.0",
- "Microsoft.Extensions.Logging >= 9.0.0"
+ "Microsoft.Extensions.Logging >= 9.0.2"
]
},
"packageFolders": {
@@ -5025,7 +6547,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.Azure.ServiceBus": {
"target": "Package",
@@ -5037,7 +6559,7 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache
index 61721270..a4194f67 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/obj/project.nuget.cache
@@ -1,20 +1,20 @@
{
"version": 2,
- "dgSpecHash": "6dWJig7T3Hg=",
+ "dgSpecHash": "B1OGvL8ZdgM=",
"success": true,
"projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj",
"expectedPackageFiles": [
- "/home/runner/.nuget/packages/autofac/8.1.1/autofac.8.1.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/autofac/9.0.0/autofac.9.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.azure.amqp/2.4.11/microsoft.azure.amqp.2.4.11.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.azure.servicebus/5.2.0/microsoft.azure.servicebus.5.2.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.azure.services.appauthentication/1.0.3/microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512",
+ "/home/runner/.nuget/packages/microsoft.extensions.primitives/9.0.2/microsoft.extensions.primitives.9.0.2.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.identitymodel.clients.activedirectory/3.14.2/microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/5.4.0/microsoft.identitymodel.jsonwebtokens.5.4.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.identitymodel.logging/5.4.0/microsoft.identitymodel.logging.5.4.0.nupkg.sha512",
@@ -24,7 +24,7 @@
"/home/runner/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512",
- "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
+ "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512",
"/home/runner/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
@@ -47,7 +47,7 @@
"/home/runner/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512",
- "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/8.0.1/system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "/home/runner/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512",
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
index cf062f31..68efa488 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
@@ -11,6 +11,6 @@
-
+
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll
deleted file mode 100644
index 0e1d71e5..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb
deleted file mode 100644
index d5c9163d..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json
deleted file mode 100644
index 9f7701ed..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json
+++ /dev/null
@@ -1,1010 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "IntegrationEventLogEF/1.0.0": {
- "dependencies": {
- "EventBus": "1.0.0",
- "Microsoft.EntityFrameworkCore": "7.0.15",
- "Microsoft.EntityFrameworkCore.Design": "6.0.3",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15",
- "Microsoft.EntityFrameworkCore.SqlServer": "7.0.14",
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "IntegrationEventLogEF.dll": {}
- }
- },
- "Azure.Core/1.25.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "6.0.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/net5.0/Azure.Core.dll": {
- "assemblyVersion": "1.25.0.0",
- "fileVersion": "1.2500.22.33004"
- }
- }
- },
- "Azure.Identity/1.7.0": {
- "dependencies": {
- "Azure.Core": "1.25.0",
- "Microsoft.Identity.Client": "4.47.2",
- "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "assemblyVersion": "1.7.0.0",
- "fileVersion": "1.700.22.46903"
- }
- }
- },
- "Humanizer.Core/2.8.26": {
- "runtime": {
- "lib/netstandard2.0/Humanizer.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.26.1919"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/5.1.1": {
- "dependencies": {
- "Azure.Identity": "1.7.0",
- "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0",
- "Microsoft.Identity.Client": "4.47.2",
- "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0",
- "Microsoft.SqlServer.Server": "1.0.0",
- "System.Configuration.ConfigurationManager": "6.0.1",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Runtime.Caching": "6.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.Text.Encoding.CodePages": "6.0.0",
- "System.Text.Encodings.Web": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- },
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/7.0.15": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15",
- "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15",
- "Microsoft.Extensions.Caching.Memory": "7.0.0",
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.Logging": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {},
- "Microsoft.EntityFrameworkCore.Design/6.0.3": {
- "dependencies": {
- "Humanizer.Core": "2.8.26",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.322.12306"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/7.0.15": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "7.0.15",
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "5.1.1",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "7.0.14.0",
- "fileVersion": "7.0.1423.52313"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Identity.Client/4.47.2": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.24.0"
- },
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.47.2.0",
- "fileVersion": "4.47.2.0"
- }
- }
- },
- "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
- "dependencies": {
- "Microsoft.Identity.Client": "4.47.2",
- "System.Security.Cryptography.ProtectedData": "6.0.0"
- },
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "assemblyVersion": "2.19.3.0",
- "fileVersion": "2.19.3.0"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/6.24.0": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.24.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Json": "4.7.2"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.24.0",
- "Microsoft.IdentityModel.Tokens": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.24.0",
- "System.IdentityModel.Tokens.Jwt": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.24.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.24.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.SqlServer.Server/1.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.922.41905"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Formats.Asn1/5.0.0": {},
- "System.IdentityModel.Tokens.Jwt/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
- "Microsoft.IdentityModel.Tokens": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "System.Memory/4.5.4": {},
- "System.Memory.Data/1.0.2": {
- "dependencies": {
- "System.Text.Encodings.Web": "6.0.0",
- "System.Text.Json": "4.7.2"
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.221.20802"
- }
- }
- },
- "System.Numerics.Vectors/4.5.0": {},
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/6.0.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Security.AccessControl/6.0.0": {},
- "System.Security.Cryptography.Cng/5.0.0": {
- "dependencies": {
- "System.Formats.Asn1": "5.0.0"
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Principal.Windows/5.0.0": {},
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Encodings.Web/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Json/4.7.2": {},
- "System.Threading.Tasks.Extensions/4.5.4": {},
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "EventBus.dll": {}
- }
- }
- }
- },
- "libraries": {
- "IntegrationEventLogEF/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Azure.Core/1.25.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==",
- "path": "azure.core/1.25.0",
- "hashPath": "azure.core.1.25.0.nupkg.sha512"
- },
- "Azure.Identity/1.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==",
- "path": "azure.identity/1.7.0",
- "hashPath": "azure.identity.1.7.0.nupkg.sha512"
- },
- "Humanizer.Core/2.8.26": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
- "path": "humanizer.core/2.8.26",
- "hashPath": "humanizer.core.2.8.26.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/5.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==",
- "path": "microsoft.data.sqlclient/5.1.1",
- "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==",
- "path": "microsoft.data.sqlclient.sni.runtime/5.1.0",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==",
- "path": "microsoft.entityframeworkcore/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==",
- "path": "microsoft.entityframeworkcore.abstractions/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==",
- "path": "microsoft.entityframeworkcore.analyzers/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Design/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Gc3XhQ4vLK4rlGpZi8zaa4bl0t894QxqMXHSbDSsx8d7ghRaLbGIH1tQawpo2hriU/q918eepbCyoISD89Xx1w==",
- "path": "microsoft.entityframeworkcore.design/6.0.3",
- "hashPath": "microsoft.entityframeworkcore.design.6.0.3.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-D03N/DF3lmtHHVd0RqHxZg+rtd3r8C4h7RJoy/ShxQA0r6rpJ/99ZA6HY9WeEgqsRbm2M8Lmj9MwJomcsJ+4GQ==",
- "path": "microsoft.entityframeworkcore.relational/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.relational.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-d9hqEw4W/TdQ1WDm03uyFuDoehL6GNq/NMChFaC4dcV60I42vKdUC0fYTuE2QPunVUpf5XUTCkJ6fYGjMos2AA==",
- "path": "microsoft.entityframeworkcore.sqlserver/7.0.14",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.14.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
- "path": "microsoft.extensions.caching.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
- "path": "microsoft.extensions.caching.memory/7.0.0",
- "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
- "path": "microsoft.extensions.configuration.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
- "path": "microsoft.extensions.dependencyinjection/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
- "path": "microsoft.extensions.logging/7.0.0",
- "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
- "path": "microsoft.extensions.logging.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
- "path": "microsoft.extensions.options/7.0.0",
- "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
- "path": "microsoft.extensions.primitives/7.0.0",
- "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.47.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==",
- "path": "microsoft.identity.client/4.47.2",
- "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512"
- },
- "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
- "path": "microsoft.identity.client.extensions.msal/2.19.3",
- "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==",
- "path": "microsoft.identitymodel.abstractions/6.24.0",
- "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.24.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==",
- "path": "microsoft.identitymodel.logging/6.24.0",
- "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==",
- "path": "microsoft.identitymodel.protocols/6.24.0",
- "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==",
- "path": "microsoft.identitymodel.tokens/6.24.0",
- "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
- "path": "microsoft.sqlserver.server/1.0.0",
- "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
- "path": "system.configuration.configurationmanager/6.0.1",
- "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
- "path": "system.formats.asn1/5.0.0",
- "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==",
- "path": "system.identitymodel.tokens.jwt/6.24.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512"
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "path": "system.memory/4.5.4",
- "hashPath": "system.memory.4.5.4.nupkg.sha512"
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "path": "system.memory.data/1.0.2",
- "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
- },
- "System.Numerics.Vectors/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
- "path": "system.numerics.vectors/4.5.0",
- "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
- "path": "system.runtime.caching/6.0.0",
- "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
- "path": "system.security.accesscontrol/6.0.0",
- "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
- "path": "system.security.cryptography.cng/5.0.0",
- "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
- "path": "system.security.principal.windows/5.0.0",
- "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
- "path": "system.text.encoding.codepages/6.0.0",
- "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
- "path": "system.text.encodings.web/6.0.0",
- "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "path": "system.text.json/4.7.2",
- "hashPath": "system.text.json.4.7.2.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "path": "system.threading.tasks.extensions/4.5.4",
- "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll
deleted file mode 100644
index cc31b87f..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb
deleted file mode 100644
index f0867829..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json
deleted file mode 100644
index 03663c67..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- },
- "configProperties": {
- "System.Reflection.NullabilityInfoContext.IsSupported": true
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll
index e9cbfb47..3161bd3f 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.dll differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb
index c52e9fb9..5e2c8e54 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/EventBus.pdb differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json
index ac450273..94190926 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.deps.json
@@ -13,7 +13,7 @@
"Microsoft.EntityFrameworkCore.Design": "9.0.0",
"Microsoft.EntityFrameworkCore.Relational": "9.0.0",
"Microsoft.EntityFrameworkCore.SqlServer": "9.0.0",
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"IntegrationEventLogEF.dll": {}
@@ -696,11 +696,11 @@
}
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
+ "fileVersion": "13.0.4.30916"
}
}
},
@@ -907,7 +907,7 @@
},
"EventBus/1.0.0": {
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"runtime": {
"EventBus.dll": {
@@ -1190,12 +1190,12 @@
"path": "mono.texttemplating/3.0.0",
"hashPath": "mono.texttemplating.3.0.0.nupkg.sha512"
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
+ "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
+ "path": "newtonsoft.json/13.0.4",
+ "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
},
"System.ClientModel/1.0.0": {
"type": "package",
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll
index da67ad7a..84ffe383 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.dll differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb
index e5a190d5..c1a1d9ec 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net9.0/IntegrationEventLogEF.pdb differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs
deleted file mode 100644
index aee9bfc5..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
deleted file mode 100644
index c69f9e21..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-36b93661040a5d4fd010bcb908d51cff8b396313
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a5ca98ef..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache
deleted file mode 100644
index b9b21980..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache
deleted file mode 100644
index 34adf451..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 5880ad0f..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5b649ccf8b2e4fde7f1db8c1ea3bd6faae1aa050
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt
deleted file mode 100644
index 6c38438f..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.runtimeconfig.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/IntegrationEventLogEF.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/bin/Debug/net6.0/EventBus.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.csproj.CopyComplete
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll
deleted file mode 100644
index cc31b87f..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache
deleted file mode 100644
index 8e2fe505..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-f9626e6d3c5026a09633ce579278215b6fadeb6c
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb
deleted file mode 100644
index f0867829..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/IntegrationEventLogEF.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll
deleted file mode 100644
index a889e8fd..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/ref/IntegrationEventLogEF.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll
deleted file mode 100644
index a889e8fd..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net6.0/refint/IntegrationEventLogEF.dll and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs
deleted file mode 100644
index d4318a6b..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
deleted file mode 100644
index 37182fba..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-71c5328bab3f6edc4954922a62a39adf7abcf6527ab1314ad69ef3263ef83f83
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 140dcea3..00000000
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\EventBus\IntegrationEventLogEF\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache
deleted file mode 100644
index b25b44a6..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache
deleted file mode 100644
index 19dbba85..00000000
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net8.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs
index 98638c47..0e19d315 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("IntegrationEventLogEF")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("IntegrationEventLogEF")]
[assembly: System.Reflection.AssemblyTitleAttribute("IntegrationEventLogEF")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
index f4d92f97..be26ae67 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.AssemblyInfoInputs.cache
@@ -1 +1 @@
-107f6606bc8d59dc1e4773723918a939302c8d981b64cbfe452d45e104138cb0
+8b0157043d0a98d175310a5c74e7db3ceafdaf9209b5c9d8ea317b0af2ace564
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache
index 6dd04f62..1c2f879e 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.assets.cache differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache
index 3b5043ef..0ae14fcc 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.AssemblyReference.cache differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
index f5d41586..d06919d0 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-0106e98e0a23e157a3e81b2663c5e1c236268a003616f7fb3d5c53b1581bbd0b
+b361dfdeb6bd49e2accdc770b9702d7ee8b1ce82837299ca2083fce57d02c80c
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll
index da67ad7a..84ffe383 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.dll differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb
index e5a190d5..c1a1d9ec 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.pdb differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json
index a2a1dc92..c1b394cd 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/IntegrationEventLogEF.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll
index 8acbe373..46cbcb78 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/ref/IntegrationEventLogEF.dll differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll
index 8acbe373..46cbcb78 100644
Binary files a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll and b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/Debug/net9.0/refint/IntegrationEventLogEF.dll differ
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json
index 4c67f1fc..4693ce73 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/IntegrationEventLogEF.csproj.nuget.dgspec.json
@@ -46,7 +46,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
@@ -131,7 +131,7 @@
},
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json
index d1744d14..037a14f8 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.assets.json
@@ -978,7 +978,7 @@
"buildTransitive/Mono.TextTemplating.targets": {}
}
},
- "Newtonsoft.Json/13.0.3": {
+ "Newtonsoft.Json/13.0.4": {
"type": "package",
"compile": {
"lib/net6.0/Newtonsoft.Json.dll": {
@@ -1361,10 +1361,14 @@
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -1609,7 +1613,7 @@
"type": "project",
"framework": ".NETCoreApp,Version=v9.0",
"dependencies": {
- "Newtonsoft.Json": "13.0.3"
+ "Newtonsoft.Json": "13.0.4"
},
"compile": {
"bin/placeholder/EventBus.dll": {}
@@ -2690,9 +2694,30 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
@@ -3435,8 +3460,10 @@
"dotnet.png",
"lib/net46/Microsoft.SqlServer.Server.dll",
"lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
"lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
"lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
"microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"microsoft.sqlserver.server.nuspec"
]
@@ -3454,9 +3481,13 @@
"buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Win32.SystemEvents.dll",
+ "lib/net461/Microsoft.Win32.SystemEvents.xml",
"lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.xml",
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"microsoft.win32.systemevents.nuspec",
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
@@ -3483,10 +3514,10 @@
"readme.md"
]
},
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "Newtonsoft.Json/13.0.4": {
+ "sha512": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"type": "package",
- "path": "newtonsoft.json/13.0.3",
+ "path": "newtonsoft.json/13.0.4",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -3508,7 +3539,7 @@
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.3.nupkg.sha512",
+ "newtonsoft.json.13.0.4.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
@@ -3752,8 +3783,11 @@
"buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Configuration.ConfigurationManager.dll",
+ "lib/net461/System.Configuration.ConfigurationManager.xml",
"lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml",
"system.configuration.configurationmanager.6.0.1.nupkg.sha512",
@@ -3801,9 +3835,13 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Drawing.Common.dll",
+ "lib/net461/System.Drawing.Common.xml",
"lib/net6.0/System.Drawing.Common.dll",
+ "lib/net6.0/System.Drawing.Common.xml",
"lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "lib/netcoreapp3.1/System.Drawing.Common.xml",
"lib/netstandard2.0/System.Drawing.Common.dll",
+ "lib/netstandard2.0/System.Drawing.Common.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -3909,9 +3947,12 @@
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
+ "lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
+ "lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
+ "lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.4.nupkg.sha512",
"system.memory.nuspec",
@@ -3930,7 +3971,9 @@
"DotNetPackageIcon.png",
"README.md",
"lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
"lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
"system.memory.data.1.0.2.nupkg.sha512",
"system.memory.data.nuspec"
]
@@ -3947,9 +3990,12 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
"lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
"lib/uap10.0.16299/_._",
@@ -3960,10 +4006,14 @@
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
"ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
"ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
@@ -4029,10 +4079,60 @@
"ref/net45/_._",
"ref/net462/System.Runtime.dll",
"ref/netcore50/System.Runtime.dll",
+ "ref/netcore50/System.Runtime.xml",
+ "ref/netcore50/de/System.Runtime.xml",
+ "ref/netcore50/es/System.Runtime.xml",
+ "ref/netcore50/fr/System.Runtime.xml",
+ "ref/netcore50/it/System.Runtime.xml",
+ "ref/netcore50/ja/System.Runtime.xml",
+ "ref/netcore50/ko/System.Runtime.xml",
+ "ref/netcore50/ru/System.Runtime.xml",
+ "ref/netcore50/zh-hans/System.Runtime.xml",
+ "ref/netcore50/zh-hant/System.Runtime.xml",
"ref/netstandard1.0/System.Runtime.dll",
+ "ref/netstandard1.0/System.Runtime.xml",
+ "ref/netstandard1.0/de/System.Runtime.xml",
+ "ref/netstandard1.0/es/System.Runtime.xml",
+ "ref/netstandard1.0/fr/System.Runtime.xml",
+ "ref/netstandard1.0/it/System.Runtime.xml",
+ "ref/netstandard1.0/ja/System.Runtime.xml",
+ "ref/netstandard1.0/ko/System.Runtime.xml",
+ "ref/netstandard1.0/ru/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
"ref/netstandard1.2/System.Runtime.dll",
+ "ref/netstandard1.2/System.Runtime.xml",
+ "ref/netstandard1.2/de/System.Runtime.xml",
+ "ref/netstandard1.2/es/System.Runtime.xml",
+ "ref/netstandard1.2/fr/System.Runtime.xml",
+ "ref/netstandard1.2/it/System.Runtime.xml",
+ "ref/netstandard1.2/ja/System.Runtime.xml",
+ "ref/netstandard1.2/ko/System.Runtime.xml",
+ "ref/netstandard1.2/ru/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
"ref/netstandard1.3/System.Runtime.dll",
+ "ref/netstandard1.3/System.Runtime.xml",
+ "ref/netstandard1.3/de/System.Runtime.xml",
+ "ref/netstandard1.3/es/System.Runtime.xml",
+ "ref/netstandard1.3/fr/System.Runtime.xml",
+ "ref/netstandard1.3/it/System.Runtime.xml",
+ "ref/netstandard1.3/ja/System.Runtime.xml",
+ "ref/netstandard1.3/ko/System.Runtime.xml",
+ "ref/netstandard1.3/ru/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
"ref/netstandard1.5/System.Runtime.dll",
+ "ref/netstandard1.5/System.Runtime.xml",
+ "ref/netstandard1.5/de/System.Runtime.xml",
+ "ref/netstandard1.5/es/System.Runtime.xml",
+ "ref/netstandard1.5/fr/System.Runtime.xml",
+ "ref/netstandard1.5/it/System.Runtime.xml",
+ "ref/netstandard1.5/ja/System.Runtime.xml",
+ "ref/netstandard1.5/ko/System.Runtime.xml",
+ "ref/netstandard1.5/ru/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
"ref/portable-net45+win8+wp80+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4061,8 +4161,11 @@
"lib/MonoTouch10/_._",
"lib/net461/_._",
"lib/net6.0/System.Runtime.Caching.dll",
+ "lib/net6.0/System.Runtime.Caching.xml",
"lib/netcoreapp3.1/System.Runtime.Caching.dll",
+ "lib/netcoreapp3.1/System.Runtime.Caching.xml",
"lib/netstandard2.0/System.Runtime.Caching.dll",
+ "lib/netstandard2.0/System.Runtime.Caching.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4092,9 +4195,13 @@
"buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"system.runtime.compilerservices.unsafe.nuspec",
"useSharedDesignerContext.txt"
@@ -4113,8 +4220,11 @@
"buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Security.AccessControl.dll",
+ "lib/net461/System.Security.AccessControl.xml",
"lib/net6.0/System.Security.AccessControl.dll",
+ "lib/net6.0/System.Security.AccessControl.xml",
"lib/netstandard2.0/System.Security.AccessControl.dll",
+ "lib/netstandard2.0/System.Security.AccessControl.xml",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.xml",
"runtimes/win/lib/net6.0/System.Security.AccessControl.dll",
@@ -4140,15 +4250,21 @@
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Cng.dll",
"lib/net461/System.Security.Cryptography.Cng.dll",
+ "lib/net461/System.Security.Cryptography.Cng.xml",
"lib/net462/System.Security.Cryptography.Cng.dll",
+ "lib/net462/System.Security.Cryptography.Cng.xml",
"lib/net47/System.Security.Cryptography.Cng.dll",
+ "lib/net47/System.Security.Cryptography.Cng.xml",
"lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
"lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
@@ -4158,16 +4274,24 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Cng.dll",
"ref/net461/System.Security.Cryptography.Cng.dll",
+ "ref/net461/System.Security.Cryptography.Cng.xml",
"ref/net462/System.Security.Cryptography.Cng.dll",
+ "ref/net462/System.Security.Cryptography.Cng.xml",
"ref/net47/System.Security.Cryptography.Cng.dll",
+ "ref/net47/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
"ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
@@ -4208,8 +4332,11 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net461/System.Security.Cryptography.ProtectedData.xml",
"lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4238,10 +4365,15 @@
"buildTransitive/netcoreapp2.0/System.Security.Permissions.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Security.Permissions.dll",
+ "lib/net461/System.Security.Permissions.xml",
"lib/net5.0/System.Security.Permissions.dll",
+ "lib/net5.0/System.Security.Permissions.xml",
"lib/net6.0/System.Security.Permissions.dll",
+ "lib/net6.0/System.Security.Permissions.xml",
"lib/netcoreapp3.1/System.Security.Permissions.dll",
+ "lib/netcoreapp3.1/System.Security.Permissions.xml",
"lib/netstandard2.0/System.Security.Permissions.dll",
+ "lib/netstandard2.0/System.Security.Permissions.xml",
"runtimes/win/lib/net461/System.Security.Permissions.dll",
"runtimes/win/lib/net461/System.Security.Permissions.xml",
"system.security.permissions.6.0.0.nupkg.sha512",
@@ -4261,14 +4393,29 @@
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
+ "lib/net461/System.Security.Principal.Windows.xml",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
+ "lib/netstandard2.0/System.Security.Principal.Windows.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
+ "ref/net461/System.Security.Principal.Windows.xml",
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
+ "ref/netstandard1.3/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
+ "ref/netstandard2.0/System.Security.Principal.Windows.xml",
"ref/uap10.0.16299/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
@@ -4313,8 +4460,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Text.Encoding.dll",
+ "ref/netcore50/System.Text.Encoding.xml",
+ "ref/netcore50/de/System.Text.Encoding.xml",
+ "ref/netcore50/es/System.Text.Encoding.xml",
+ "ref/netcore50/fr/System.Text.Encoding.xml",
+ "ref/netcore50/it/System.Text.Encoding.xml",
+ "ref/netcore50/ja/System.Text.Encoding.xml",
+ "ref/netcore50/ko/System.Text.Encoding.xml",
+ "ref/netcore50/ru/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.0/System.Text.Encoding.dll",
+ "ref/netstandard1.0/System.Text.Encoding.xml",
+ "ref/netstandard1.0/de/System.Text.Encoding.xml",
+ "ref/netstandard1.0/es/System.Text.Encoding.xml",
+ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.0/it/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.3/System.Text.Encoding.dll",
+ "ref/netstandard1.3/System.Text.Encoding.xml",
+ "ref/netstandard1.3/de/System.Text.Encoding.xml",
+ "ref/netstandard1.3/es/System.Text.Encoding.xml",
+ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.3/it/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4342,9 +4519,13 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Text.Encoding.CodePages.dll",
+ "lib/net461/System.Text.Encoding.CodePages.xml",
"lib/net6.0/System.Text.Encoding.CodePages.dll",
+ "lib/net6.0/System.Text.Encoding.CodePages.xml",
"lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll",
+ "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml",
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
+ "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4501,9 +4682,12 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
"lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
"lib/xamarinios10/_._",
@@ -4534,7 +4718,9 @@
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net6.0/System.Windows.Extensions.dll",
+ "lib/net6.0/System.Windows.Extensions.xml",
"lib/netcoreapp3.1/System.Windows.Extensions.dll",
+ "lib/netcoreapp3.1/System.Windows.Extensions.xml",
"runtimes/win/lib/net6.0/System.Windows.Extensions.dll",
"runtimes/win/lib/net6.0/System.Windows.Extensions.xml",
"runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll",
@@ -4557,7 +4743,7 @@
"Microsoft.EntityFrameworkCore.Design >= 9.0.0",
"Microsoft.EntityFrameworkCore.Relational >= 9.0.0",
"Microsoft.EntityFrameworkCore.SqlServer >= 9.0.0",
- "Newtonsoft.Json >= 13.0.3"
+ "Newtonsoft.Json >= 13.0.4"
]
},
"packageFolders": {
@@ -4625,7 +4811,7 @@
},
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache
index 77587819..57228df0 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "ecFjCuuZCJs=",
+ "dgSpecHash": "sfQBkcpeYdk=",
"success": true,
"projectFilePath": "/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj",
"expectedPackageFiles": [
@@ -48,7 +48,7 @@
"/home/runner/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512",
- "/home/runner/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
+ "/home/runner/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512",
"/home/runner/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512",
"/home/runner/.nuget/packages/system.collections.immutable/7.0.0/system.collections.immutable.7.0.0.nupkg.sha512",
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json
deleted file mode 100644
index 38d0d2f9..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json
+++ /dev/null
@@ -1,1106 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "WebHost.Customization/1.0.0": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "7.0.15",
- "Microsoft.EntityFrameworkCore.Design": "6.0.3",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15",
- "Microsoft.EntityFrameworkCore.SqlServer": "7.0.14",
- "Polly": "7.2.3",
- "System.Data.SqlClient": "4.8.6"
- },
- "runtime": {
- "WebHost.Customization.dll": {}
- }
- },
- "Azure.Core/1.25.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "6.0.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/net5.0/Azure.Core.dll": {
- "assemblyVersion": "1.25.0.0",
- "fileVersion": "1.2500.22.33004"
- }
- }
- },
- "Azure.Identity/1.7.0": {
- "dependencies": {
- "Azure.Core": "1.25.0",
- "Microsoft.Identity.Client": "4.47.2",
- "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "assemblyVersion": "1.7.0.0",
- "fileVersion": "1.700.22.46903"
- }
- }
- },
- "Humanizer.Core/2.8.26": {
- "runtime": {
- "lib/netstandard2.0/Humanizer.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.26.1919"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/5.1.1": {
- "dependencies": {
- "Azure.Identity": "1.7.0",
- "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0",
- "Microsoft.Identity.Client": "4.47.2",
- "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0",
- "Microsoft.SqlServer.Server": "1.0.0",
- "System.Configuration.ConfigurationManager": "6.0.1",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Runtime.Caching": "6.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.Text.Encoding.CodePages": "6.0.0",
- "System.Text.Encodings.Web": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- },
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/7.0.15": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15",
- "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15",
- "Microsoft.Extensions.Caching.Memory": "7.0.0",
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.Logging": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {},
- "Microsoft.EntityFrameworkCore.Design/6.0.3": {
- "dependencies": {
- "Humanizer.Core": "2.8.26",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
- "assemblyVersion": "6.0.3.0",
- "fileVersion": "6.0.322.12306"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/7.0.15": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "7.0.15",
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "7.0.15.0",
- "fileVersion": "7.0.1523.57109"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "5.1.1",
- "Microsoft.EntityFrameworkCore.Relational": "7.0.15"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "7.0.14.0",
- "fileVersion": "7.0.1423.52313"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Identity.Client/4.47.2": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.24.0"
- },
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.47.2.0",
- "fileVersion": "4.47.2.0"
- }
- }
- },
- "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
- "dependencies": {
- "Microsoft.Identity.Client": "4.47.2",
- "System.Security.Cryptography.ProtectedData": "6.0.0"
- },
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "assemblyVersion": "2.19.3.0",
- "fileVersion": "2.19.3.0"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/6.24.0": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.24.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Json": "4.7.2"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.24.0",
- "Microsoft.IdentityModel.Tokens": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.24.0",
- "System.IdentityModel.Tokens.Jwt": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.24.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.24.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.SqlServer.Server/1.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Polly/7.2.3": {
- "runtime": {
- "lib/netstandard2.0/Polly.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.2.3.0"
- }
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.7.0": {
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.922.41905"
- }
- }
- },
- "System.Data.SqlClient/4.8.6": {
- "dependencies": {
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Security.Principal.Windows": "5.0.0",
- "runtime.native.System.Data.SqlClient.sni": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.700.23.52603"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.700.23.52603"
- },
- "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.700.23.52603"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Formats.Asn1/5.0.0": {},
- "System.IdentityModel.Tokens.Jwt/6.24.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
- "Microsoft.IdentityModel.Tokens": "6.24.0"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.24.0.0",
- "fileVersion": "6.24.0.31013"
- }
- }
- },
- "System.Memory/4.5.4": {},
- "System.Memory.Data/1.0.2": {
- "dependencies": {
- "System.Text.Encodings.Web": "6.0.0",
- "System.Text.Json": "4.7.2"
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.221.20802"
- }
- }
- },
- "System.Numerics.Vectors/4.5.0": {},
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/6.0.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Security.AccessControl/6.0.0": {},
- "System.Security.Cryptography.Cng/5.0.0": {
- "dependencies": {
- "System.Formats.Asn1": "5.0.0"
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Principal.Windows/5.0.0": {},
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Encodings.Web/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Json/4.7.2": {},
- "System.Threading.Tasks.Extensions/4.5.4": {},
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- }
- }
- },
- "libraries": {
- "WebHost.Customization/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Azure.Core/1.25.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==",
- "path": "azure.core/1.25.0",
- "hashPath": "azure.core.1.25.0.nupkg.sha512"
- },
- "Azure.Identity/1.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==",
- "path": "azure.identity/1.7.0",
- "hashPath": "azure.identity.1.7.0.nupkg.sha512"
- },
- "Humanizer.Core/2.8.26": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
- "path": "humanizer.core/2.8.26",
- "hashPath": "humanizer.core.2.8.26.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/5.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==",
- "path": "microsoft.data.sqlclient/5.1.1",
- "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==",
- "path": "microsoft.data.sqlclient.sni.runtime/5.1.0",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==",
- "path": "microsoft.entityframeworkcore/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==",
- "path": "microsoft.entityframeworkcore.abstractions/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==",
- "path": "microsoft.entityframeworkcore.analyzers/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Design/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Gc3XhQ4vLK4rlGpZi8zaa4bl0t894QxqMXHSbDSsx8d7ghRaLbGIH1tQawpo2hriU/q918eepbCyoISD89Xx1w==",
- "path": "microsoft.entityframeworkcore.design/6.0.3",
- "hashPath": "microsoft.entityframeworkcore.design.6.0.3.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/7.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-D03N/DF3lmtHHVd0RqHxZg+rtd3r8C4h7RJoy/ShxQA0r6rpJ/99ZA6HY9WeEgqsRbm2M8Lmj9MwJomcsJ+4GQ==",
- "path": "microsoft.entityframeworkcore.relational/7.0.15",
- "hashPath": "microsoft.entityframeworkcore.relational.7.0.15.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/7.0.14": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-d9hqEw4W/TdQ1WDm03uyFuDoehL6GNq/NMChFaC4dcV60I42vKdUC0fYTuE2QPunVUpf5XUTCkJ6fYGjMos2AA==",
- "path": "microsoft.entityframeworkcore.sqlserver/7.0.14",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.14.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
- "path": "microsoft.extensions.caching.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
- "path": "microsoft.extensions.caching.memory/7.0.0",
- "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
- "path": "microsoft.extensions.configuration.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
- "path": "microsoft.extensions.dependencyinjection/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
- "path": "microsoft.extensions.logging/7.0.0",
- "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
- "path": "microsoft.extensions.logging.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
- "path": "microsoft.extensions.options/7.0.0",
- "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
- "path": "microsoft.extensions.primitives/7.0.0",
- "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.47.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==",
- "path": "microsoft.identity.client/4.47.2",
- "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512"
- },
- "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
- "path": "microsoft.identity.client.extensions.msal/2.19.3",
- "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==",
- "path": "microsoft.identitymodel.abstractions/6.24.0",
- "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.24.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==",
- "path": "microsoft.identitymodel.logging/6.24.0",
- "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==",
- "path": "microsoft.identitymodel.protocols/6.24.0",
- "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==",
- "path": "microsoft.identitymodel.tokens/6.24.0",
- "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
- "path": "microsoft.sqlserver.server/1.0.0",
- "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
- "path": "microsoft.win32.registry/4.7.0",
- "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "Polly/7.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DeCY0OFbNdNxsjntr1gTXHJ5pKUwYzp04Er2LLeN3g6pWhffsGuKVfMBLe1lw7x76HrPkLxKEFxBlpRxS2nDEQ==",
- "path": "polly/7.2.3",
- "hashPath": "polly.7.2.3.nupkg.sha512"
- },
- "runtime.native.System.Data.SqlClient.sni/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
- "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
- "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
- "path": "system.configuration.configurationmanager/6.0.1",
- "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
- },
- "System.Data.SqlClient/4.8.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
- "path": "system.data.sqlclient/4.8.6",
- "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
- "path": "system.formats.asn1/5.0.0",
- "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.24.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==",
- "path": "system.identitymodel.tokens.jwt/6.24.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512"
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "path": "system.memory/4.5.4",
- "hashPath": "system.memory.4.5.4.nupkg.sha512"
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "path": "system.memory.data/1.0.2",
- "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
- },
- "System.Numerics.Vectors/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
- "path": "system.numerics.vectors/4.5.0",
- "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
- "path": "system.runtime.caching/6.0.0",
- "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
- "path": "system.security.accesscontrol/6.0.0",
- "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
- "path": "system.security.cryptography.cng/5.0.0",
- "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
- "path": "system.security.principal.windows/5.0.0",
- "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
- "path": "system.text.encoding.codepages/6.0.0",
- "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
- "path": "system.text.encodings.web/6.0.0",
- "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "path": "system.text.json/4.7.2",
- "hashPath": "system.text.json.4.7.2.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "path": "system.threading.tasks.extensions/4.5.4",
- "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll
deleted file mode 100644
index 85375048..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb
deleted file mode 100644
index 990b02e5..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json
deleted file mode 100644
index b9690709..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "6.0.0"
- }
- ],
- "configProperties": {
- "System.Reflection.NullabilityInfoContext.IsSupported": true
- }
- }
-}
\ No newline at end of file
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll
index 372d01e2..c9412d42 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.dll differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb
index 267eaf67..dcf7a7c6 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb and b/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net9.0/WebHost.Customization.pdb differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs
deleted file mode 100644
index 0308e057..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache
deleted file mode 100644
index ed45639f..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b1e345332deea058a8632951215f68b4d7feb31a
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6c06b7e0..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = WebHost.Customization
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache
deleted file mode 100644
index 495bac79..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache
deleted file mode 100644
index d4c1005b..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache
deleted file mode 100644
index d9c81923..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-eba443af5ab04ca2b7978be4ef5d050413e1b574
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt
deleted file mode 100644
index 1b6ee02c..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.deps.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.runtimeconfig.json
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/bin/Debug/net6.0/WebHost.Customization.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.AssemblyReference.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfoInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.AssemblyInfo.cs
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.csproj.CoreCompileInputs.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache
-/workspaces/mslearn-microservices-devops-aspnet-core/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll
deleted file mode 100644
index 85375048..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.dll and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache
deleted file mode 100644
index e7da9071..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-4ab8988b91a3631c395c180995d03275518c9ad7
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb
deleted file mode 100644
index 990b02e5..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/WebHost.Customization.pdb and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll
deleted file mode 100644
index e3c4b957..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/ref/WebHost.Customization.dll and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll
deleted file mode 100644
index e3c4b957..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net6.0/refint/WebHost.Customization.dll and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af943994..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")]
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs
deleted file mode 100644
index 802979fb..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a77675f714bea9dc0df9dd0f5780d113235d59c")]
-[assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache
deleted file mode 100644
index f00824d0..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ae89f09a783b078b1b6babb6732a5cbfefca9ab69cb9a19f07b1f0c263d036b7
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 125029db..00000000
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = WebHost.Customization
-build_property.ProjectDir = C:\Users\natyo\mslearn-microservices-devops-aspnet-core\src\BuildingBlocks\WebHost\WebHost.Customization\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache
deleted file mode 100644
index 31bbbffc..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.assets.cache and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache
deleted file mode 100644
index 083e1d73..00000000
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net8.0/WebHost.Customization.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs
index 30a759cd..9cc4594f 100644
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs
+++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("WebHost.Customization")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac1eb1ea194ee72f31eded440b1a3c03c53c5657")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3")]
[assembly: System.Reflection.AssemblyProductAttribute("WebHost.Customization")]
[assembly: System.Reflection.AssemblyTitleAttribute("WebHost.Customization")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache
index d37d2f86..8c753741 100644
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache
+++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.AssemblyInfoInputs.cache
@@ -1 +1 @@
-5dd7010371199b0529635869a58d3268572ba1c7474ae5eb05afcd3cc69426bc
+0efb333f726a5d8e3fdb96c252f4ff0734b11a480d5ffeb1d9848d91458ae2fc
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache
index b568d040..124d22e8 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.assets.cache differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll
index 372d01e2..c9412d42 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.dll differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb
index 267eaf67..dcf7a7c6 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.pdb differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json
index a2a1dc92..c1b394cd 100644
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json
+++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/WebHost.Customization.sourcelink.json
@@ -1 +1 @@
-{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/ac1eb1ea194ee72f31eded440b1a3c03c53c5657/*"}}
\ No newline at end of file
+{"documents":{"/home/runner/work/mslearn-microservices-devops-aspnet-core/mslearn-microservices-devops-aspnet-core/*":"https://raw.githubusercontent.com/NatYou345/mslearn-microservices-devops-aspnet-core/04d45e6378a3c9d7250e3bc3b1db69ec0f9f76f3/*"}}
\ No newline at end of file
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll
index d94a23e6..c728cd7d 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/ref/WebHost.Customization.dll differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll
index d94a23e6..c728cd7d 100644
Binary files a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll and b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/Debug/net9.0/refint/WebHost.Customization.dll differ
diff --git a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json
index 2170a229..47dd8d95 100644
--- a/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json
+++ b/src/BuildingBlocks/WebHost/WebHost.Customization/obj/project.assets.json
@@ -948,10 +948,14 @@
"System.Security.Principal.Windows": "4.7.0"
},
"compile": {
- "ref/netstandard2.0/_._": {}
+ "ref/netstandard2.0/_._": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
+ "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
@@ -1252,10 +1256,14 @@
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
},
"compile": {
- "ref/netcoreapp2.1/System.Data.SqlClient.dll": {}
+ "ref/netcoreapp2.1/System.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netcoreapp2.1/System.Data.SqlClient.dll": {}
+ "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
@@ -1459,10 +1467,14 @@
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -2775,9 +2787,30 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
@@ -3520,8 +3553,10 @@
"dotnet.png",
"lib/net46/Microsoft.SqlServer.Server.dll",
"lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
"lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
"lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
"microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"microsoft.sqlserver.server.nuspec"
]
@@ -3537,15 +3572,30 @@
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/Microsoft.Win32.Registry.dll",
"lib/net461/Microsoft.Win32.Registry.dll",
+ "lib/net461/Microsoft.Win32.Registry.xml",
"lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"lib/netstandard2.0/Microsoft.Win32.Registry.dll",
+ "lib/netstandard2.0/Microsoft.Win32.Registry.xml",
"microsoft.win32.registry.4.7.0.nupkg.sha512",
"microsoft.win32.registry.nuspec",
"ref/net46/Microsoft.Win32.Registry.dll",
"ref/net461/Microsoft.Win32.Registry.dll",
+ "ref/net461/Microsoft.Win32.Registry.xml",
"ref/net472/Microsoft.Win32.Registry.dll",
+ "ref/net472/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
+ "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
+ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
"ref/netstandard2.0/Microsoft.Win32.Registry.dll",
+ "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
@@ -3571,9 +3621,13 @@
"buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Win32.SystemEvents.dll",
+ "lib/net461/Microsoft.Win32.SystemEvents.xml",
"lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.xml",
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"microsoft.win32.systemevents.nuspec",
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
@@ -3955,8 +4009,11 @@
"buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Configuration.ConfigurationManager.dll",
+ "lib/net461/System.Configuration.ConfigurationManager.xml",
"lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml",
"system.configuration.configurationmanager.6.0.1.nupkg.sha512",
@@ -3979,10 +4036,15 @@
"lib/net451/System.Data.SqlClient.dll",
"lib/net46/System.Data.SqlClient.dll",
"lib/net461/System.Data.SqlClient.dll",
+ "lib/net461/System.Data.SqlClient.xml",
"lib/netcoreapp2.1/System.Data.SqlClient.dll",
+ "lib/netcoreapp2.1/System.Data.SqlClient.xml",
"lib/netstandard1.2/System.Data.SqlClient.dll",
+ "lib/netstandard1.2/System.Data.SqlClient.xml",
"lib/netstandard1.3/System.Data.SqlClient.dll",
+ "lib/netstandard1.3/System.Data.SqlClient.xml",
"lib/netstandard2.0/System.Data.SqlClient.dll",
+ "lib/netstandard2.0/System.Data.SqlClient.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -3992,10 +4054,33 @@
"ref/net451/System.Data.SqlClient.dll",
"ref/net46/System.Data.SqlClient.dll",
"ref/net461/System.Data.SqlClient.dll",
+ "ref/net461/System.Data.SqlClient.xml",
"ref/netcoreapp2.1/System.Data.SqlClient.dll",
+ "ref/netcoreapp2.1/System.Data.SqlClient.xml",
"ref/netstandard1.2/System.Data.SqlClient.dll",
+ "ref/netstandard1.2/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/de/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/es/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/it/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
+ "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard1.3/System.Data.SqlClient.dll",
+ "ref/netstandard1.3/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/de/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/es/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/it/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
+ "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard2.0/System.Data.SqlClient.dll",
+ "ref/netstandard2.0/System.Data.SqlClient.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
@@ -4062,9 +4147,13 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Drawing.Common.dll",
+ "lib/net461/System.Drawing.Common.xml",
"lib/net6.0/System.Drawing.Common.dll",
+ "lib/net6.0/System.Drawing.Common.xml",
"lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "lib/netcoreapp3.1/System.Drawing.Common.xml",
"lib/netstandard2.0/System.Drawing.Common.dll",
+ "lib/netstandard2.0/System.Drawing.Common.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4170,9 +4259,12 @@
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
+ "lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
+ "lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
+ "lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.4.nupkg.sha512",
"system.memory.nuspec",
@@ -4191,7 +4283,9 @@
"DotNetPackageIcon.png",
"README.md",
"lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
"lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
"system.memory.data.1.0.2.nupkg.sha512",
"system.memory.data.nuspec"
]
@@ -4208,9 +4302,12 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
"lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
"lib/uap10.0.16299/_._",
@@ -4221,10 +4318,14 @@
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
"ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
"ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
@@ -4290,10 +4391,60 @@
"ref/net45/_._",
"ref/net462/System.Runtime.dll",
"ref/netcore50/System.Runtime.dll",
+ "ref/netcore50/System.Runtime.xml",
+ "ref/netcore50/de/System.Runtime.xml",
+ "ref/netcore50/es/System.Runtime.xml",
+ "ref/netcore50/fr/System.Runtime.xml",
+ "ref/netcore50/it/System.Runtime.xml",
+ "ref/netcore50/ja/System.Runtime.xml",
+ "ref/netcore50/ko/System.Runtime.xml",
+ "ref/netcore50/ru/System.Runtime.xml",
+ "ref/netcore50/zh-hans/System.Runtime.xml",
+ "ref/netcore50/zh-hant/System.Runtime.xml",
"ref/netstandard1.0/System.Runtime.dll",
+ "ref/netstandard1.0/System.Runtime.xml",
+ "ref/netstandard1.0/de/System.Runtime.xml",
+ "ref/netstandard1.0/es/System.Runtime.xml",
+ "ref/netstandard1.0/fr/System.Runtime.xml",
+ "ref/netstandard1.0/it/System.Runtime.xml",
+ "ref/netstandard1.0/ja/System.Runtime.xml",
+ "ref/netstandard1.0/ko/System.Runtime.xml",
+ "ref/netstandard1.0/ru/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
"ref/netstandard1.2/System.Runtime.dll",
+ "ref/netstandard1.2/System.Runtime.xml",
+ "ref/netstandard1.2/de/System.Runtime.xml",
+ "ref/netstandard1.2/es/System.Runtime.xml",
+ "ref/netstandard1.2/fr/System.Runtime.xml",
+ "ref/netstandard1.2/it/System.Runtime.xml",
+ "ref/netstandard1.2/ja/System.Runtime.xml",
+ "ref/netstandard1.2/ko/System.Runtime.xml",
+ "ref/netstandard1.2/ru/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
"ref/netstandard1.3/System.Runtime.dll",
+ "ref/netstandard1.3/System.Runtime.xml",
+ "ref/netstandard1.3/de/System.Runtime.xml",
+ "ref/netstandard1.3/es/System.Runtime.xml",
+ "ref/netstandard1.3/fr/System.Runtime.xml",
+ "ref/netstandard1.3/it/System.Runtime.xml",
+ "ref/netstandard1.3/ja/System.Runtime.xml",
+ "ref/netstandard1.3/ko/System.Runtime.xml",
+ "ref/netstandard1.3/ru/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
"ref/netstandard1.5/System.Runtime.dll",
+ "ref/netstandard1.5/System.Runtime.xml",
+ "ref/netstandard1.5/de/System.Runtime.xml",
+ "ref/netstandard1.5/es/System.Runtime.xml",
+ "ref/netstandard1.5/fr/System.Runtime.xml",
+ "ref/netstandard1.5/it/System.Runtime.xml",
+ "ref/netstandard1.5/ja/System.Runtime.xml",
+ "ref/netstandard1.5/ko/System.Runtime.xml",
+ "ref/netstandard1.5/ru/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
"ref/portable-net45+win8+wp80+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4322,8 +4473,11 @@
"lib/MonoTouch10/_._",
"lib/net461/_._",
"lib/net6.0/System.Runtime.Caching.dll",
+ "lib/net6.0/System.Runtime.Caching.xml",
"lib/netcoreapp3.1/System.Runtime.Caching.dll",
+ "lib/netcoreapp3.1/System.Runtime.Caching.xml",
"lib/netstandard2.0/System.Runtime.Caching.dll",
+ "lib/netstandard2.0/System.Runtime.Caching.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4353,9 +4507,13 @@
"buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"system.runtime.compilerservices.unsafe.nuspec",
"useSharedDesignerContext.txt"
@@ -4374,8 +4532,11 @@
"buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Security.AccessControl.dll",
+ "lib/net461/System.Security.AccessControl.xml",
"lib/net6.0/System.Security.AccessControl.dll",
+ "lib/net6.0/System.Security.AccessControl.xml",
"lib/netstandard2.0/System.Security.AccessControl.dll",
+ "lib/netstandard2.0/System.Security.AccessControl.xml",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.xml",
"runtimes/win/lib/net6.0/System.Security.AccessControl.dll",
@@ -4401,15 +4562,21 @@
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Cng.dll",
"lib/net461/System.Security.Cryptography.Cng.dll",
+ "lib/net461/System.Security.Cryptography.Cng.xml",
"lib/net462/System.Security.Cryptography.Cng.dll",
+ "lib/net462/System.Security.Cryptography.Cng.xml",
"lib/net47/System.Security.Cryptography.Cng.dll",
+ "lib/net47/System.Security.Cryptography.Cng.xml",
"lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
"lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
@@ -4419,16 +4586,24 @@
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Cng.dll",
"ref/net461/System.Security.Cryptography.Cng.dll",
+ "ref/net461/System.Security.Cryptography.Cng.xml",
"ref/net462/System.Security.Cryptography.Cng.dll",
+ "ref/net462/System.Security.Cryptography.Cng.xml",
"ref/net47/System.Security.Cryptography.Cng.dll",
+ "ref/net47/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
"ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
@@ -4469,8 +4644,11 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net461/System.Security.Cryptography.ProtectedData.xml",
"lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4499,10 +4677,15 @@
"buildTransitive/netcoreapp2.0/System.Security.Permissions.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Security.Permissions.dll",
+ "lib/net461/System.Security.Permissions.xml",
"lib/net5.0/System.Security.Permissions.dll",
+ "lib/net5.0/System.Security.Permissions.xml",
"lib/net6.0/System.Security.Permissions.dll",
+ "lib/net6.0/System.Security.Permissions.xml",
"lib/netcoreapp3.1/System.Security.Permissions.dll",
+ "lib/netcoreapp3.1/System.Security.Permissions.xml",
"lib/netstandard2.0/System.Security.Permissions.dll",
+ "lib/netstandard2.0/System.Security.Permissions.xml",
"runtimes/win/lib/net461/System.Security.Permissions.dll",
"runtimes/win/lib/net461/System.Security.Permissions.xml",
"system.security.permissions.6.0.0.nupkg.sha512",
@@ -4522,14 +4705,29 @@
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
+ "lib/net461/System.Security.Principal.Windows.xml",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
+ "lib/netstandard2.0/System.Security.Principal.Windows.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
+ "ref/net461/System.Security.Principal.Windows.xml",
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
+ "ref/netstandard1.3/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
+ "ref/netstandard2.0/System.Security.Principal.Windows.xml",
"ref/uap10.0.16299/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
@@ -4574,8 +4772,38 @@
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Text.Encoding.dll",
+ "ref/netcore50/System.Text.Encoding.xml",
+ "ref/netcore50/de/System.Text.Encoding.xml",
+ "ref/netcore50/es/System.Text.Encoding.xml",
+ "ref/netcore50/fr/System.Text.Encoding.xml",
+ "ref/netcore50/it/System.Text.Encoding.xml",
+ "ref/netcore50/ja/System.Text.Encoding.xml",
+ "ref/netcore50/ko/System.Text.Encoding.xml",
+ "ref/netcore50/ru/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.0/System.Text.Encoding.dll",
+ "ref/netstandard1.0/System.Text.Encoding.xml",
+ "ref/netstandard1.0/de/System.Text.Encoding.xml",
+ "ref/netstandard1.0/es/System.Text.Encoding.xml",
+ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.0/it/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
"ref/netstandard1.3/System.Text.Encoding.dll",
+ "ref/netstandard1.3/System.Text.Encoding.xml",
+ "ref/netstandard1.3/de/System.Text.Encoding.xml",
+ "ref/netstandard1.3/es/System.Text.Encoding.xml",
+ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.3/it/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
@@ -4603,9 +4831,13 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Text.Encoding.CodePages.dll",
+ "lib/net461/System.Text.Encoding.CodePages.xml",
"lib/net6.0/System.Text.Encoding.CodePages.dll",
+ "lib/net6.0/System.Text.Encoding.CodePages.xml",
"lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll",
+ "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml",
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
+ "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
@@ -4762,9 +4994,12 @@
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
"lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
"lib/xamarinios10/_._",
@@ -4795,7 +5030,9 @@
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net6.0/System.Windows.Extensions.dll",
+ "lib/net6.0/System.Windows.Extensions.xml",
"lib/netcoreapp3.1/System.Windows.Extensions.dll",
+ "lib/netcoreapp3.1/System.Windows.Extensions.xml",
"runtimes/win/lib/net6.0/System.Windows.Extensions.dll",
"runtimes/win/lib/net6.0/System.Windows.Extensions.xml",
"runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll",
diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj
index 9a18391a..432f0d78 100644
--- a/src/Services/Basket/Basket.API/Basket.API.csproj
+++ b/src/Services/Basket/Basket.API/Basket.API.csproj
@@ -18,17 +18,17 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -36,12 +36,12 @@
-
+
-
-
-
-
+
+
+
+
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll
deleted file mode 100755
index c15c4d48..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll
deleted file mode 100755
index f52b5eaf..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Autofac.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll
deleted file mode 100755
index f43cf0a6..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.Amqp.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll
deleted file mode 100755
index 98592ed2..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Core.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll
deleted file mode 100755
index c32a7cdc..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Azure.Messaging.ServiceBus.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API
deleted file mode 100755
index ce18a4a3..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json
deleted file mode 100644
index f8b27b25..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.deps.json
+++ /dev/null
@@ -1,1801 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v9.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v9.0": {
- "Basket.API/1.0.0": {
- "dependencies": {
- "AspNetCore.HealthChecks.AzureServiceBus": "8.0.1",
- "AspNetCore.HealthChecks.Rabbitmq": "8.0.2",
- "AspNetCore.HealthChecks.Redis": "8.0.1",
- "AspNetCore.HealthChecks.UI.Client": "8.0.1",
- "Autofac.Extensions.DependencyInjection": "10.0.0",
- "EventBus": "1.0.0",
- "EventBusRabbitMQ": "1.0.0",
- "EventBusServiceBus": "1.0.0",
- "Google.Protobuf": "3.28.3",
- "Grpc.AspNetCore.Server": "2.70.0",
- "Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
- "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
- "Microsoft.ApplicationInsights.Kubernetes": "7.0.0",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0",
- "Microsoft.AspNetCore.HealthChecks": "1.0.0",
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0",
- "Microsoft.Extensions.Configuration.AzureKeyVault": "3.1.24",
- "Microsoft.Extensions.Logging.AzureAppServices": "9.0.0",
- "Serilog.AspNetCore": "8.0.3",
- "Serilog.Enrichers.Environment": "3.0.1",
- "Serilog.Settings.Configuration": "8.0.4",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Http": "9.0.0",
- "Serilog.Sinks.Seq": "8.0.0",
- "Swashbuckle.AspNetCore": "7.2.0",
- "Swashbuckle.AspNetCore.Newtonsoft": "7.2.0"
- },
- "runtime": {
- "Basket.API.dll": {}
- }
- },
- "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": {
- "dependencies": {
- "Azure.Messaging.ServiceBus": "7.17.0"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.AzureServiceBus.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "AspNetCore.HealthChecks.Rabbitmq/8.0.2": {
- "dependencies": {
- "RabbitMQ.Client": "6.8.1"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.Rabbitmq.dll": {
- "assemblyVersion": "8.0.2.0",
- "fileVersion": "8.0.2.0"
- }
- }
- },
- "AspNetCore.HealthChecks.Redis/8.0.1": {
- "dependencies": {
- "StackExchange.Redis": "2.7.4"
- },
- "runtime": {
- "lib/net6.0/HealthChecks.Redis.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
- "dependencies": {
- "AspNetCore.HealthChecks.UI.Core": "8.0.1"
- },
- "runtime": {
- "lib/net8.0/HealthChecks.UI.Client.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
- "runtime": {
- "lib/net6.0/HealthChecks.UI.Core.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "Autofac/8.1.1": {
- "runtime": {
- "lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.1.1.0",
- "fileVersion": "8.1.1.0"
- }
- }
- },
- "Autofac.Extensions.DependencyInjection/10.0.0": {
- "dependencies": {
- "Autofac": "8.1.1"
- },
- "runtime": {
- "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.0.0"
- }
- }
- },
- "Azure.Core/1.36.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.Memory.Data": "1.0.2"
- },
- "runtime": {
- "lib/net6.0/Azure.Core.dll": {
- "assemblyVersion": "1.36.0.0",
- "fileVersion": "1.3600.23.56006"
- }
- }
- },
- "Azure.Core.Amqp/1.3.0": {
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.6.3",
- "System.Memory.Data": "1.0.2"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Core.Amqp.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.300.23.15207"
- }
- }
- },
- "Azure.Messaging.ServiceBus/7.17.0": {
- "dependencies": {
- "Azure.Core": "1.36.0",
- "Azure.Core.Amqp": "1.3.0",
- "Microsoft.Azure.Amqp": "2.6.3",
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.Memory.Data": "1.0.2"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": {
- "assemblyVersion": "7.17.0.0",
- "fileVersion": "7.1700.23.56401"
- }
- }
- },
- "Fractions/7.2.1": {
- "runtime": {
- "lib/netstandard2.1/Fractions.dll": {
- "assemblyVersion": "7.2.1.0",
- "fileVersion": "7.2.1.0"
- }
- }
- },
- "Google.Protobuf/3.28.3": {
- "runtime": {
- "lib/net5.0/Google.Protobuf.dll": {
- "assemblyVersion": "3.28.3.0",
- "fileVersion": "3.28.3.0"
- }
- }
- },
- "Grpc.AspNetCore.Server/2.70.0": {
- "dependencies": {
- "Grpc.Net.Common": "2.70.0"
- },
- "runtime": {
- "lib/net9.0/Grpc.AspNetCore.Server.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Core.Api/2.70.0": {
- "runtime": {
- "lib/netstandard2.1/Grpc.Core.Api.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "Grpc.Net.Common/2.70.0": {
- "dependencies": {
- "Grpc.Core.Api": "2.70.0"
- },
- "runtime": {
- "lib/net8.0/Grpc.Net.Common.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.70.0.0"
- }
- }
- },
- "IdentityModel/5.2.0": {
- "runtime": {
- "lib/net5.0/IdentityModel.dll": {
- "assemblyVersion": "5.2.0.0",
- "fileVersion": "5.2.0.0"
- }
- }
- },
- "IdentityModel.OidcClient/5.2.1": {
- "dependencies": {
- "IdentityModel": "5.2.0"
- },
- "runtime": {
- "lib/netstandard2.0/IdentityModel.OidcClient.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.2.1.0"
- }
- }
- },
- "KubernetesClient/12.1.1": {
- "dependencies": {
- "Fractions": "7.2.1",
- "IdentityModel.OidcClient": "5.2.1",
- "System.IdentityModel.Tokens.Jwt": "8.0.1",
- "YamlDotNet": "13.3.1",
- "prometheus-net": "8.0.1"
- },
- "runtime": {
- "lib/net7.0/KubernetesClient.dll": {
- "assemblyVersion": "12.1.0.0",
- "fileVersion": "12.1.1.319"
- }
- }
- },
- "Libuv/1.9.1": {
- "runtimeTargets": {
- "runtimes/debian-x64/native/libuv.so": {
- "rid": "debian-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/fedora-x64/native/libuv.so": {
- "rid": "fedora-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/opensuse-x64/native/libuv.so": {
- "rid": "opensuse-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx/native/libuv.dylib": {
- "rid": "osx",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/rhel-x64/native/libuv.so": {
- "rid": "rhel-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win7-arm/native/libuv.dll": {
- "rid": "win7-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win7-x64/native/libuv.dll": {
- "rid": "win7-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win7-x86/native/libuv.dll": {
- "rid": "win7-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Microsoft.ApplicationInsights/2.22.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.AspNetCore/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0",
- "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
- "Microsoft.ApplicationInsights.EventCounterCollector": "2.22.0",
- "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0",
- "Microsoft.ApplicationInsights.WindowsServer": "2.22.0",
- "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0",
- "Microsoft.Extensions.Logging.ApplicationInsights": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.ApplicationInsights.AspNetCore.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AI.DependencyCollector.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AI.EventCounterCollector.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.Kubernetes/7.0.0": {
- "dependencies": {
- "KubernetesClient": "12.1.1",
- "Microsoft.ApplicationInsights": "2.22.0",
- "Microsoft.Extensions.DiagnosticAdapter": "3.1.27"
- },
- "runtime": {
- "lib/net6.0/Microsoft.ApplicationInsights.Kubernetes.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.0.0"
- }
- }
- },
- "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0",
- "System.Diagnostics.PerformanceCounter": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AI.PerfCounterCollector.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.WindowsServer/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0",
- "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
- "Microsoft.ApplicationInsights.PerfCounterCollector": "2.22.0",
- "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AI.WindowsServer.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AI.ServerTelemetryChannel.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.AspNetCore.HealthChecks/1.0.0": {
- "dependencies": {
- "Microsoft.Extensions.HealthChecks": "1.0.0",
- "Microsoft.NETCore.App": "1.0.5"
- },
- "runtime": {
- "lib/netcoreapp1.0/Microsoft.AspNetCore.HealthChecks.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "Microsoft.AspNetCore.JsonPatch/9.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": {
- "dependencies": {
- "Microsoft.AspNetCore.JsonPatch": "9.0.0",
- "Newtonsoft.Json": "13.0.3",
- "Newtonsoft.Json.Bson": "1.0.2"
- },
- "runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.Azure.Amqp/2.6.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
- "assemblyVersion": "2.4.0.0",
- "fileVersion": "2.6.3.0"
- }
- }
- },
- "Microsoft.Azure.KeyVault/2.3.2": {
- "dependencies": {
- "Microsoft.Azure.KeyVault.WebKey": "2.0.7",
- "Microsoft.Rest.ClientRuntime": "2.3.8",
- "Microsoft.Rest.ClientRuntime.Azure": "3.3.7",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.3.2.0"
- }
- }
- },
- "Microsoft.Azure.KeyVault.WebKey/2.0.7": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.7.0"
- }
- }
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.6.3",
- "Microsoft.Azure.Services.AppAuthentication": "1.0.3",
- "Newtonsoft.Json": "13.0.3",
- "System.IdentityModel.Tokens.Jwt": "8.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll": {
- "assemblyVersion": "5.2.0.0",
- "fileVersion": "5.200.21.55702"
- }
- }
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll": {
- "assemblyVersion": "1.0.3.0",
- "fileVersion": "1.0.3.0"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.CodeAnalysis.Common/1.3.0": {
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.3.0.60613"
- }
- }
- },
- "Microsoft.CodeAnalysis.CSharp/1.3.0": {
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "1.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.3.0.60613"
- }
- }
- },
- "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "1.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.3.0.60613"
- }
- }
- },
- "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": {
- "dependencies": {
- "Microsoft.Azure.KeyVault": "2.3.2",
- "Microsoft.Azure.Services.AppAuthentication": "1.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {
- "assemblyVersion": "3.1.24.0",
- "fileVersion": "3.100.2422.18002"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/8.0.2": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "8.0.0.2",
- "fileVersion": "8.0.1024.46610"
- }
- }
- },
- "Microsoft.Extensions.DiagnosticAdapter/3.1.27": {
- "runtime": {
- "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {
- "assemblyVersion": "3.1.27.0",
- "fileVersion": "3.100.2722.31601"
- }
- }
- },
- "Microsoft.Extensions.HealthChecks/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.Extensions.HealthChecks.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": {
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.22.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.ApplicationInsights.dll": {
- "assemblyVersion": "2.22.0.997",
- "fileVersion": "2.22.0.997"
- }
- }
- },
- "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52903"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/8.0.1": {
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "runtime": {
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- },
- "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
- "assemblyVersion": "3.14.2.11",
- "fileVersion": "3.14.40721.918"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "8.0.1",
- "System.IdentityModel.Tokens.Jwt": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "Microsoft.NETCore.App/1.0.5": {
- "dependencies": {
- "Libuv": "1.9.1",
- "Microsoft.CodeAnalysis.CSharp": "1.3.0",
- "Microsoft.CodeAnalysis.VisualBasic": "1.3.0"
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.6.22.0",
- "fileVersion": "1.6.22.0"
- }
- }
- },
- "Microsoft.Rest.ClientRuntime/2.3.8": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.3.8.0"
- }
- }
- },
- "Microsoft.Rest.ClientRuntime.Azure/3.3.7": {
- "dependencies": {
- "Microsoft.Rest.ClientRuntime": "2.3.8",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.3.7.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.2.22727"
- }
- }
- },
- "Pipelines.Sockets.Unofficial/2.2.8": {
- "runtime": {
- "lib/net5.0/Pipelines.Sockets.Unofficial.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "2.2.8.1080"
- }
- }
- },
- "Polly/8.5.0": {
- "dependencies": {
- "Polly.Core": "8.5.0"
- },
- "runtime": {
- "lib/net6.0/Polly.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.5.0.4130"
- }
- }
- },
- "Polly.Core/8.5.0": {
- "runtime": {
- "lib/net8.0/Polly.Core.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.5.0.4130"
- }
- }
- },
- "prometheus-net/8.0.1": {
- "runtime": {
- "lib/net7.0/Prometheus.NetStandard.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.1.0"
- }
- }
- },
- "RabbitMQ.Client/6.8.1": {
- "runtime": {
- "lib/netstandard2.0/RabbitMQ.Client.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.8.1.0"
- }
- }
- },
- "Serilog/4.0.0": {
- "runtime": {
- "lib/net8.0/Serilog.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Serilog.AspNetCore/8.0.3": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Extensions.Hosting": "8.0.0",
- "Serilog.Formatting.Compact": "2.0.0",
- "Serilog.Settings.Configuration": "8.0.4",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "8.0.3.0",
- "fileVersion": "8.0.3.0"
- }
- }
- },
- "Serilog.Enrichers.Environment/3.0.1": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Enrichers.Environment.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Extensions.Logging": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/2.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net7.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/8.0.4": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "8.0.2",
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "8.0.4.0",
- "fileVersion": "8.0.4.0"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/5.0.0": {
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Http/9.0.0": {
- "dependencies": {
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Http.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Seq/8.0.0": {
- "dependencies": {
- "Serilog": "4.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net6.0/Serilog.Sinks.Seq.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.0.0"
- }
- }
- },
- "StackExchange.Redis/2.7.4": {
- "dependencies": {
- "Pipelines.Sockets.Unofficial": "2.2.8"
- },
- "runtime": {
- "lib/net6.0/StackExchange.Redis.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.7.4.20928"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.2.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.2.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0"
- }
- },
- "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.2.0": {
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.2.0"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": {
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "7.2.0.0",
- "fileVersion": "7.2.0.956"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Diagnostics.PerformanceCounter/6.0.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/8.0.1": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "8.0.1",
- "Microsoft.IdentityModel.Tokens": "8.0.1"
- },
- "runtime": {
- "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "8.0.1.0",
- "fileVersion": "8.0.1.50722"
- }
- }
- },
- "System.Memory.Data/1.0.2": {
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.221.20802"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "YamlDotNet/13.3.1": {
- "runtime": {
- "lib/net7.0/YamlDotNet.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.3.1.0"
- }
- }
- },
- "EventBus/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "EventBus.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "EventBusRabbitMQ/1.0.0": {
- "dependencies": {
- "Autofac": "8.1.1",
- "EventBus": "1.0.0",
- "Newtonsoft.Json": "13.0.3",
- "Polly": "8.5.0",
- "RabbitMQ.Client": "6.8.1"
- },
- "runtime": {
- "EventBusRabbitMQ.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "EventBusServiceBus/1.0.0": {
- "dependencies": {
- "Autofac": "8.1.1",
- "EventBus": "1.0.0",
- "Microsoft.Azure.ServiceBus": "5.2.0"
- },
- "runtime": {
- "EventBusServiceBus.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- }
- }
- },
- "libraries": {
- "Basket.API/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "AspNetCore.HealthChecks.AzureServiceBus/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-67GttVESv92GIthFMNqLbWvnQr3AFujGGsydKUl51R7p+KETguIJ+yHGUSnLL8XEcIWO0pENO714WlAqmON8EQ==",
- "path": "aspnetcore.healthchecks.azureservicebus/8.0.1",
- "hashPath": "aspnetcore.healthchecks.azureservicebus.8.0.1.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.Rabbitmq/8.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A/29xmNWfssOY1zq1bWAaZPW/iJfBhJN+I737KKHQutzB0JFwAIKesjsUWN2BAJwqS/ciFMjNxvCDHtAgU0PIQ==",
- "path": "aspnetcore.healthchecks.rabbitmq/8.0.2",
- "hashPath": "aspnetcore.healthchecks.rabbitmq.8.0.2.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.Redis/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-45jqq4ydvmm7yKpTf0jEpUuYloe2vlytN9dasmqwmQyorpNbjdvWuyvSmjVZM5nBa5e5ryF5MU+F7bXv6Zp2vQ==",
- "path": "aspnetcore.healthchecks.redis/8.0.1",
- "hashPath": "aspnetcore.healthchecks.redis.8.0.1.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.UI.Client/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nhC6KIoB/EtTbH3uGm2J6EHEUyTJuETUARFePbmrnA+zjbwsirzIVUQl46qIjvyPABhK0e7Rk+AxcRqC6zikqA==",
- "path": "aspnetcore.healthchecks.ui.client/8.0.1",
- "hashPath": "aspnetcore.healthchecks.ui.client.8.0.1.nupkg.sha512"
- },
- "AspNetCore.HealthChecks.UI.Core/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vn00MOJ1I0HSqyP7Bt9v0pr0AIgbrXMjL/KFwW+sRwLRogOtep8BWGimd8XYRCbCDLrAi7VSArU02f6pEIw69w==",
- "path": "aspnetcore.healthchecks.ui.core/8.0.1",
- "hashPath": "aspnetcore.healthchecks.ui.core.8.0.1.nupkg.sha512"
- },
- "Autofac/8.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lhHjVB/XJtxPDUQ/FAHWAC7Spu+P9TNfDbyx2W0ABqD1eTRo7TkcZ7l7Oq1S5pKNg7NXswdk9uH73qbOzSwQFA==",
- "path": "autofac/8.1.1",
- "hashPath": "autofac.8.1.1.nupkg.sha512"
- },
- "Autofac.Extensions.DependencyInjection/10.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==",
- "path": "autofac.extensions.dependencyinjection/10.0.0",
- "hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512"
- },
- "Azure.Core/1.36.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vwqFZdHS4dzPlI7FFRkPx9ctA+aGGeRev3gnzG8lntWvKMmBhAmulABi1O9CEvS3/jzYt7yA+0pqVdxkpAd7dQ==",
- "path": "azure.core/1.36.0",
- "hashPath": "azure.core.1.36.0.nupkg.sha512"
- },
- "Azure.Core.Amqp/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
- "path": "azure.core.amqp/1.3.0",
- "hashPath": "azure.core.amqp.1.3.0.nupkg.sha512"
- },
- "Azure.Messaging.ServiceBus/7.17.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lpQXW+8IsTsCp8hvMIiqcp0oLYgxc79g7ALYUOOXiZy/3WORlaN237eNx0LCX40wTo7hLtdbVrmoUa+kIohGpg==",
- "path": "azure.messaging.servicebus/7.17.0",
- "hashPath": "azure.messaging.servicebus.7.17.0.nupkg.sha512"
- },
- "Fractions/7.2.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1gVCo18/02ZZOJ+dcpVNMsUHF6cLmltMMskUWl2G1l+0OmTTvcwJZq5/JXIVpvOzPM3gDLombsloGMlTQNcv9g==",
- "path": "fractions/7.2.1",
- "hashPath": "fractions.7.2.1.nupkg.sha512"
- },
- "Google.Protobuf/3.28.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OewySX3aQCdKfMJsj2DzBMXQJPI+lm0CBzamU9ViFu3CU9tXYrQWqJ1CZ+/UWtkwOjUeIzbXmoOjRc7B8pbMrA==",
- "path": "google.protobuf/3.28.3",
- "hashPath": "google.protobuf.3.28.3.nupkg.sha512"
- },
- "Grpc.AspNetCore.Server/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9d6JuMLSxwOX4zERV7HBwq1XL8DD48a6FSoxD5dDXrCz/o0HqMXE2+lRcXHckOlz1JCesznW8XMMJdsU1FfY7w==",
- "path": "grpc.aspnetcore.server/2.70.0",
- "hashPath": "grpc.aspnetcore.server.2.70.0.nupkg.sha512"
- },
- "Grpc.Core.Api/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-66UotvWcSIq41oiQhLWcQACyKPM4umxXNiht5DQTLZJfNwEswWOcS7Z0xIEHyNIBE7ZpjotH22bEjTkvhPxmVw==",
- "path": "grpc.core.api/2.70.0",
- "hashPath": "grpc.core.api.2.70.0.nupkg.sha512"
- },
- "Grpc.Net.Common/2.70.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rBdEUMyCwa+iB8mqC6JKyPbj3SBHHkReJj/yy/XKJI63GcG6w9DJMMGTVcYHqq4Ci2W4m0HT4jt2pFfFscar8g==",
- "path": "grpc.net.common/2.70.0",
- "hashPath": "grpc.net.common.2.70.0.nupkg.sha512"
- },
- "IdentityModel/5.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nuhkbaDH9l5QzNJp2MtP3qio57MPtiRneUN8Ocr7od0JvSYaIe3gBj/vxllr11S/Qvu1AG4GZXoyv5469ewYDA==",
- "path": "identitymodel/5.2.0",
- "hashPath": "identitymodel.5.2.0.nupkg.sha512"
- },
- "IdentityModel.OidcClient/5.2.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OuPhDNAw/EoJVEmYO6/ChZUBcug4OGoGKTKLUyBCsGhlKegxJk25LYQ0EL7GCBMgkEL+BYNJukNZyaJ+JNaWog==",
- "path": "identitymodel.oidcclient/5.2.1",
- "hashPath": "identitymodel.oidcclient.5.2.1.nupkg.sha512"
- },
- "KubernetesClient/12.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Xvc6Kr/W5YUxlMDzy0R80zy+Vd66brS7fSA4COGXu8KZACKPW7+KKS7kxZBLaFYGrUcktXOHpqNNuoukSGcK6A==",
- "path": "kubernetesclient/12.1.1",
- "hashPath": "kubernetesclient.12.1.1.nupkg.sha512"
- },
- "Libuv/1.9.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==",
- "path": "libuv/1.9.1",
- "hashPath": "libuv.1.9.1.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
- "path": "microsoft.applicationinsights/2.22.0",
- "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.AspNetCore/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OuiZgRDX0zm3a1DRk/GT54ZsyTg8a88n3cpkVEYFJoRhT5X84l2C68BuKrglE0sIj+C0+o2WTR8S21YBD/ZWgA==",
- "path": "microsoft.applicationinsights.aspnetcore/2.22.0",
- "hashPath": "microsoft.applicationinsights.aspnetcore.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.DependencyCollector/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gseSmuCshdZqcn5r6EW1Zx52e5/p2RpAsHSanlxs8pq+Pbg1RZP678tXtxfVuHC0fA3MVV852pnfFC7ZGB0jew==",
- "path": "microsoft.applicationinsights.dependencycollector/2.22.0",
- "hashPath": "microsoft.applicationinsights.dependencycollector.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.EventCounterCollector/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/fXUyZIMwaWfETgire4fygaBhY8J+hXvTVhSFXKV0JOFBenzzU4smGW8iRUFhE534a3QrczuFfmfCCkXRKbsNg==",
- "path": "microsoft.applicationinsights.eventcountercollector/2.22.0",
- "hashPath": "microsoft.applicationinsights.eventcountercollector.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.Kubernetes/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NF7HsDqEPTLkqnm2NyA+xBLE4qzEaY5UEkdhywGeZgI0hjrpbjuFafrZOZPjqMV38WXZ24yv7c4K251+9OgOfw==",
- "path": "microsoft.applicationinsights.kubernetes/7.0.0",
- "hashPath": "microsoft.applicationinsights.kubernetes.7.0.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.PerfCounterCollector/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nExsJsbN7694ueUNNBms/UNgza9WH4W/I6i5CnF9ujJ1sp57EL5Uk0NP9MDwlLVtYaaiznKPatVSv3Nu8vAplw==",
- "path": "microsoft.applicationinsights.perfcountercollector/2.22.0",
- "hashPath": "microsoft.applicationinsights.perfcountercollector.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.WindowsServer/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9k1x1+Kq1fElvcv0o/w9w8tRWAa2Y0f4NPBeHF5b2xCety4GM1yv3K3Ra0lZwO3kW0SHlm9M8nrySuyKQlHyYA==",
- "path": "microsoft.applicationinsights.windowsserver/2.22.0",
- "hashPath": "microsoft.applicationinsights.windowsserver.2.22.0.nupkg.sha512"
- },
- "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Blb6S8UJSJ/jo6mxeO38gKgui75D2brp5NpXJoZUhyJzfmYsfhn7a4t5f+CDfAKyvie7sQB2FIzeEDQSiRE5zw==",
- "path": "microsoft.applicationinsights.windowsserver.telemetrychannel/2.22.0",
- "hashPath": "microsoft.applicationinsights.windowsserver.telemetrychannel.2.22.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==",
- "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0",
- "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.HealthChecks/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-skfSWx0dJWPc5NKePzPYp8sse4/li4LTrMrM1qDQK4Eq/eEn/syz1rjAQ7K0CwvLeS+7vdERUJ3v//c0oFUuIg==",
- "path": "microsoft.aspnetcore.healthchecks/1.0.0",
- "hashPath": "microsoft.aspnetcore.healthchecks.1.0.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.JsonPatch/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==",
- "path": "microsoft.aspnetcore.jsonpatch/9.0.0",
- "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==",
- "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0",
- "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512"
- },
- "Microsoft.Azure.Amqp/2.6.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iPbNNII4YZGkka7JQS0ZsZfZLcM7dwIoov/DyFiaemRqOTrdJCLgYnFBFhc/3TSh0ZI4/5TpxQPSPSckZ65jmA==",
- "path": "microsoft.azure.amqp/2.6.3",
- "hashPath": "microsoft.azure.amqp.2.6.3.nupkg.sha512"
- },
- "Microsoft.Azure.KeyVault/2.3.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==",
- "path": "microsoft.azure.keyvault/2.3.2",
- "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512"
- },
- "Microsoft.Azure.KeyVault.WebKey/2.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==",
- "path": "microsoft.azure.keyvault.webkey/2.0.7",
- "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512"
- },
- "Microsoft.Azure.ServiceBus/5.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "path": "microsoft.azure.servicebus/5.2.0",
- "hashPath": "microsoft.azure.servicebus.5.2.0.nupkg.sha512"
- },
- "Microsoft.Azure.Services.AppAuthentication/1.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "path": "microsoft.azure.services.appauthentication/1.0.3",
- "hashPath": "microsoft.azure.services.appauthentication.1.0.3.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.Common/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==",
- "path": "microsoft.codeanalysis.common/1.3.0",
- "hashPath": "microsoft.codeanalysis.common.1.3.0.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.CSharp/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==",
- "path": "microsoft.codeanalysis.csharp/1.3.0",
- "hashPath": "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==",
- "path": "microsoft.codeanalysis.visualbasic/1.3.0",
- "hashPath": "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.AzureKeyVault/3.1.24": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dAir8lfKn3Ukvis2sGddZ72bbuEQ24VusFELZg2JZDPTjBDyoVVocbxbe/39YAEHEq3TfCAIbHicCCKgHBBa2A==",
- "path": "microsoft.extensions.configuration.azurekeyvault/3.1.24",
- "hashPath": "microsoft.extensions.configuration.azurekeyvault.3.1.24.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/8.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==",
- "path": "microsoft.extensions.dependencymodel/8.0.2",
- "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512"
- },
- "Microsoft.Extensions.DiagnosticAdapter/3.1.27": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IHJmvjE3X+PJLlbRvZHnzVO2CglI9FARYgTPbbUNN85gS4jqS0EM/dGhZGwQpr3P4X0/V/OUtmgHvBipS4KTwQ==",
- "path": "microsoft.extensions.diagnosticadapter/3.1.27",
- "hashPath": "microsoft.extensions.diagnosticadapter.3.1.27.nupkg.sha512"
- },
- "Microsoft.Extensions.HealthChecks/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-75bbAOTUl0oBzjmPYdN+o0vReThrl4v/OVvIKsbuUlOhAjma7mOHYR/Nm1KabM36/xWbxgSX9lFCRvOaz/55Tg==",
- "path": "microsoft.extensions.healthchecks/1.0.0",
- "hashPath": "microsoft.extensions.healthchecks.1.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.ApplicationInsights/2.22.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5OmXub+9MyX8FbqgO+hBJRHk1iJ+UZUU20oIU3wo+RbmH6Jtsja79rriHLlzlrkMzWbpCkCzF6f4Yb6iGbsDag==",
- "path": "microsoft.extensions.logging.applicationinsights/2.22.0",
- "hashPath": "microsoft.extensions.logging.applicationinsights.2.22.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.AzureAppServices/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OMyMioZ23NlBXQb6TecMTr3LTCd2cqglKqMRdcWF8OJ+QQS53iPEo6bWj3CgGqgdXRySv3cxFVnJGSdcEWKR3Q==",
- "path": "microsoft.extensions.logging.azureappservices/9.0.0",
- "hashPath": "microsoft.extensions.logging.azureappservices.9.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==",
- "path": "microsoft.identitymodel.abstractions/8.0.1",
- "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "path": "microsoft.identitymodel.clients.activedirectory/3.14.2",
- "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.2.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==",
- "path": "microsoft.identitymodel.jsonwebtokens/8.0.1",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==",
- "path": "microsoft.identitymodel.logging/8.0.1",
- "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
- "path": "microsoft.identitymodel.protocols/8.0.1",
- "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
- "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==",
- "path": "microsoft.identitymodel.tokens/8.0.1",
- "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512"
- },
- "Microsoft.NETCore.App/1.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==",
- "path": "microsoft.netcore.app/1.0.5",
- "hashPath": "microsoft.netcore.app.1.0.5.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "path": "microsoft.openapi/1.6.22",
- "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
- },
- "Microsoft.Rest.ClientRuntime/2.3.8": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==",
- "path": "microsoft.rest.clientruntime/2.3.8",
- "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512"
- },
- "Microsoft.Rest.ClientRuntime.Azure/3.3.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==",
- "path": "microsoft.rest.clientruntime.azure/3.3.7",
- "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "Newtonsoft.Json.Bson/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
- "path": "newtonsoft.json.bson/1.0.2",
- "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
- },
- "Pipelines.Sockets.Unofficial/2.2.8": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
- "path": "pipelines.sockets.unofficial/2.2.8",
- "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512"
- },
- "Polly/8.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GBNZPy7i7OpkaIruWPRJ0+AWzdGDQDnKY91b7Ic2aAch4lKhPjUc5KSffpH9krIWe0MoyghqaRxwRC0Uwz2PkA==",
- "path": "polly/8.5.0",
- "hashPath": "polly.8.5.0.nupkg.sha512"
- },
- "Polly.Core/8.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VYYMZNitZ85UEhwOKkTQI63WEMvzUqwQc74I2mm8h/DBVAMcBBxqYPni4DmuRtbCwngmuONuK2yBJfWNRKzI+A==",
- "path": "polly.core/8.5.0",
- "hashPath": "polly.core.8.5.0.nupkg.sha512"
- },
- "prometheus-net/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A9sOtQB2gEhujBxPKw+KcGScBiPvBmy4lYVM5OlETMj4xjVD5r/ixIg52HHg2P0lcImJTpfeWnD0/9tpQsRQTA==",
- "path": "prometheus-net/8.0.1",
- "hashPath": "prometheus-net.8.0.1.nupkg.sha512"
- },
- "RabbitMQ.Client/6.8.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==",
- "path": "rabbitmq.client/6.8.1",
- "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512"
- },
- "Serilog/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
- "path": "serilog/4.0.0",
- "hashPath": "serilog.4.0.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/8.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==",
- "path": "serilog.aspnetcore/8.0.3",
- "hashPath": "serilog.aspnetcore.8.0.3.nupkg.sha512"
- },
- "Serilog.Enrichers.Environment/3.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9BqCE4C9FF+/rJb/CsQwe7oVf44xqkOvMwX//CUxvUR25lFL4tSS6iuxE5eW07quby1BAyAEP+vM6TWsnT3iqw==",
- "path": "serilog.enrichers.environment/3.0.1",
- "hashPath": "serilog.enrichers.environment.3.0.1.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
- "path": "serilog.extensions.hosting/8.0.0",
- "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
- "path": "serilog.extensions.logging/8.0.0",
- "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==",
- "path": "serilog.formatting.compact/2.0.0",
- "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/8.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
- "path": "serilog.settings.configuration/8.0.4",
- "hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512"
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "path": "serilog.sinks.console/6.0.0",
- "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
- "path": "serilog.sinks.debug/2.0.0",
- "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
- "path": "serilog.sinks.file/5.0.0",
- "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Http/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c246Bw1vXtvht/krwQXGwuZ4U2kKxRf8d9iaazZDodnOohTlRR4jZyQS/slWHSjJAj8ZDejCQcITnu+TkYmdFw==",
- "path": "serilog.sinks.http/9.0.0",
- "hashPath": "serilog.sinks.http.9.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Seq/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-z5ig56/qzjkX6Fj4U/9m1g8HQaQiYPMZS4Uevtjg1I+WWzoGSf5t/E+6JbMP/jbZYhU63bA5NJN5y0x+qqx2Bw==",
- "path": "serilog.sinks.seq/8.0.0",
- "hashPath": "serilog.sinks.seq.8.0.0.nupkg.sha512"
- },
- "StackExchange.Redis/2.7.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lD6a0lGOCyV9iuvObnzStL74EDWAyK31w6lS+Md9gIz1eP4U6KChDIflzTdtrktxlvVkeOvPtkaYOcm4qjbHSw==",
- "path": "stackexchange.redis/2.7.4",
- "hashPath": "stackexchange.redis.2.7.4.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==",
- "path": "swashbuckle.aspnetcore/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Newtonsoft/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-otztl1SBfwu10iJx6lc3XG/dSqFXRtx8RQ0XrwrO/NYv0j6WhB+vaTJdfs4EPDh+0r7yORUPb7FQ6WgoApeDNg==",
- "path": "swashbuckle.aspnetcore.newtonsoft/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.newtonsoft.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==",
- "path": "swashbuckle.aspnetcore.swagger/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==",
- "path": "swashbuckle.aspnetcore.swaggergen/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==",
- "path": "swashbuckle.aspnetcore.swaggerui/7.2.0",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
- "path": "system.configuration.configurationmanager/6.0.0",
- "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512"
- },
- "System.Diagnostics.PerformanceCounter/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==",
- "path": "system.diagnostics.performancecounter/6.0.0",
- "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/8.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==",
- "path": "system.identitymodel.tokens.jwt/8.0.1",
- "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512"
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "path": "system.memory.data/1.0.2",
- "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- },
- "YamlDotNet/13.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Q2dqDsb0xAlr092grgHk8/vTXI2snIiYM5ND3IXkgJDFIdPnqDYwYnlk+gwzSeRByDLhiSzTog8uT7xFwH68Zg==",
- "path": "yamldotnet/13.3.1",
- "hashPath": "yamldotnet.13.3.1.nupkg.sha512"
- },
- "EventBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "EventBusRabbitMQ/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "EventBusServiceBus/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll
deleted file mode 100644
index 88261681..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb
deleted file mode 100644
index c300b94b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.pdb and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json
deleted file mode 100644
index 6925b655..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.runtimeconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net9.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "9.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "9.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json
deleted file mode 100644
index 5576e889..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Basket.API.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll
deleted file mode 100644
index e9cbfb47..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb
deleted file mode 100644
index c52e9fb9..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBus.pdb and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll
deleted file mode 100644
index 46c6f125..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb
deleted file mode 100644
index 7195d8c0..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusRabbitMQ.pdb and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll
deleted file mode 100644
index 4ad7feac..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb b/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb
deleted file mode 100644
index e83f7207..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/EventBusServiceBus.pdb and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll
deleted file mode 100755
index 16f94127..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Fractions.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll
deleted file mode 100755
index d5a89ae8..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Google.Protobuf.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll
deleted file mode 100755
index d98c0a0e..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.AspNetCore.Server.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll
deleted file mode 100755
index ed6e2a5b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Core.Api.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll
deleted file mode 100755
index c9fe90d1..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Grpc.Net.Common.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll
deleted file mode 100755
index 63b46633..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.AzureServiceBus.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll
deleted file mode 100755
index da377276..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Rabbitmq.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll
deleted file mode 100755
index e9ce89ac..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.Redis.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll
deleted file mode 100755
index 005cb03b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Client.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll
deleted file mode 100755
index 94b166c4..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/HealthChecks.UI.Core.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll
deleted file mode 100755
index 8ec9f3f0..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.OidcClient.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll
deleted file mode 100755
index 86fb0875..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/IdentityModel.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll
deleted file mode 100755
index 44522a93..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/KubernetesClient.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll
deleted file mode 100755
index b9e88864..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.DependencyCollector.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll
deleted file mode 100755
index 32b9fafe..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.EventCounterCollector.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll
deleted file mode 100755
index ddfad5b2..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.PerfCounterCollector.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll
deleted file mode 100755
index ebcfc70b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.ServerTelemetryChannel.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll
deleted file mode 100755
index b1d8bdda..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AI.WindowsServer.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll
deleted file mode 100755
index 648c8258..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll
deleted file mode 100755
index caca8a8d..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.Kubernetes.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll
deleted file mode 100755
index 3f8c8189..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
deleted file mode 100755
index ca767741..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll
deleted file mode 100755
index 7bbabb33..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.HealthChecks.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll
deleted file mode 100755
index f550437b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
deleted file mode 100755
index 5babe393..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll
deleted file mode 100755
index 6d5c4414..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Amqp.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll
deleted file mode 100755
index 33492a45..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll
deleted file mode 100755
index 0e927a42..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.KeyVault.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll
deleted file mode 100755
index 5b6af22c..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.ServiceBus.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll
deleted file mode 100755
index ef497490..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Azure.Services.AppAuthentication.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100755
index a5b7ff99..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll
deleted file mode 100755
index d9ac0e27..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll
deleted file mode 100755
index 25fbe7e6..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll
deleted file mode 100755
index 6e4775e5..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll
deleted file mode 100755
index decff85a..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100755
index 89055379..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll
deleted file mode 100755
index e74baccd..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll
deleted file mode 100755
index f3a125a2..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.HealthChecks.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll
deleted file mode 100755
index dfb12f20..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.ApplicationInsights.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll
deleted file mode 100755
index f3f33fc6..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll
deleted file mode 100755
index e981f871..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
deleted file mode 100755
index 08dd7824..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll
deleted file mode 100755
index 19245c62..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100755
index 25f2a7e6..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll
deleted file mode 100755
index 4ffdb259..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100755
index 6c736d2e..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100755
index 9f305083..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100755
index 83ec83a8..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll
deleted file mode 100755
index 8ba2ce69..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll
deleted file mode 100755
index d7ea3c71..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll
deleted file mode 100755
index 37eeb80d..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Rest.ClientRuntime.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100755
index 3ab58500..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll
deleted file mode 100755
index e9b1dd22..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll
deleted file mode 100755
index d035c38b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll
deleted file mode 100755
index c5b223d3..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Pipelines.Sockets.Unofficial.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll
deleted file mode 100755
index 5df31b0b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.Core.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll
deleted file mode 100755
index 69338063..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Polly.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll
deleted file mode 100755
index 3a39221b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Prometheus.NetStandard.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll
deleted file mode 100755
index 8ad562d9..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/RabbitMQ.Client.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll
deleted file mode 100755
index 6c600139..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll
deleted file mode 100755
index af699261..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Enrichers.Environment.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll
deleted file mode 100755
index 2204d101..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll
deleted file mode 100755
index f2f78c7b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll
deleted file mode 100755
index 7174b834..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll
deleted file mode 100755
index 25692ac2..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll
deleted file mode 100755
index 96c89a0d..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll
deleted file mode 100755
index 2bd024b1..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll
deleted file mode 100755
index 29dc2fd3..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll
deleted file mode 100755
index 932d8c6a..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Http.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll
deleted file mode 100755
index 9919e7e5..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.Sinks.Seq.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll
deleted file mode 100755
index 28c98dd3..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Serilog.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll
deleted file mode 100755
index a23fa7fa..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/StackExchange.Redis.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll
deleted file mode 100755
index 14e84930..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Newtonsoft.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100755
index 945d2992..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100755
index 979b4a81..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100755
index ab4789e1..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll
deleted file mode 100755
index d67c8a8a..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll
deleted file mode 100755
index e9092d7f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll
deleted file mode 100755
index be6915e5..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100755
index c42b8d71..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll
deleted file mode 100755
index 6f2a3e0a..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Memory.Data.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100755
index 1ba87704..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll
deleted file mode 100755
index 39dd4df9..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Security.Permissions.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll
deleted file mode 100755
index c3e8844f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll
deleted file mode 100755
index 44fac0d0..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/YamlDotNet.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json
deleted file mode 100644
index f4a3b940..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.Development.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "Serilog": {
- "MinimumLevel": {
- "Default": "Debug",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.eShopOnContainers": "Debug",
- "System": "Warning"
- }
- }
- },
- "IdentityUrlExternal": "http://localhost:5105",
- "IdentityUrl": "http://localhost:5105",
- "ConnectionString": "127.0.0.1",
- "AzureServiceBusEnabled": false,
- "EventBusConnection": "localhost"
-}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json b/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json
deleted file mode 100644
index a5b72311..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/appsettings.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "Serilog": {
- "SeqServerUrl": null,
- "LogstashgUrl": null,
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.eShopOnContainers": "Information",
- "System": "Warning"
- }
- }
- },
- "Kestrel": {
- "EndpointDefaults": {
- "Protocols": "Http2"
- }
- },
- "SubscriptionClientName": "Basket",
- "ApplicationInsights": {
- "InstrumentationKey": ""
- },
- "EventBusRetryCount": 5,
- "UseVault": false,
- "Vault": {
- "Name": "eshop",
- "ClientId": "your-clien-id",
- "ClientSecret": "your-client-secret"
- }
-}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so
deleted file mode 100755
index ee70aa0f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/debian-x64/native/libuv.so and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so
deleted file mode 100755
index ee70aa0f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/fedora-x64/native/libuv.so and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so
deleted file mode 100755
index ee70aa0f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/opensuse-x64/native/libuv.so and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib
deleted file mode 100755
index abbf24d6..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/osx/native/libuv.dylib and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so
deleted file mode 100755
index ee70aa0f..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/rhel-x64/native/libuv.so and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
deleted file mode 100755
index 9e26473d..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100755
index 66af1982..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll
deleted file mode 100755
index 235a22f3..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
deleted file mode 100755
index 7c9e87b4..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100755
index 332dbfa9..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
deleted file mode 100755
index 69f0d1b7..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll
deleted file mode 100755
index 6cbb46ee..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-arm/native/libuv.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll
deleted file mode 100755
index 5e02949b..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x64/native/libuv.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll b/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll
deleted file mode 100755
index 906bc6d5..00000000
Binary files a/src/Services/Basket/Basket.API/bin/Debug/net9.0/runtimes/win7-x86/native/libuv.dll and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config b/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config
deleted file mode 100644
index a2cf1fe2..00000000
--- a/src/Services/Basket/Basket.API/bin/Debug/net9.0/web.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json
index 88205f72..a5985f2d 100644
--- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json
+++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.dgspec.json
@@ -46,7 +46,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
}
},
"imports": [
@@ -115,7 +115,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.CSharp": {
"target": "Package",
@@ -123,15 +123,15 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
},
"Newtonsoft.Json": {
"target": "Package",
- "version": "[13.0.3, )"
+ "version": "[13.0.4, )"
},
"Polly": {
"target": "Package",
- "version": "[8.5.0, )"
+ "version": "[8.6.5, )"
},
"RabbitMQ.Client": {
"target": "Package",
@@ -204,7 +204,7 @@
"dependencies": {
"Autofac": {
"target": "Package",
- "version": "[8.1.1, )"
+ "version": "[9.0.0, )"
},
"Microsoft.Azure.ServiceBus": {
"target": "Package",
@@ -216,7 +216,7 @@
},
"Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.0.2, )"
}
},
"imports": [
@@ -291,7 +291,7 @@
"dependencies": {
"AspNetCore.HealthChecks.AzureServiceBus": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"AspNetCore.HealthChecks.Rabbitmq": {
"target": "Package",
@@ -299,40 +299,40 @@
},
"AspNetCore.HealthChecks.Redis": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"AspNetCore.HealthChecks.UI.Client": {
"target": "Package",
- "version": "[8.0.1, )"
+ "version": "[9.0.0, )"
},
"Autofac.Extensions.DependencyInjection": {
"target": "Package",
- "version": "[10.0.0, )"
+ "version": "[9.0.0, )"
},
"Google.Protobuf": {
"target": "Package",
- "version": "[3.28.3, )"
+ "version": "[3.33.1, )"
},
"Grpc.AspNetCore.Server": {
"target": "Package",
- "version": "[2.70.0, )"
+ "version": "[2.71.0, )"
},
"Grpc.Tools": {
"suppressParent": "All",
"target": "Package",
- "version": "[2.68.1, )"
+ "version": "[2.76.0, )"
},
"Microsoft.ApplicationInsights.AspNetCore": {
"target": "Package",
- "version": "[2.22.0, )"
+ "version": "[2.23.0, )"
},
"Microsoft.ApplicationInsights.DependencyCollector": {
"target": "Package",
- "version": "[2.22.0, )"
+ "version": "[2.23.0, )"
},
"Microsoft.ApplicationInsights.Kubernetes": {
"target": "Package",
- "version": "[7.0.0, )"
+ "version": "[8.0.0, )"
},
"Microsoft.AspNetCore.Authentication.JwtBearer": {
"target": "Package",
@@ -364,7 +364,7 @@
},
"Serilog.AspNetCore": {
"target": "Package",
- "version": "[8.0.3, )"
+ "version": "[9.0.0, )"
},
"Serilog.Enrichers.Environment": {
"target": "Package",
@@ -372,19 +372,19 @@
},
"Serilog.Settings.Configuration": {
"target": "Package",
- "version": "[8.0.4, )"
+ "version": "[9.0.0, )"
},
"Serilog.Sinks.Console": {
"target": "Package",
- "version": "[6.0.0, )"
+ "version": "[6.1.1, )"
},
"Serilog.Sinks.Http": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[9.2.0, )"
},
"Serilog.Sinks.Seq": {
"target": "Package",
- "version": "[8.0.0, )"
+ "version": "[9.0.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props
index d02918df..ad90eff6 100644
--- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props
+++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.props
@@ -16,13 +16,13 @@
-
-
+
+
/home/runner/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5
/home/runner/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.21.0
/home/runner/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0
- /home/runner/.nuget/packages/grpc.tools/2.68.1
+ /home/runner/.nuget/packages/grpc.tools/2.76.0
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets
index 91ea7d73..528f34cf 100644
--- a/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets
+++ b/src/Services/Basket/Basket.API/obj/Basket.API.csproj.nuget.g.targets
@@ -1,13 +1,13 @@
+
-
-
-
+
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c72..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep b/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep
deleted file mode 100644
index 299713c9..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/24131f3e1ac0aa6b_basket.protodep
+++ /dev/null
@@ -1,2 +0,0 @@
-obj/Debug/net6.0/Proto/Basket.cs \
-obj/Debug/net6.0/Proto/BasketGrpc.cs: Proto/basket.proto
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs
deleted file mode 100644
index d43dd88c..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Basket.API")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Basket.API")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Basket.API")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache
deleted file mode 100644
index 0e1c0217..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-859ee553c8fcaf988743f5a4639e6244575c3e08
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 28022864..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Basket.API
-build_property.RootNamespace = Basket.API
-build_property.ProjectDir = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API/
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = /workspaces/mslearn-microservices-devops-aspnet-core/src/Services/Basket/Basket.API
-build_property._RazorSourceGeneratorDebug =
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache
deleted file mode 100644
index 7fc852c0..00000000
Binary files a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.assets.cache and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache
deleted file mode 100644
index 74425e2b..00000000
Binary files a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Basket.API.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs b/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs
deleted file mode 100644
index 45451297..00000000
--- a/src/Services/Basket/Basket.API/obj/Debug/net6.0/Proto/Basket.cs
+++ /dev/null
@@ -1,1088 +0,0 @@
-//
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: Proto/basket.proto
-//
-#pragma warning disable 1591, 0612, 3021
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace GrpcBasket {
-
- /// Holder for reflection information generated from Proto/basket.proto
- public static partial class BasketReflection {
-
- #region Descriptor
- /// File descriptor for Proto/basket.proto
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static BasketReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "ChJQcm90by9iYXNrZXQucHJvdG8SCUJhc2tldEFwaSIbCg1CYXNrZXRSZXF1",
- "ZXN0EgoKAmlkGAEgASgJIlYKFUN1c3RvbWVyQmFza2V0UmVxdWVzdBIPCgdi",
- "dXllcmlkGAEgASgJEiwKBWl0ZW1zGAIgAygLMh0uQmFza2V0QXBpLkJhc2tl",
- "dEl0ZW1SZXNwb25zZSJXChZDdXN0b21lckJhc2tldFJlc3BvbnNlEg8KB2J1",
- "eWVyaWQYASABKAkSLAoFaXRlbXMYAiADKAsyHS5CYXNrZXRBcGkuQmFza2V0",
- "SXRlbVJlc3BvbnNlIpcBChJCYXNrZXRJdGVtUmVzcG9uc2USCgoCaWQYASAB",
- "KAkSEQoJcHJvZHVjdGlkGAIgASgFEhMKC3Byb2R1Y3RuYW1lGAMgASgJEhEK",
- "CXVuaXRwcmljZRgEIAEoARIUCgxvbGR1bml0cHJpY2UYBSABKAESEAoIcXVh",
- "bnRpdHkYBiABKAUSEgoKcGljdHVyZXVybBgHIAEoCTKvAQoGQmFza2V0Ek4K",
- "DUdldEJhc2tldEJ5SWQSGC5CYXNrZXRBcGkuQmFza2V0UmVxdWVzdBohLkJh",
- "c2tldEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgASVQoMVXBkYXRlQmFz",
- "a2V0EiAuQmFza2V0QXBpLkN1c3RvbWVyQmFza2V0UmVxdWVzdBohLkJhc2tl",
- "dEFwaS5DdXN0b21lckJhc2tldFJlc3BvbnNlIgBCDaoCCkdycGNCYXNrZXRi",
- "BnByb3RvMw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketRequest), global::GrpcBasket.BasketRequest.Parser, new[]{ "Id" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketRequest), global::GrpcBasket.CustomerBasketRequest.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CustomerBasketResponse), global::GrpcBasket.CustomerBasketResponse.Parser, new[]{ "Buyerid", "Items" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.BasketItemResponse), global::GrpcBasket.BasketItemResponse.Parser, new[]{ "Id", "Productid", "Productname", "Unitprice", "Oldunitprice", "Quantity", "Pictureurl" }, null, null, null, null)
- }));
- }
- #endregion
-
- }
- #region Messages
- public sealed partial class BasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::GrpcBasket.BasketReflection.Descriptor.MessageTypes[0]; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest() {
- OnConstruction();
- }
-
- partial void OnConstruction();
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest(BasketRequest other) : this() {
- id_ = other.id_;
- _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public BasketRequest Clone() {
- return new BasketRequest(this);
- }
-
- /// Field number for the "id" field.
- public const int IdFieldNumber = 1;
- private string id_ = "";
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Id {
- get { return id_; }
- set {
- id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override bool Equals(object other) {
- return Equals(other as BasketRequest);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(BasketRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Id != other.Id) return false;
- return Equals(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override int GetHashCode() {
- int hash = 1;
- if (Id.Length != 0) hash ^= Id.GetHashCode();
- if (_unknownFields != null) {
- hash ^= _unknownFields.GetHashCode();
- }
- return hash;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public override string ToString() {
- return pb::JsonFormatter.ToDiagnosticString(this);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void WriteTo(pb::CodedOutputStream output) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- output.WriteRawMessage(this);
- #else
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(output);
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Id.Length != 0) {
- output.WriteRawTag(10);
- output.WriteString(Id);
- }
- if (_unknownFields != null) {
- _unknownFields.WriteTo(ref output);
- }
- }
- #endif
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public int CalculateSize() {
- int size = 0;
- if (Id.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
- }
- if (_unknownFields != null) {
- size += _unknownFields.CalculateSize();
- }
- return size;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(BasketRequest other) {
- if (other == null) {
- return;
- }
- if (other.Id.Length != 0) {
- Id = other.Id;
- }
- _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(pb::CodedInputStream input) {
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- input.ReadRawMessage(this);
- #else
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- #endif
- }
-
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
- break;
- case 10: {
- Id = input.ReadString();
- break;
- }
- }
- }
- }
- #endif
-
- }
-
- public sealed partial class CustomerBasketRequest : pb::IMessage
- #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
- , pb::IBufferMessage
- #endif
- {
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CustomerBasketRequest());
- private pb::UnknownFieldSet _unknownFields;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser