Forum member

Rangoric

5 posts

Posts by Rangoric

  1. Nuget Restore Error

    In the NCrunch Configuration, for each project that has NuGet resources to restore. You need to add the following line to the AdditionalFilesToInclude: ../.nuget/**.* (Or however you can describe going from the project file, to the .nuget directory)

  2. Password Boxes On Forums

    Not a problem. It happens quite often I'm finding.

  3. Password Boxes On Forums

    Minor issue: The Forum Register and Login Pages have different max lengths. You are allowed to create a password on the registration page that won't work on the Login page.

  4. 1.36b Issue, might be with NuGet

    Actually I had added that with Combres, but then removed it. I thought anyways. I might add dotLess back in the future but I'm not far enough along to actually need it yet. That package, file and reference are actually not IN the solution at all at the moment, or actually used. It is just the red…

  5. 1.36b Issue, might be with NuGet

    Let's start from the top. I Have a solution that I've slowly been working on, and recently restructured it. Before the restructure I had NCrunch, NuGet and lots of other toys all playing harmoniously. The restructure was from the ground up. Made a new solution file and new project files. Makin…