5

I have installed mvccontrib using nuget with the usual install-package mvccontrib, but i notice there is no testhelper there. Is there some other way or flag that i have to use to install it.

Trying install-package mvccontrib.testhelper doesn't work...

Any ideas gladly received

skaffman
  • 398,947
  • 96
  • 818
  • 769
paddymurf
  • 53
  • 2

1 Answers1

5

You can use the nuget gallery http://nuget.org to search for packages. http://nuget.org/packages?q=MvcContrib&sortOrder=package-download-count

I only see the ci build of the testhelper on nuget. You might want to contact the owner of mvccontrib on getting the official package on nuget.

ilivewithian
  • 19,476
  • 19
  • 103
  • 165
davidfowl
  • 37,120
  • 7
  • 93
  • 103
  • 1
    Looks like there was a [bug](http://mvccontrib.codeplex.com/workitem/7103) filed on this and several packages are available (for the CI builds). E.g. "install-package MvcContrib.Mvc3.TestHelper-ci". – Derek Morrison May 16 '11 at 06:23