-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Introduce using statements #545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look great @NextTurn
I had a couple small comments, where the code could be a bit more clear by using string interpolation.
Let me know what you think, and I'll merge after the new year.
...ets/csharp/VS_Snippets_CLR/Process_GetProcessesByName2_2/CS/process_getprocessesbyname2_2.cs
Outdated
Show resolved
Hide resolved
snippets/csharp/VS_Snippets_CLR/process_sample/CS/process_sample.cs
Outdated
Show resolved
Hide resolved
|
I also prefer string interpolation. Some expressions are too long, I kept them as they are. |
|
Thanks for your reviews Happy New Year 🎉 |
In C# samples related to
System.Diagnostics.ProcessContributes to dotnet/dotnet-api-docs#1491, dotnet/dotnet-api-docs#1718