Bootstrap-multiselect: Nuget download empty

Created on 10 Aug 2016  路  8Comments  路  Source: davidstutz/bootstrap-multiselect

The nuget install for this does not bring down any javascript or css.

Most helpful comment

Here's a temp package you can use. Run

Install-Package BS.Multiselect -Version 0.9.15

from the package manager console. It's an unlisted package, and I will be deleting it if/when David fixes the "official" package. This has the newest version of the code from the repo.

All 8 comments

This was actually covered in #634 - the content is there, it's just not configured properly. You can install an older version if you really need NuGet to work.

@davidstutz Would you consider (briefly) adding me as an owner of the package, so that I can correct this? It's a quick fix - you just have to add the resources to a content folder.

I'm using visual Studio 2015 update 3 with a standard mvc project. Is there something I need to configure for this to work?

@Jojoshua No. It's just a problem with the package, as noted in the referenced issue. The only way to use the package is for it to be fixed. You can download the zip and add it manually, for now, or use this version of the package: https://www.nuget.org/packages/Bootstrap.Multiselect/0.9.10

It's worth noting that 0.9.10 has bugs that really need fixing, so you're best off manually adding the files from the zip at this point.

Thanks for the quick response. My work blocks github so nuget was my only option. I may have to wait on using this until fixed via nuget.

Here's a temp package you can use. Run

Install-Package BS.Multiselect -Version 0.9.15

from the package manager console. It's an unlisted package, and I will be deleting it if/when David fixes the "official" package. This has the newest version of the code from the repo.

Wow thanks. Everything pulled in properly. You the man.

Addressed in #634.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CodeBrauer picture CodeBrauer  路  4Comments

SaeedSoltoon picture SaeedSoltoon  路  3Comments

donbonifacio picture donbonifacio  路  7Comments

ingenierotecnico picture ingenierotecnico  路  7Comments

rodrigonunes100 picture rodrigonunes100  路  3Comments