Showing results for VS Code - .NET Blog

Dec 12, 2022
5
3

Polyglot Notebooks – Now with .NET 7, C# 11, and F# 7 Support!

Claudia Regio
Claudia Regio

The December 2022 release of the Polyglot Notebooks extension for Visual Studio Code is now available. This release includes upgrades to .NET 7, support for C# 11 and F# 7, and improvements to the SQL and KQL kernel experience!

.NET.NET CoreC#
Nov 16, 2018
5
0

Razor support in Visual Studio Code now in Preview

Daniel Roth
Daniel Roth

Earlier this week we released a preview of support for working with Razor files (.cshtml) in the C# extension for Visual Studio Code (1.17.1). This initial release introduces C# completions, directive completions, and basic diagnostics (red squiggles for errors) for ASP.NET Core projects. Prerequisites To use this preview of Razor support in Visu...

ASP.NETASP.NET Core