ASP.NET, registration of a proxy-decorator service in ServiceCollection
I recently found myself, having the need of intercepting calls to a service from an external NuGet package. The Service was registered in the Service Collection via extension methods and I wanted it to be "intact", seen to configuration and dependencies etc. I needed to register a proxy/de…
Daniel Wertheim