Support proxying internal interfaces with InternalsVisibleTo attribute and Strong-Named assemblies [SPRNET-1322]

This commit is contained in:
bbaia
2010-04-09 13:22:05 +00:00
parent 78f4775b30
commit e3d54e2695
2 changed files with 43 additions and 43 deletions

View File

@@ -888,7 +888,7 @@ namespace Spring.Util
}
#if NET_2_0
private static readonly string FRIENDLY_ASSEMBLY_NAME = "ReflectionUtils.IsTypeVisible.AssemblyTestName, PublicKey=001200000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293";
private static readonly string FRIENDLY_ASSEMBLY_NAME = "ReflectionUtils.IsTypeVisible.AssemblyTestName";
[Test]
public void IsTypeVisibleFromFriendlyAssemblyWithInternalType()