Scott Cate's WebLog

You don't know what
you don't know

News



Moved to Feedburner May26th

Twitter Chat

community

frenz

my book(s)

my products

Browse by Tags

All Tags » deployment (RSS)
How do you setup a family of .net assemblies that can see each others internals?
I've always put my unit tests in a separate assembly/project, so they don't mingle with shipped production code (although I've read that some like to ship the test for debugging purposes). So let's say I have ProjectA.DLL in it is a class. internal class...
Posted: Jul 19 2007, 09:55 AM by scott cate | with 6 comment(s)
Filed under: ,
Sloppy (Accidental Source Code) Deployment
All the of the software that I'm in charge of has its source code stored in Vault (from SourceGear.com ). One of the nice features of vault are the shadow copies of files that before they get to/from the client. These are stored in (an automatically...
More Posts