11 lines
194 B
C#
Raw Normal View History

// CS1548: Error during assembly signing. The specified key file `missing.snk' does not exist
// Line: 0
// Compiler options: -keyfile:missing.snk
class C
{
public static void Main ()
{
}
}