Exception when attempting to use keyed dependencies
I tried making use of the new keyed DI feature that comes with net 8, but when I try injecting 2 dependencies with
Code:
Exception:
IServiceCollection.AddKeyedSingleton<T1, T2>(""), Im receiving an exception that I havent found any fix for. this kind of setup for dependencies doesn't seem to require any special setup according to the example on the microsoft page, so im confusedCode:
Exception:
