Open
Description
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 for ServiceKeyLookupMode.InheritKey
vs ServiceKeyLookupMode.NullKey
. Let this issue track investigating that and adding any necessary tests.