You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the project build duration crosses the 10 (100, 1000, ...) second mark, the position of the task name does not compensate and appears misaligned or overwritten.
Issue Description
When the project build duration crosses the 10 (100, 1000, ...) second mark, the position of the task name does not compensate and appears misaligned or overwritten.
Steps to Reproduce
Build a project with a long-running task:
Expected Behavior
When crossing orders of magnitude, the task name shifts accordingly to make space for more digits of duration.
Build (9.0s)
Build (99.0s)
Build (999.0s)
Actual Behavior
When crossing orders of magnitude, the position of the task name stays the same.
Build (9.0s)
Build(99.0s)
Buil(999.0s)
Analysis
No response
Versions & Configurations
MSBuild version 17.10.0-dev-23619-01+5cf78584f
The text was updated successfully, but these errors were encountered: