API:
namespace ClassLibrary1 { public class Class1 { public static string Test(string input) { if (input == null)
According to this MS connect issue, this is a known problem. There are a couple workarounds posted there, too, like using reflection to pass the paramaters (which is clever, but kinda silly that it's required). Cheers!