[Mono-dev] [PATCH] Improvements to Mono assembly shadow-copying

Marek Habersack grendello at gmail.com
Thu Mar 1 21:41:20 EST 2007


Hello,

  The attached diff implements the following improvements:

1. When copying an assembly, it also makes copies of the associated .mdb
and .config files, if found.

2. The shadow copies are created in a subdirectory below the app domain's
dynamic base directory. The directory names are generated based on the assembly
name hash, assembly location hash and the combination of the two. The
assemblies will no longer be called shadow-XXXXXX, they will instead retain
their original name. This mimics the way MS .Net works

please review, thanks

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shadow_copy_siblings.diff
Type: text/x-patch
Size: 4786 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070302/6d77ec51/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070302/6d77ec51/attachment-0001.bin 


More information about the Mono-devel-list mailing list