ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

User/emray/refactor lean

Open emreaydinceren opened this issue 1 year ago • 1 comments
trafficstars

PR Summary

  • Using Format-Table rather than built-in logic for formatting objects into tabular format.
    • Fixes the bug that alignment is wrong in numeric or datetime data types.
    • Reduces code base to maintain.
    • Allows benefit from Format-Table's Property feature (selecting visible columns and formatting them)
  • Made sure all namespaces are uniform.
  • Merged Models project to the main project (seems to serve no purpose, keeping models internal is better)

PR Context

  • The right and left alignment of columns were off.
  • Could not select which columns to show or hide.

emreaydinceren avatar Oct 01 '24 18:10 emreaydinceren

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

emreaydinceren avatar Oct 01 '24 21:10 emreaydinceren