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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This code warns about the implicit boxing of int i. I've heard the recommended answer here is Console.WriteLine("Hello {0}", i.ToString()) but most people probably don't know this. Maybe suggest it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This code warns about the implicit boxing of
int i
. I've heard the recommended answer here isConsole.WriteLine("Hello {0}", i.ToString())
but most people probably don't know this. Maybe suggest it?The text was updated successfully, but these errors were encountered: