You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## Known Issues in 1.23.1
2
2
3
+
* For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set `"omnisharp.useGlobalMono": "always"`. This is needed until Mono [upgrades their bundled MSBuild version](https://github.com/mono/mono/issues/20250)
3
4
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
4
5
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
5
6
* Limited support for formatting
@@ -10,7 +11,7 @@
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.1 (Not yet released)
14
+
## 1.23.1 (August 19, 2020)
14
15
* Register FixAll commands for disposal ([#3984](https://github.com/OmniSharp/omnisharp-vscode/issues/3984), PR: [#3985](https://github.com/OmniSharp/omnisharp-vscode/pull/3985))
15
16
* Include version matched target files with minimal MSBuild (PR: [omnisharp-roslyn#1895](https://github.com/OmniSharp/omnisharp-roslyn/pull/1895))
16
17
* Fix lack of trailing italics in quickinfo (PR: [omnisharp-roslyn#1894](https://github.com/OmniSharp/omnisharp-roslyn/pull/1894))
0 commit comments