Since moving to 10.0.17 I've been having issues with main methods that I add manually to a class. I usually do this for testing class methods. Lately I've been getting this error more consistently than sporadically...
Cannot find method with signature: 'public static void Main(Args args)' on class...
This error will throw on...
public static void main(Args args)
{
}
Has anyone experienced this?
I have been bouncing between VS2017 and 2019. The latest incident was from code written in 2019.
Mind boggled.
Thanks.