Skip to content

v1.37.4

Compare
Choose a tag to compare
@JoeRobich JoeRobich released this 20 Nov 21:52
0008fd6
  • Fixed global Mono MSBuild version reporting (PR: #1988)
  • Fixed incremental changes and completion in Cake (PR: #1997)
  • Omnisharp now uses libPaths and sourcePaths defined in custom .rsp file for scripting (PR: #2000)
  • C# scripting should use language version "latest" by default (PR: #2001)
  • Fixed null references in LSP mode when requests are handled before the server fully initializes (#1742, #1515, #1083), PR: #2005)
  • Fixed logging in LSP mode (PR: #2002)
  • Upgraded LSP mode to OmniSharp.Extensions.LanguageServer 0.18.3 (PR: #1998)
  • Improve handling with Cake Script Service (PR: #2013)
  • Updated to latest Dotnet.Script scripting packages for .NET 5.0 (#2020, PR: #2012)
  • Updated Roslyn to 3.8.0, MSBuild to 16.8.0, DotNetHostResolver to 5.0.0, Nuget packages to 5.8.0-rc.6930 and MSBuildSDKResolver to 5.0.101-servicing.20564.2 to match .NET 5.0.100 SDK (PR: #2015, #2016)
  • Workspace create file workaround for VS Code (to avoid race condtion on newly created files) (omnisharp-vscode#4181, PR: #2019)
  • Response file can now used enviroment variables in the path + more error handling (PR: #2008)