-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update remarks for TickCount #12203
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
Update remarks for TickCount #12203
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-runtime |
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.
Pull request overview
This PR updates the documentation remarks for the TickCount property in the System.Environment class, addressing issue #50755. The changes improve the documentation by modernizing xref references, adding comprehensive remarks for TickCount64, and updating the TickCount property documentation.
- Updates xref syntax by removing
%2Asuffixes throughout the file for cleaner property references - Adds detailed remarks section for the
TickCount64property explaining elapsed time behavior and platform differences - Refactors
TickCountproperty remarks to referenceTickCount64and update guidance on the wrapping behavior
Contributes to dotnet/docs#50755.