Questions tagged [openwrap]

OpenWrap is a dependency manager for the .net platform

OpenWrap is a dependency manager for the .net platform. It can be found at http://openwrap.org.

21 questions
0
votes
1 answer

Unable to publish to Http Remote Repository

I think this might be an IIS7 permissions thing, but I'm tagging it with OpenWrap because I might be wrong. When I try to publish a wrap to an HTTP repository I get the following error: PS C:\OpenWrapExamples\Ninject> o publish-wrap -Name Ninject…
CarllDev
  • 1,294
  • 2
  • 19
  • 34
0
votes
1 answer

Resolving OpenWrap error:- Missing values for the following command inputs: Href

I'm trying to set up my own http openwrap repository. I've read https://github.com/openrasta/openwrap/wiki/Openwrap-publishing-protocol but didn't understand much of it. Then I found…
CarllDev
  • 1,294
  • 2
  • 19
  • 34
0
votes
1 answer

Why does OpenWrap cause my projects to fail with a "InitializeVisualStudioIntegration" compilation error?

Suddenly I cannot compile the following openrasta projects (see errors at end): OpenRasta.Codecs.WebForms OpenRasta.Hosting.AspNet This has happened after I did two things: I installed the latest version of OpenWrap from the wiki. This is the…
biofractal
  • 18,963
  • 12
  • 70
  • 116
0
votes
1 answer

"Package not found in repositories" error from OpenWrap

I downloaded and installed OpenWrap, since allegedly it was the best way to get binaries for OpenRasta. But when I try to run o add-wrap openrasta-full, OpenWrap gives me this error: Package openrasta-full not found in repositories. Just to cover…
Joe White
  • 94,807
  • 60
  • 220
  • 330
0
votes
1 answer

package managers, project structure and migration

I have a solution with multiple projects in it, so for example say 10 testing related projects have a dependency on nunit. Currently my solution structure includes folders for Tools and Lib, so maybe the full nunit download is in Tools and just the…
Berryl
  • 12,471
  • 22
  • 98
  • 182
0
votes
1 answer

Can you not commit dependencies to source with OpenWrap?

I know in nuget you can avoid committing dependencies to source by using "Enable Package Restore" command. This will allow another developer to checkout the solution, and by building it to download all the required dependencies. Is there a similar…
Andriy Drozdyuk
  • 58,435
  • 50
  • 171
  • 272
1
2