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
publicstaticvoidTest(stringinput){varinterpolated=$"{input}";Type.GetType(input);// Warns as expected: warning IL2057: Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'.Type.GetType(interpolated);// No warning}