OpenWrap is a dependency manager for the .net platform. It can be found at http://openwrap.org.
40
votes
3answers
3k views
5
votes
3answers
735 views
.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 ...
3
votes
1answer
336 views
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 ...
2
votes
1answer
87 views
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 ...
2
votes
1answer
284 views
.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 ...
1
vote
1answer
128 views
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 ...
1
vote
1answer
31 views
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 ...
1
vote
1answer
262 views
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 ...
0
votes
1answer
23 views
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.
...
0
votes
1answer
22 views
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 ...
0
votes
0answers
19 views
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 ...
0
votes
1answer
20 views
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 ...
0
votes
1answer
29 views
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 ...
0
votes
1answer
54 views
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 ...
0
votes
1answer
88 views
“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 ...
0
votes
1answer
70 views
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?
Thanks
Paul
0
votes
1answer
186 views
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 ...