-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Example code incorrectly calculates percentage #11121
Labels
Milestone
Comments
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process |
Thanks, would you like to send a PR to fix it? Here are the paths to the code snippets: dotnet-api-docs/xml/System.Diagnostics/Process.xml Lines 5211 to 5224 in 42a146a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type of issue
Code doesn't work
Description
If the intent was to show the progress percentage, parentheses are needed around
(ctr + 1)
:Example Output
Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.standardoutput?view=net-8.0#remarks
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Diagnostics/Process.xml
Document Version Independent Id
981e4b00-7db9-eeab-ce84-6f23ecde07a1
Platform Id
8ec5d3e5-25ef-3c4a-5a94-e2d67ac91358
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: