Vlad Kirienko
Vlad Kirienko
Hi, How come you just bumped version with two changes to support v8 when this is broken for more that two years? And btw line 33 should be fixed as...
I get that but it does not make sense to add support for latest Handsontable version and have code that is clearly broken in that very same version for already...
I managed to fix it. Realized that TeamCity uses old MSBuild runner instead of recommended .NET runner. After switching build succeeds.
Thank you! That's what I wanted to confirm. I just curios why it is not part of SimpleInjector default integration with .NET Core MVC?
Good points, especially #2. I'm about to migrate large application to .NET Core. It has clever framework on top of MVC with again clever code in MVC views. And I...
@dotnetjunkie thank you again for pointing to right direction. Code from this response works as intended and I was able to inject dependencies using [Import] attribute. It is nice to...
I guess we have to call Microsoft.AspNetCore.Mvc.Razor.RazorPagePropertyActivator from SimpleInjectorRazorpageActivator. Comment in SimpleInjectorRazorpageActivator says: // This implementation depends on the default RazorPageActivator, because initialization // of framework dependencies is required for...
I don't have that many services used @inject. So in my case I think reasonable workaround would be to register services used with @inject in MS DI container and resolve...