Tagged Questions

11
votes
2answers
844 views

What's the best way to manage a dependency tree in .NET?

In my last project we used MSBuild as a scripting language. (yeah, really!) We also wrote hundreds of custom MSBuild tasks, for the parts that made more sense in C#. (I even wrote an MSBuild task to ...
4
votes
3answers
438 views

Is there an .NET alternative for Java artifact repositories like Nexus or Artifactory? Where do you store versioned DLL's?

Where to store binaries needed for automatic builds on Team System? Are you storing them along with the code in the SCM or someplace else? Is having a big amount of binaries in SCM causing any ...
4
votes
4answers
307 views

How do you package external libraries in your .Net projects?

A lot of my projects contain the Castle/NHibernate/Rhino-Tools stack. What's confusing about this is that Castle depends on some NHibernate libraries, NHibernate depends on some Castle libraries, and ...
3
votes
2answers
481 views

C++ C# Projects dependency management

I'm trying to figure out how to manage our main Visual Studio solution. In the solution we have to manage C++/CLI projects, C++ native projects, C# projects, external dependencies (compiled C# ...
2
votes
2answers
204 views

NuPack Package Management

So when planning new projects is it safe to use NuPack to handle dependencies? When I say safe, will it stick around? Or is it going to just be a hyped project that dies (i.e. Google Wave)? Is ...
2
votes
1answer
272 views

dependency management and release lifecycle in dotnet

Recently my team has hit the wall while trying to manage dependencies semi-automatically. You know, the trunk/lib folder in svn with a ci-server that commits fresh versions of dlls into that folder. ...
2
votes
3answers
275 views

Graph visualization of existing .NET code

I've seen that VS 2010 Ultimate can generate model graph from existing code. But VS 2010 Ultimate version costs 11K US$, way too much for my budget. Is there any good alternative to do graph ...
1
vote
1answer
106 views

Can I specify dependency directories when dynamically loading assemblies?

I'm wondering if a setup like this is possible: c:\eflow\proxy.dll (main DLL loaded by application) c:\eflow\application\dynamic.dll (DLL dynamically loaded by proxy.dll) c:\eflow\dependency.dll ...
1
vote
1answer
121 views

What should a dependency management framework do?

I started to write an open-source, free dependency management framework for .NET/C++. Asking the question here I'm trying not to create yet another one no one needs. This desperate evening hobby of ...
0
votes
2answers
61 views

Which Externals dll's are required by my application?

Is there any way to know which dlls are required by a net assembly???. The program was built with some external libraries, but idont know what libraries was.