v2023-09-12
Improve readability in the program code with C# 12 Use some features of C# 12 to clean up program code and improve readability: + Use aliases for common instances of generic types to reduce visual clutter. + Use the new 'collection literals' feature to simplify the coding of sequences.