You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement #6
InternalsVisibleTo attribute declarations will be rewritten with the
public key of the assembly being referenced. This will occur at the same
time references are fixed for an assembly.
assemblies can define
[assembly: InternalsVisibleTo("Some.Assembly")]
and for this to work, it need to patch the attribute to:
[assembly: InternalsVisibleTo("Some.Assembly", PublicKey=)]
The text was updated successfully, but these errors were encountered: