You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hint: It'll be difficult to know where it's safe to use var! e.g. Action<int> f = (i) => Console.WriteLine(i); cannot be replaced with var. Nor can "double x = 0;".
The text was updated successfully, but these errors were encountered:
tugberkugurlu
changed the title
[VarDiagnosticAnalyzer] provide hidden "replace explicit type with var" diagnostic
provide hidden "replace explicit type with var" diagnostic
Nov 17, 2014
tugberkugurlu
changed the title
provide hidden "replace explicit type with var" diagnostic
provide hidden "replace explicit type with var" refactoring
Nov 17, 2014
Hint: It'll be difficult to know where it's safe to use var! e.g.
Action<int> f = (i) => Console.WriteLine(i);
cannot be replaced with var. Nor can "double x = 0;".The text was updated successfully, but these errors were encountered: