-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add DiagnosticScenarios #1378
Add DiagnosticScenarios #1378
Conversation
Add sample debug target for use in C# Guide diagnostics scenarios.
f39ae09
to
065b293
Compare
core/diagnostics/DiagnosticScenarios/Controllers/DiagnosticScenarios.cs
Outdated
Show resolved
Hide resolved
core/diagnostics/DiagnosticScenarios/Controllers/DiagnosticScenarios.cs
Outdated
Show resolved
Hide resolved
core/diagnostics/DiagnosticScenarios/Controllers/DiagnosticScenarios.cs
Outdated
Show resolved
Hide resolved
Add whitespace arounf operators Prefer implicit types when right side type is immediately obvious
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.
Thanks, @sdmaclea. I've left one comment, and @Youssef1313 left several. We shuld also add the sample to the Samples Browser. I've left a second comment with the metadata needed to do that.
Thanks @Maoni0 I have applied all feedback. I created the related docs PR. #dotnet/docs#14110. It's WIP. |
Thanks for making these changes, @sdmaclea. This looks good, although the sample isn't building on the browser review site. Let's leave this open until Tuesday, when I should be able to find out why the sample isn't building. |
This reverts commit 90d84c7.
I tried to build it locally. I found one of the |
@sdmaclea, Not sure what causes the usage of but the usage of |
Also the corefx guidance is specifically describes when to not use
|
@sdmaclea, Oh. Missed the point that it's not a local variable here. Sorry for that. |
I'll merge this sample, @sdmaclea, and then we'll see whether it builds successfully. |
Summary
Add sample debug target for use in C# Guide diagnostics scenarios.