daiplusplus / AspNetDependencyInjection

`AspNetDependencyInjection` allows "Classic" ASP.NET Web Forms applications to use `Microsoft.Extensions.DependencyInjection` to compose application services using dependency injection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started error in provided code for MVC usage

TheJayMann opened this issue · comments

In the sample code provided in the second step of the GettingStarted.md, it states that, to use MVC, invoke the MvcApplicationDependencyInjection.Configure method. However, this appears to resolve to the ApplicationDependencyInjection.Configure method, and the correct method to invoke is MvcApplicationDependencyInjection.ConfigureMvc.

commented

This is now fixed and published in version 3.3.0.. Thank you for the issue report :)