|
1 |
| -## Known Issues in 2.0.320 |
| 1 | +## Known Issues |
2 | 2 |
|
3 | 3 | - Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
|
4 | 4 | - [O# Parity] FixAll support for code fixes and refactorings [#5735](https://github.com/dotnet/vscode-csharp/issues/5735)
|
5 | 5 | - [O# Parity] Nuget restore [#5725](https://github.com/dotnet/vscode-csharp/issues/5725)
|
6 |
| -- [O# Parity] Support loading non-solution based projects/files [#5722](https://github.com/dotnet/vscode-csharp/issues/5722) |
7 |
| -- [O# Parity] Out of proc design time builds / legacy csproj support [#5721](https://github.com/dotnet/vscode-csharp/issues/5721) |
| 6 | +- [O# Parity] Support loading projects/files without a solution file [#5722](https://github.com/dotnet/vscode-csharp/issues/5722) |
| 7 | +- [O# Parity] Some csproj projects will not correctly load [#5721](https://github.com/dotnet/vscode-csharp/issues/5721) |
8 | 8 | - [O# Parity] Run and debug tests in context [#5719](https://github.com/dotnet/vscode-csharp/issues/5719)
|
9 | 9 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
10 |
| -- ProcessFrameworkReferences task failed unexpectedly [#5980](https://github.com/dotnet/vscode-csharp/issues/5980) |
11 | 10 |
|
12 | 11 | ## Latest
|
13 |
| -* Update Roslyn to 4.8.0-1.23403.6 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>)) |
14 |
| - * Upgrade NuGet.Frameworks to fix loading projects with the 7.0.4xx (PR:[#69354](https://github.com/dotnet/roslyn/pull/69354)) |
15 |
| - * Emulate suggestion mode in LSP completion by always soft-select (PR:[#69327](https://github.com/dotnet/roslyn/pull/69327)) |
| 12 | +* Update Roslyn to 4.8.0-1.23403.6 (PR: [#6003](https://github.com/dotnet/vscode-csharp/pull/6003)) |
| 13 | + * Fix issue where the ProcessFrameworkReferences task causes projects to fail to load (PR: [#69354](https://github.com/dotnet/roslyn/pull/69354)) |
| 14 | + * Emulate suggestion mode in LSP completion by always soft-selecting (PR: [#69327](https://github.com/dotnet/roslyn/pull/69327)) |
16 | 15 | * Updated CHANGELOG.md (PR: [#5992](https://github.com/dotnet/vscode-csharp/pull/5992))
|
17 |
| -* Add back accidentally excluded changelog file from vsix (PR: [#5991](https://github.com/dotnet/vscode-csharp/pull/5991)) |
| 16 | +* Add back accidentally-excluded changelog file from the extension (PR: [#5991](https://github.com/dotnet/vscode-csharp/pull/5991)) |
18 | 17 |
|
19 | 18 | ## 2.0.320
|
20 | 19 | We are switching to the new Roslyn language server as the default. We recognize that this version doesn’t have full parity with the OmniSharp version. If you need one of these features before we can get to it, you can switch back to OmniSharp by following these [instructions](https://github.com/dotnet/vscode-csharp#how-to-use-omnisharp).
|
|
0 commit comments