Skip to content

Commit

Permalink
Fixed Keyed Services (#6782)
Browse files Browse the repository at this point in the history
michaelstaib committed Dec 17, 2023
1 parent b6e6d6d commit 1f5c901
Showing 134 changed files with 3,497 additions and 298 deletions.
30 changes: 27 additions & 3 deletions src/CookieCrumble/src/CookieCrumble/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1134,7 +1134,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -1150,6 +1151,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )",
"System.Threading.Channels": "[6.0.0, )"
@@ -1279,6 +1281,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -2433,7 +2441,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -2449,6 +2458,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )",
"System.Threading.Channels": "[7.0.0, )"
@@ -2618,6 +2628,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -3839,7 +3855,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -3855,6 +3872,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"System.Threading.Channels": "[8.0.0, )"
@@ -4024,6 +4042,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
30 changes: 27 additions & 3 deletions src/CookieCrumble/test/CookieCrumble.Tests/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1198,7 +1198,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -1214,6 +1215,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )",
"System.Threading.Channels": "[6.0.0, )"
@@ -1343,6 +1345,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -2562,7 +2570,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -2578,6 +2587,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )",
"System.Threading.Channels": "[7.0.0, )"
@@ -2747,6 +2757,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -4033,7 +4049,8 @@
"HotChocolate": "[0.0.0, )",
"HotChocolate.Subscriptions.InMemory": "[0.0.0, )",
"HotChocolate.Transport.Sockets": "[0.0.0, )",
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )"
"HotChocolate.Types.Scalars.Upload": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )"
}
},
"hotchocolate.authorization": {
@@ -4049,6 +4066,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"System.Threading.Channels": "[8.0.0, )"
@@ -4218,6 +4236,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
Original file line number Diff line number Diff line change
@@ -158,6 +158,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )",
"System.Threading.Channels": "[6.0.0, )"
@@ -252,6 +253,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -393,6 +400,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )",
"System.Threading.Channels": "[7.0.0, )"
@@ -487,6 +495,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -628,6 +642,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"System.Threading.Channels": "[8.0.0, )"
@@ -722,6 +737,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
Original file line number Diff line number Diff line change
@@ -1220,6 +1220,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )",
"System.Threading.Channels": "[6.0.0, )"
@@ -1314,6 +1315,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -2517,6 +2524,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )",
"System.Threading.Channels": "[7.0.0, )"
@@ -2611,6 +2619,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -3814,6 +3828,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"System.Threading.Channels": "[8.0.0, )"
@@ -3908,6 +3923,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
Original file line number Diff line number Diff line change
@@ -196,6 +196,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )",
"System.Threading.Channels": "[6.0.0, )"
@@ -290,6 +291,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[6.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -468,6 +475,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )",
"System.Threading.Channels": "[7.0.0, )"
@@ -562,6 +570,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
@@ -793,6 +807,7 @@
"HotChocolate.Execution.Abstractions": "[0.0.0, )",
"HotChocolate.Fetching": "[0.0.0, )",
"HotChocolate.Types": "[0.0.0, )",
"HotChocolate.Utilities.DependencyInjection": "[0.0.0, )",
"HotChocolate.Validation": "[0.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"System.Threading.Channels": "[8.0.0, )"
@@ -887,6 +902,12 @@
"hotchocolate.utilities": {
"type": "Project"
},
"hotchocolate.utilities.dependencyinjection": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )"
}
},
"hotchocolate.validation": {
"type": "Project",
"dependencies": {
Loading

0 comments on commit 1f5c901

Please sign in to comment.