Skip to content

v1.23.11

Compare
Choose a tag to compare
@JoeRobich JoeRobich released this 09 Apr 20:16

Known Issues in 1.23.11

  • 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.
  • 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.
  • Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
    • Only ASP.NET Core projects are supported (no support for ASP.NET projects)
    • Error squiggles misaligned for expressions near the start of a new line
    • Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
  • There currently is no completion support for package references in csproj files. (#1156)
  • Renaming symbol fails within a file that had recently been renamed without saving changes.
    • As a workaround, make an edit within the file before using Rename Symbol.

Changes

  • Move the global Mono check to the correct place (#4489, PR: #4492)