[Suggestion] Change 'Color' to 'SpectreColor' #770
jeffward01
started this conversation in
General
Replies: 1 comment 1 reply
-
@jeffward01 I have personally never encountered that problem, and I don't see us changing to global using SpectreColor = Spectre.Console.Color; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I suggest that 'Color' from
Spectre.Console.Color
is change toSpectre.Console.SpectreColor
.The reason for this change is that
Color
is incredibly popular, and has conflicting names in just about every single Console UI library.I find myself every time when working with
Spectre.Console
that I must perform a using statement declaration of:Suggestion
I suggest:
Spectre.Console.Color
is changed toSpectre.Console.SpectreColor
.I know its a breaking change, I can see this being a 'blocker', due to this.
It will be a simple 'breaking change'.
Beta Was this translation helpful? Give feedback.
All reactions