Arno
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Arno created a post, AnsweredResharper C# incorrectly claims method as unused
In this code reshaper claims MyMethod is unused. class Program{ public static void MyMethod() => System.Console.WriteLine("Got called!"); static void Main() { typeof(Program).GetMe...