Skip to content

Commit f7849c8

Browse files
danroth27akshita31
authored andcommitted
Update readme and changelog with razor tooling improvements in 1.19.0 (#2990)
1 parent c56b14f commit f7849c8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
## Known Issues in 1.18.1
1+
## Known Issues in 1.19.0
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)
5-
* Support for tag helpers and formatting not yet implemented
6-
* Limited support for colorization
5+
* Limited support for colorization and formatting
76
* Loss of HTML completions following C# less than (`<`) operator
87
* Error squiggles misaligned for expressions near the start of a new line
9-
* Incorrect errors in Blazor projects for event bindings
108
* Emmet based abbreviation expansion is not yet supported
119
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1210
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1311

1412
## 1.19.0 (April 16, 2019)
1513
* Improved support for .NET Core 3
1614
* Added support for roslyn analyzers, code fixes and rulesets which can be enabled via`omnisharp.enableRoslynAnalyzers` setting.
15+
* Improved Razor diagnostics
16+
* Razor tooling support for tag helpers
1717

1818
## 1.18.0 (March 26, 2019)
1919

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2424

2525
* Improved support for .NET Core 3
2626
* Added support for roslyn analyzers, code fixes and rulesets which can be enabled via`omnisharp.enableRoslynAnalyzers` setting.
27+
* Improved Razor diagnostics
28+
* Razor tooling support for tag helpers
2729

2830
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.19.0/CHANGELOG.md) for more detail.
2931

0 commit comments

Comments
 (0)