[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1548-3.cs
blob09409e3d920b84104fb746b5549a69a3ea627202
1 // CS1548: Error during assembly signing. The specified key file does not have a private key
2 // Line: 0
4 using System.Reflection;
6 [assembly: AssemblyKeyFile ("cs1548.pub")]
8 // where cs1548.pub is generated by:
9 // sn -k cs1548.snk
10 // sn -p cs1548.snk cs1548.pub
12 class MyClass {
14 public static void Main (string [] args)