4 Comments

  1. Tom Phan

    That’s what I said. Putting it in AssemblyInfo.cs will make all internal classes and methods to the destination assembly.

  2. JSCC

    “If you want to make the entire assembly visible, so you don’t have to specify each file individually, you could add this attribute in the AssemblyInfo.cs file.” — that’s not true AFAIK. The little “assembly: ” means that the attribute is assembly-wide no matter what file one uses it in.

    AssemblyInfo.cs is just (by convention) a place one would look assembly-affecting attributes since they usually don’t have a meaningful reason being anywhere (else).

Leave a Reply