Unplanned
Last Updated: 08 Oct 2024 08:01 by Martin
Martin
Created on: 08 Oct 2024 08:01
Type: Feature Request
2
Dependency Injection for IResourceResolver and ISharedDataSourceResolver in ASP.NET Core applications

Currently, any custom implementations of the IResourceResolver and ISharedDataSourceResolver require using a parameterless constructor because the types are initialized via Reflection at runtime.

We would like to be able to dependency inject services into the custom resolver implementations through the constructors.

0 comments