|
1 | | -## Known Issues in 1.21.9 |
| 1 | +## Known Issues in 1.21.16 |
2 | 2 |
|
3 | 3 | * Known limitations with the preview Razor (cshtml) language service to be addressed in a future release: |
4 | 4 | * Only ASP.NET Core projects are supported (no support for ASP.NET projects) |
5 | | - * Limited support for colorization and formatting |
6 | | - * Loss of HTML completions following C# less than (`<`) operator |
| 5 | + * Limited support for formatting |
7 | 6 | * Error squiggles misaligned for expressions near the start of a new line |
8 | 7 | * Emmet based abbreviation expansion is not yet supported |
9 | 8 | * There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156)) |
10 | 9 | * As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy. |
11 | 10 |
|
| 11 | +## 1.21.17 (Not yet released) |
| 12 | +* Updated Razor support (PR:[#3696](https://github.com/OmniSharp/omnisharp-vscode/pull/3696)) |
| 13 | + * Razor support for `<text>` tag completions. |
| 14 | + * Ability to restart the Razor Language Server to activate changes to the `razor.trace` level. |
| 15 | + * Bug fixes and performance improvements. |
| 16 | + |
| 17 | +## 1.21.16 (March 30, 2020) |
| 18 | +* Support for .NET Core 3.1 in csx files (PR: [#1731](https://github.com/OmniSharp/omnisharp-roslyn/pull/1731)) |
| 19 | +* Update the minimal MSBuild to better support .NET 5 Previews ([omnisharp-vscode#3653](https://github.com/OmniSharp/omnisharp-vscode/issues/3653), PR: [#1746](https://github.com/OmniSharp/omnisharp-roslyn/pull/1746)) |
| 20 | + |
| 21 | +## 1.21.15 (March 19, 2020) |
| 22 | +* Fixed freezing and unresponsiveness when opening folder with many nested sub-folders (PR: [#3681](https://github.com/OmniSharp/omnisharp-vscode/pull/3681)) |
| 23 | +* Fixed handling of dismiss response to assets prompt (PR: [3678](https://github.com/OmniSharp/omnisharp-vscode/pull/3678)) |
| 24 | + |
| 25 | +## 1.21.14 (March 11, 2020) |
| 26 | +* Fixed an issue where Razor formatting fails in the presence of @using directives |
| 27 | +* Added support for `annotations` value of `Nullable` csproj property ([omnisharp-roslyn/#1721](https://github.com/OmniSharp/omnisharp-roslyn/issues/1721), PR: [omnisharp-roslyn/#1722](https://github.com/OmniSharp/omnisharp-roslyn/pull/1722)) |
| 28 | +* Added ability to specify custom RunSettings for tests (PR: [#3573](https://github.com/OmniSharp/omnisharp-vscode/pull/3573), PR: [omnisharp-roslyn/#1710](https://github.com/OmniSharp/omnisharp-roslyn/pull/1710)) |
| 29 | + |
| 30 | +## 1.21.13 (March 5, 2020) |
| 31 | +* Change Marketplace publisher for the C# extension from ms-vscode to ms-dotnettools |
| 32 | +* Ignore diagnostics from virtual files ([aspnetcore/#18927](https://github.com/dotnet/aspnetcore/issues/18927), PR: [#3592](https://github.com/OmniSharp/omnisharp-vscode/pull/3592)) |
| 33 | +* 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)) |
| 34 | +* Updated Razor support (PR:[3594](https://github.com/OmniSharp/omnisharp-vscode/pull/3594)) |
| 35 | + * Support for @code/@functions block formatting |
| 36 | + * Updated Razor's TextMate grammar to include full syntactic colorization |
| 37 | + * Several bug fixes |
| 38 | + |
| 39 | +## 1.21.12 (February 20, 2020) |
| 40 | +* Fixed out of bounds exception in line mapping ([#3485](https://github.com/OmniSharp/omnisharp-vscode/issues/3485), PR: [omnisharp-roslyn/#1707](https://github.com/OmniSharp/omnisharp-roslyn/pull/1707)) |
| 41 | +* Added support for aliases in project references ([omnisharp-roslyn/#1685](https://github.com/OmniSharp/omnisharp-roslyn/issues/1685), PR: [omnisharp-roslyn/#1701](https://github.com/OmniSharp/omnisharp-roslyn/pull/1701)) |
| 42 | +* Raised the lowest discovered VS2019 version to 16.3 ([omnisharp-roslyn/#1700](https://github.com/OmniSharp/omnisharp-roslyn/issues/1700), PR: (#1713)(https://github.com/OmniSharp/omnisharp-roslyn/pull/1713)) |
| 43 | +* Fixed a bug where organizing usings clashed with other formatting settings (PR: [omnisharp-roslyn/#1715](https://github.com/OmniSharp/omnisharp-roslyn/pull/1713)) |
| 44 | + |
| 45 | +## 1.21.11 (February 6, 2020) |
| 46 | +* Updated the bundled to Mono 6.8.0 and MSBuild to be copied from Mono 6.8.0 ([omnisharp-roslyn/#1693](https://github.com/OmniSharp/omnisharp-roslyn/issues/1693), PR: [omnisharp-roslyn/#1697](https://github.com/OmniSharp/omnisharp-roslyn/pull/1697)) |
| 47 | +* Included NugetSDKResolver in the minimal MSBuild, which introduces support for Nuget based project SDKs like Arcade ([omnisharp-roslyn/#1678](https://github.com/OmniSharp/omnisharp-roslyn/issues/1678), PR: [omnisharp-roslyn/#1696](https://github.com/OmniSharp/omnisharp-roslyn/pull/1696)) |
| 48 | +* Added option (`csharp.supressBuildAssetsNotification`) to surpress missing build asset notifications (PR:[#3538](https://github.com/OmniSharp/omnisharp-vscode/pull/3538)) |
| 49 | +* The minimum Mono version required to run OmniSharp on has been increased to 6.4.0 |
| 50 | + |
| 51 | +## 1.21.10 (February 2, 2020) |
| 52 | +* Updated Razor support (PR:[#3524](https://github.com/OmniSharp/omnisharp-vscode/pull/3524)) |
| 53 | + * Added quick info (hover) support for TagHelper and Blazor components. You can now hover over TagHelpers, Components and their attributes to understand what associated C# type you're hovering over in addition to an attributes expected value type. |
| 54 | + * Migrated Razor's project understanding from the VSCode extension into the Language Server. This enables the language server to reboot without extra assistance (reliability) from an LSP client and also enables future Razor LSP clients to have richer functionality with less "work". |
| 55 | + * Added C# light bulbs to enable users to "Fully Qualify" members that are causing errors. |
| 56 | + * Expanded Razor's TextMate grammar colorization support to understand email addresses and `await foreach`. |
| 57 | + * Several bug fixes |
| 58 | +* Updated Debugger support (PR:[#3515](https://github.com/OmniSharp/omnisharp-vscode/pull/3515)) |
| 59 | + * Added option to search the NuGet.org Symbol Server |
| 60 | + * Added options to control logging Process and Thread exits while debugging |
| 61 | +* Fixed a bug where completion items didn't decode symbols corectly (impacted, for example, object initializer completion quality) ([#3465](https://github.com/OmniSharp/omnisharp-vscode/issues/3465), PR:[omnisharp-roslyn/#1670](https://github.com/OmniSharp/omnisharp-roslyn/pull/1670)) |
| 62 | +* Updated to MsBuild 16.4.0 on Linux/MacOS (PR:[omnisharp-roslyn/#1669](https://github.com/OmniSharp/omnisharp-roslyn/pull/1669)) |
| 63 | +* Added support for implement type options - it is now possible to define whether code-fix/refactoring generated properties should be auto- or throwing-properties and at which place in the class should newly generated members be inserted. They can be set via OmniSharp configuration, such as `omnisharp.json` file. (PR: [omnisharp-roslyn/#1672](https://github.com/OmniSharp/omnisharp-roslyn/pull/1672)) |
| 64 | +* Added support for organizing usings on format. This can be set via OmniSharp configuration, such as `omnisharp.json` file. (PR:[omnisharp-roslyn/#1686](https://github.com/OmniSharp/omnisharp-roslyn/pull/1686)) |
| 65 | +* Improved support for .NET Core 3.1 |
| 66 | + |
12 | 67 | ## 1.21.9 (December 16, 2019) |
13 | 68 | * Use the base filename instead of 'ClassName' in ctor snippet (PR:[#3385](https://github.com/OmniSharp/omnisharp-vscode/pull/3385)) |
14 | 69 | * Added command to re-run code analysis on single project or all projects (PR:[#3089](https://github.com/OmniSharp/omnisharp-vscode/pull/3089)) |
|
0 commit comments