Gert Driesen wrote:

Matthew,

The CopyLocal behaviour depends on whether the assembly is a system
assembly or not (and some other criteria too perhaps).


I'm pretty sure the current implement matches the behaviour of VS.NET
2003, but I might be wrong ofcourse.

Do you have a example of where the behaviour differs ?

I wonder if this is the problem: in Reference.cs, _privateSpecified and _isPrivate are being used before they have actually been assigned in the constructor (for project refs and visual C++ projects references).


The ternary operator logic is correct, but I think _copyLocal always ends up being true for project references due to this bug. I suppose the solution is to move the test up in the file.

This will likely fix my issue. :)

Matt.


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to