C# compiler drops reference?

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi have a C# exe project, and have a reference to an assembly. Is
there any reason that the resulting EXE wouldn't have a reference when
checked with reflector.net?
 
Andy said:
Hi have a C# exe project, and have a reference to an assembly. Is
there any reason that the resulting EXE wouldn't have a reference when
checked with reflector.net?

Yes. If it's never used.

Alun Harford
 
Back
Top