|
1 | | -## Known Issues in 1.23.9 |
| 1 | +## Known Issues in 1.23.11 |
2 | 2 |
|
3 | 3 | * For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set `"omnisharp.useGlobalMono": "always"`. The current value of "auto" will remain "never" until Mono [upgrades their bundled MSBuild version](https://github.com/mono/mono/issues/20250). |
| 4 | +* After selecting a solution filter (*.slnf) from the project selector, the solution's name will be displayed in the status bar instead of the filter's. |
4 | 5 | * Known limitations with the preview Razor (cshtml) language service to be addressed in a future release: |
5 | 6 | * Only ASP.NET Core projects are supported (no support for ASP.NET projects) |
6 | 7 | * Error squiggles misaligned for expressions near the start of a new line |
|
10 | 11 | * Renaming symbol fails within a file that had recently been renamed without saving changes. |
11 | 12 | * As a workaround, make an edit within the file before using Rename Symbol. |
12 | 13 |
|
13 | | -## 1.23.10 (Not yet released) |
| 14 | +## 1.23.12 (Not yet released) |
| 15 | +* Debugger changes: |
| 16 | + * Added support for osx-arm64 debugging ([#4390](https://github.com/OmniSharp/omnisharp-vscode/issues/4390)) |
| 17 | + * Added support for exception conditions. See [documentation](https://aka.ms/VSCode-CS-ExceptionSettings) for more information ([#4356](https://github.com/OmniSharp/omnisharp-vscode/issues/4356)). |
| 18 | + * Fixed an issue with character encoding for multi-byte characters written to the debug console ([#4398](https://github.com/OmniSharp/omnisharp-vscode/issues/4398)) |
| 19 | + |
| 20 | +## 1.23.11 (April 9, 2021) |
| 21 | +* Move the global Mono check to the correct place ([#4489](https://github.com/OmniSharp/omnisharp-vscode/issues/4489), PR: [#4492](https://github.com/OmniSharp/omnisharp-vscode/pull/4492)) |
| 22 | + |
| 23 | +## 1.23.10 (April 9, 2021) |
| 24 | +* Support solution filters (*.slnf) (PR: [#4481](https://github.com/OmniSharp/omnisharp-vscode/pull/4481)) |
14 | 25 | * Prompt user to install Blazor WASM companion extension if needed (PR: [#4392](https://github.com/OmniSharp/omnisharp-vscode/pull/4392)) |
| 26 | +* Add path to dotnet so child processes can use the CLI (PR: [#4459](https://github.com/OmniSharp/omnisharp-vscode/pull/4459)) |
15 | 27 | * Give more information when Mono is missing or invalid. ([#4428](https://github.com/OmniSharp/omnisharp-vscode/issues/4428), PR: [#4431](https://github.com/OmniSharp/omnisharp-vscode/pull/4431)) |
16 | 28 | * Revert incremental change forwarding (PR: [#4477](https://github.com/OmniSharp/omnisharp-vscode/pull/4477)) |
17 | 29 | * Fixes to asset generation (PR: [#4402](https://github.com/OmniSharp/omnisharp-vscode/pull/4402)) |
|
28 | 40 | * updated to IL Spy 7.0.0.6372 (PR: [omnisharp-roslyn#2113](https://github.com/OmniSharp/omnisharp-roslyn/pull/2113)) |
29 | 41 | * Add sentinel file to MSBuild to enable workload resolver ([#4417](https://github.com/OmniSharp/omnisharp-vscode/issues/4417), PR: [omnisharp-roslyn#2111](https://github.com/OmniSharp/omnisharp-roslyn/pull/2111)) |
30 | 42 | * fixed CS8605 "Unboxing possibly null value" (PR: [omnisharp-roslyn#2108](https://github.com/OmniSharp/omnisharp-roslyn/pull/2108)) |
| 43 | +* Updated Razor support (PR: [#4470](https://github.com/OmniSharp/omnisharp-vscode/pull/4470)) |
| 44 | + * Bug fixes |
31 | 45 |
|
32 | 46 | ## 1.23.9 (February 3, 2021) |
33 | 47 | * Add option to organize imports during document formatting. (PR: [#4302](https://github.com/OmniSharp/omnisharp-vscode/pull/4302)) |
|
0 commit comments