| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ies/MshObjectUtil.cs
…ble.Tests.ps1 Co-authored-by: Ilya <darpa@yandex.ru>
…ble.Tests.ps1 Co-authored-by: Ilya <darpa@yandex.ru>
…st.Tests.ps1 Co-authored-by: Ilya <darpa@yandex.ru>
…ies/MshObjectUtil.cs Co-authored-by: Ilya <darpa@yandex.ru>
…ies/MshObjectUtil.cs Co-authored-by: Ilya <darpa@yandex.ru>
…ies/MshObjectUtil.cs Co-authored-by: Ilya <darpa@yandex.ru>
…ViewGenerator_Table.cs Co-authored-by: Ilya <darpa@yandex.ru>
…ies/MshObjectUtil.cs Co-authored-by: Ilya <darpa@yandex.ru>
|
Steve Lee (@SteveL-MSFT) Please remove tools/dotnet-install.sh.1. |
Sorry, something went wrong.
|
This PR has 64 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience! Quantification details
Label : Small Size : +51 -13 Percentile : 25.6% Total files changed: 5 Change summary by file extension: .cs : +27 -13 .ps1 : +24 -0 Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Sorry, something went wrong.
|
🎉v7.3.0-preview.7 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Previously, decimal numbers are rendered in tables with all of the decimal places. This is not as useful in Tables where number alignment and minimal number of decimal places can provide more and easier to read information. The change here is only for Format-Table where decimal, float, and double values use the user's current culture set for NumberDecimalDigits is applied.
Since this only affects formatting and not the actual value, this is not a breaking change.
PR Context
Fix #17544
PR Checklist
(which runs in a different PS Host).
17544