Evaluate if changes are needed for ServiceKeyLookupMode #62054
Labels
area-blazor
Includes: Blazor, Razor Components
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
area-signalr
Includes: SignalR clients and servers
Milestone
See https://github.com/dotnet/dotnet/pull/644/files#r2100901895
dotnet/runtime#114929 added support for
ServiceKeyLookupMode
since AspNetCore is reading this attribute and consuming the key value it may need to have different behavior forServiceKeyLookupMode.InheritKey
vsServiceKeyLookupMode.NullKey
. Let this issue track investigating that and adding any necessary tests.The text was updated successfully, but these errors were encountered: