I would like to log errors if ninject can not load a controller in a .net framework 4.8 app using bootstrap to load up ninject. I have tried creating a custom dependency resolver and a customer controller factory and neither of them seem to be used. Is there documentation on how to inject myself in the middleware so that I can catch these type of exceptions?
I would like to log errors if ninject can not load a controller in a .net framework 4.8 app using bootstrap to load up ninject. I have tried creating a custom dependency resolver and a customer controller factory and neither of them seem to be used. Is there documentation on how to inject myself in the middleware so that I can catch these type of exceptions?