关于[C# 9 Simplified Console Apps]的摘要:
At Microsoft Build 2020, an interesting new “see less boilerplate” feature from C# 9 was demonstrated. It removes all the code to create the class and static Main method, letting you just start typing your code. It makes your code way-less-nested (okay, two levels), but doesn’t miss any of your usual features.
原文地址: https://www.stevefenton.co.uk/2020/05/csharp-9-simplified-console-apps/