2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1726.cs
blob8380743efbd549b2949de8b32c75b2c4269a6645
1 // gcs1726.cs: Friend assembly reference `MyAssemblyName' is invalid. Strong named assemblies must specify a public key in their InternalsVisibleTo declarations
2 // Line: 8
3 // Compiler options: -keyfile:InternalsVisibleTest.snk
5 using System;
6 using System.Runtime.CompilerServices;
8 [assembly: InternalsVisibleTo ("MyAssemblyName")]
10 public class Test
12 static void Main ()