Folding regions in C# files are not persisting correctly. This issue seems related to the C# extension and specifically occurs when the startLine of a folding range overlaps with the endLine of ...
When I create a new C# file in Visual Studio (I am using Version 17.12.0), the default generated content is still using the traditional namespace scope with curly brackets. The dotnet new class... is ...