Skip to content

Commit dca3a3e

Browse files
authored
Merge pull request #3636 from ajaybhargavb/ajbaaska/razor-release
Update Razor version
2 parents 3f55113 + 8c79112 commit dca3a3e

File tree

3 files changed

+149
-146
lines changed

3 files changed

+149
-146
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Known Issues in 1.21.13
1+
## Known Issues in 1.21.14
22

33
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
44
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
@@ -9,7 +9,10 @@
99
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1010
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1111

12-
## 1.21.13 (Not Yet Released)
12+
## 1.21.14 (Not Yet Released)
13+
* Fixed an issue where Razor formatting fails in the presence of @using directives
14+
15+
## 1.21.13 (March 5, 2020)
1316
* Change Marketplace publisher for the C# extension from ms-vscode to ms-dotnettools
1417
* Ignore diagnostics from virtual files ([aspnetcore/#18927](https://github.com/dotnet/aspnetcore/issues/18927), PR: [#3592](https://github.com/OmniSharp/omnisharp-vscode/pull/3592))
1518
* Detect and create Blazor WASM launch and debug settings ([aspnetcore/#17549](https://github.com/dotnet/aspnetcore/issues/17549), PR: [#3593](https://github.com/OmniSharp/omnisharp-vscode/pull/3593))

0 commit comments

Comments
 (0)