I attempted installs of Xperience 13 Refresh9 and also Refresh11 with the same results documented below. Please note that these same steps work on a Kentico 12 installation.I am following instructi...
Hi,how can I use DI when registering a custom module?I've tried adding a second constructor with the required params but it never gets called. Or is DI not possible when registering custom modules?...
Hello,I need to support about merging startup and program cs files. (because of new root folder design in dotnet 6). I modified these files properly (img-1) and there isn't any problem on rebuildin...
I am currently working on a Kentico Xperience 13 build; this question focusses on the CMS aspect of our solution.I am following this helpful article regarding Dependency Injection, written by Sean ...
I need to send HTTP requests with retry policies (with Polly) to an external API from my Kentico Web App, so I need to somehow do the equivalent to this code: //ConfigureServices() - Startup.cs s...
Hi All,Kentico mentioned there is dependency-injection sample as below link.https://docs.kentico.com/k12/developing-websites/initializing-kentico-services-with-dependency-injectionCurrently we are ...