Skip to content

v1.36.0

Compare
Choose a tag to compare
@JoeRobich JoeRobich released this 10 Aug 17:58
ad4f3ca
  • Introduced a new /quickinfo endpoint to provide a richer set of information compared to /typeinfo. Consumers are encouraged to use it as their hover provider (#1808, PR: #1860)
  • Updated LSP hover provider to use the new QuickInfo based services (PR: #1870)
  • Fixed return type in LSP completion handler (#1864, PR: #1869)
  • Upgraded to the latest version of the csharp-language-server-protocol #1815
  • Added support for Roslyn EmbeddedLanguageCompletionProvider which enables completions for string literals for DateTime and Regex (#1871)
  • Improve performance of the textDocument/codeAction request. (PR: #1814)
  • Updated Roslyn to Roslyn version and tools to match .NET 5 Preview8 (PR: #1867)
  • Provide a warning when the discovered MSBuild version is lower than the minimumMSBuildVersion supported by the configured SDK (PR: #1875)
  • Use the real MSBuild product version during discovery (PR: #1876)
  • Fixed debugging in .NET 5 preview SDKs (omnisharp-vscode#3459, PR: #1862)