Skip to content

v2023-09-12

Compare
Choose a tag to compare
@Viir Viir released this 13 Sep 05:17
· 808 commits to main since this release
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.