Our system comprises many .NET websites, class libraries, and a MSSQL database. We use SVN for source control and TeamCity to automatically build to a Test server.
A requirement for a program I am writing is that it must be able to trust a configuration file. To accomplish this, I am using several kinds of hashing algorithms to generate a hash of the file at com
I was able to do this in an earlier version of nDepend by going to tools->options and setting which assemblies would be part of the analysis (and ignore the rest).The latest version of the trial versi
I\'m looking fo开发者_如何学编程r a way to collect the file dependencies from Flex ActionScript and MXML files.I was hoping that mxmlc could spit them out (like gcc\'s -M option), but its option list
In Eclipse it is possible to create launch configurations in a project, specifying the runtime dependencies from another project. A problem I found was that if you have a multiple project workspace, b
I need to do an assertion based on two related macro preprocessor #define\'s declared in different header files... The codebase is huge and it would be nice if I could find a place to put the assertio
Say that python package A requires B, C and D; is there a way to list A → B C D without loading them ?
I have an Eclipse plugin project, and it depends on开发者_StackOverflow other projects that I have in my Eclipse workspace. After adding the project dependencies under \"Java Build Path\" -> \"Project
We\'re currently working on an app with a relative large number of external dependencies, as we\'re integrating with a fairly complex existing system.
We have a VS 2010 solution that includes a few class library projects, a SQL Server 2008 databa开发者_运维知识库se project and a Wix setup project. We are trying to get to a point where the following