maartenba / MvcSiteMapProvider

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

MvcSiteMapProvider.Web version 4.6.26 missing content folder #481

Open bwalls040971 opened 5 years ago

bwalls040971 commented 5 years ago

The NuGet package for MvcSiteMapProvider.Web version 4.6.26 appears to be missing the content folder and all display template files.

rikrak commented 5 years ago

This is very similar to https://github.com/maartenba/MvcSiteMapProvider/issues/418 Could be the same build issue?

rikrak commented 5 years ago

@maartenba @NightOwl888 is this a build issue for the NuGet 4.6.26 package?

kennethhaspeel commented 5 years ago

Maybe a coincidence but when i install MvcSiteMapProvider.MVC5 the Display Items are added, along with the Mvc.sitemap and MvcSiteMapSchema.xsd files. After the install, an update of MvcSiteMapProvider.Web is suggested (4.6.1 installed => 4.6.26). When i update this, the display templates, the xml and xsd files are removed, along with the addkey entries in web.config. When i update to 4.6.22, nothing is removed

Mastahh commented 5 years ago

I Just updated from 4.6.22 to 4.6.26 and all DIsplayTemplates Removed, But they are needed, OR i need to install something additional?

rbforee commented 5 years ago

Seems like there are some issues across the board with the 4.6.26 NuGet packages not having the content directory. Perhaps I am doing something wrong?

Are the DI projects still active? Seems like the assets have not be updated in a while.

Thanks...