Skip to content

Commit 9de7590

Browse files
Tweaks to the changelog:
1. Fixing some PR links. 2. Removing one bug that was fixed from known issues. 3. Rephrase a few known issues for clarity
1 parent fccdca6 commit 9de7590

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
## Known Issues in 2.0.320
1+
## Known Issues
22

33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- [O# Parity] FixAll support for code fixes and refactorings [#5735](https://github.com/dotnet/vscode-csharp/issues/5735)
55
- [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)
88
- [O# Parity] Run and debug tests in context [#5719](https://github.com/dotnet/vscode-csharp/issues/5719)
99
- 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)
1110

1211
## 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))
1615
* 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))
1817

1918
## 2.0.320
2019
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

Comments
 (0)