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
54
votes
3 answers

OpenWrap vs NuGet

What is the difference between OpenWrap and NuGet. And what you prefer ?
Maksim Kondratyuk
  • 1,379
  • 16
  • 27
7
votes
3 answers

.NET Package Management

What are the current offerings for .NET package management. Which are you using and what are the pros and cons? Some examples out there today are: Nu OpenWrap For the avoidance of doubt, I'm referring to package management systems such as gem,…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
3
votes
1 answer

OpenWrap problem

Am just getting started with the tutorial and all was going swimmingly until I hit the problem below. It seems that maybe openWrap has found multiple log4net dll's on my system (which is one reason I need openWrap!) but isn't giving me any clear…
Berryl
  • 12,471
  • 22
  • 98
  • 182
2
votes
1 answer

Build error after initialising a project with OpenWrap

I'm getting this error when I build my project in Visual Studio after initialising OpenWrap. The "InitializeVisualStudioIntegration" task was not given a value for the required parameter "WrapDescriptor". Any idea what is wrong? I'm just…
Dan
  • 29,100
  • 43
  • 148
  • 207
2
votes
1 answer

.NET Open Source Package Manager

Hornget is gone, are there any other package managers like hornget that you can download the trunk versions of NH3 / FluentNH together? Manually putting the two together is tedious and from what i can tell neither Nu or OpenWrap have the two trunks…
Phill
  • 18,398
  • 7
  • 62
  • 102
2
votes
1 answer

Looking for an msbuild and xbuild task to fetch referenced libraries (without nuget.exe)

I have an issue with creating an easy solution for my build system, based on mono. Current situation is that I keep my referenced libraries inside the git repository, which is not good, for many obvious reasons. What I want to achieve is something…
Piotr Zierhoffer
  • 5,005
  • 1
  • 38
  • 59
1
vote
1 answer

OpenRasta + OpenWrap?

I'm new to both OpenWrap and OpenRasta. Not really that interested in Openwrap other than that seems to be the way to get OpenRasta. Anyways i've installed openwrap and followed the following tutorial to the T: OpenWrap Tutorial except of course i…
coding4fun
  • 8,038
  • 13
  • 58
  • 85
1
vote
1 answer

OpenWrap: test-wrap, how does it work?

I am using the beta of OpenWrap 2.0. OpenWrap contains support to run unit-tests, my question is how exactly does this work? Should I see it as a test-runner that takes a built wrap, searches for the tests included in the wrap, and tries to run…
rvdginste
  • 852
  • 7
  • 11
1
vote
1 answer

openwrap and r#6.0

I have just updated my resharper plugin to R#6. My references are no longer being picked up from the wrap cache. I have to set my references manually. Is there anything I can do?
dagda1
  • 26,856
  • 59
  • 237
  • 450
1
vote
1 answer

NuGet/OpenWrap for Deployments and Run Time Dependency Management

I fully understand what NuGet/OpenWrap were primarily made and design for and how it has been adopted and applied since it was released a while ago. I can however see other cases to use it in yet another way. One of the things that I was thinking of…
sourishkrout
  • 133
  • 1
  • 5
1
vote
1 answer

Installing OpenWrap

I'm trying to install OpenWrap form the website. Unfortunetly when running o.exe app crashes and "openwrap shell has stopped working". Does anyone have similar problem? Here is callstack: Unhandled Exception: System.Net.WebException: The underlying…
Yah
  • 28
  • 3
0
votes
1 answer

Adding an openwrap reference

I feel like this is a stupid question, but I'm following the tutorial for OpenWrap found here: http://codebetter.com/sebastienlambla/2010/10/20/creating-a-new-project-with-openwrap/ In the Writing Some Code section, it says to run the command: o…
taylonr
  • 10,732
  • 5
  • 37
  • 66
0
votes
1 answer

openwrap offline or local only mode

I want to build a wrap for some shared code and publish it locally to my system repo, then I want to go to another project that depends on it and update the wrap for that project to test my changes. Is there a way to run o update-wrap so it will…
Chris Eldredge
  • 2,931
  • 2
  • 23
  • 33
0
votes
1 answer

Using OpenWrap with Scope

I may not fully understand the wiki article on scoping, so forgive me if this sounds dumb. Intro: I have a solution (ABC.sln) with over 40 projects and am trying to implement OpenWrap for package management. So I did the following in the solution's…
CarllDev
  • 1,294
  • 2
  • 19
  • 34
0
votes
0 answers

How to structure a project that is composed of several distinct logical-modules?

I have a product that I'm working on, Foo. It has currently roughly the following filesystem structure. It's composed of several logically-distinct modules. I want to package each of those modules so that I can make dependencies a bit more…
Peter Mounce
  • 4,105
  • 3
  • 34
  • 65
1
2