Skip to content

Commit 4e8064e

Browse files
[automated] Merge branch 'main' => 'prerelease' (#8356)
2 parents 71bdaba + 19384e1 commit 4e8064e

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

6+
# 2.82.x
7+
* Bump Roslyn to 5.0.0-1.25302.10 (PR: [#8347](https://github.com/dotnet/vscode-csharp/pull/8347))
8+
* Directly create virtual project when dotnet run-api is missing for now(PR: [#78788](https://github.com/dotnet/roslyn/pull/78788))
9+
* Ensure sln load uses project absolute paths(PR: [#78772](https://github.com/dotnet/roslyn/pull/78772))
10+
* Switch return to continue(PR: [#78781](https://github.com/dotnet/roslyn/pull/78781))
11+
* Fix cast before we unsubscribe(PR: [#78776](https://github.com/dotnet/roslyn/pull/78776))
12+
* Don't refresh dynamic files under a lock(PR: [#78775](https://github.com/dotnet/roslyn/pull/78775))
13+
* Invoke `dotnet run-api` to obtain virtual project(PR: [#78648](https://github.com/dotnet/roslyn/pull/78648))
14+
* Always log language server PID(PR: [#78722](https://github.com/dotnet/roslyn/pull/78722))
15+
* LSP: Fix batch builds for file-based programs and fix `"dotnet.projects.binaryLogPath"` throwing an exception(PR: [#78644](https://github.com/dotnet/roslyn/pull/78644))
16+
* Support local functions in outline/breadcrumbs(PR: [#78605](https://github.com/dotnet/roslyn/pull/78605))
17+
* Fix angle brackets in generics in hover(PR: [#78621](https://github.com/dotnet/roslyn/pull/78621))
18+
619
# 2.81.x
720
* Bump Razor to 10.0.0-preview.25279.1 (PR: [#8336](https://github.com/dotnet/vscode-csharp/pull/8336))
821
* Don't produce RazorSourceDocuments for imports with incorrect file paths (#11897) (PR: [#11897](https://github.com/dotnet/razor/pull/11897))

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ For more information you can:
3030
If you don’t want to take advantage of the great Language Server features, you can revert back to using OmniSharp by going to the Extension settings and setting `dotnet.server.useOmnisharp` to true. Next, uninstall or disable C# Dev Kit. Finally, restart VS Code for this to take effect.
3131

3232
## Found a Bug?
33-
To file a new issue:
34-
35-
1. Open the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type "Open Settings (UI)", and press Enter.
36-
2. Search for "trace" in the search bar. Under "Dotnet > Server: Trace" select "Trace" from the drop down. This will provide more output information.
37-
3. Reload the window by opening the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type "Reload Window", and press Enter.
38-
4. Next, check the C# logs in the Output Window by opening it with Ctrl+Shift+U (Cmd+Shift+U on macOS), and select C# from the dropdown.
39-
5. Select and copy all the text in the log, and then report the issue through VS Code.
40-
6. Open the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type “CSharp: Report an issue”, and press Enter.
41-
7. This will open a window with all the necessary information related to the C# extension, dotnet version, mono version, etc.
42-
8. Paste the previously copied C# log into the “Steps to Reproduce” field. Please also include a description of what you were doing/attempting to do at the time the problem occurred.
43-
9. Click the “Preview on GitHub” button, and then file the issue.
44-
45-
Alternatively, you could visit https://github.com/dotnet/vscode-csharp/issues and file a new issue there.
33+
To file a new issue, follow the instructions at https://github.com/dotnet/vscode-csharp/blob/main/SUPPORT.md.
4634

4735
## Contributing
4836

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.0.0-1.25266.2",
43+
"roslyn": "5.0.0-1.25302.10",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25279.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.81",
3+
"version": "2.82",
44
"publicReleaseRefSpec": [
55
"^refs/heads/release$",
66
"^refs/heads/prerelease$",

0 commit comments

Comments
 (0)