maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

Add System.Web assembly reference to impacted packages #469

Open mwpowellhtx opened 6 years ago

mwpowellhtx commented 6 years ago

Such as, when I subscribe to the Autofac DI package, System.Web.Hosting cannot be found. That would not be an issue if System.Web were included in the package References, not Dependencies, but References.

mwpowellhtx commented 6 years ago

Somewhat tangential to this question, am I correct in observing that the MvcModule and MvcSiteMapProviderModule classes are "auto-generated", that is, included with the package. I'm not sure I must have missed that detail in another iteration on another project. Thanks!