CS8133 – Tuple element name ‘xyz’ is ignored
The warning CS8133 – Tuple element name ‘xyz’ is ignored in C# occurs when you define a tuple with named elements, but the names are not used or recognized in….
The warning CS8133 – Tuple element name ‘xyz’ is ignored in C# occurs when you define a tuple with named elements, but the names are not used or recognized in….