Releases: OmniSharp/omnisharp-roslyn
Releases · OmniSharp/omnisharp-roslyn
Bug fixes and improvements
A handful of bug fixes have gone in:
- Fix OS X build to properly link openssl
- Ensure that Roslyn Workspace events triggered by the OmniSharp server (such as "ProjectChanged") include project information.
- /codeformat end point can now return text changes
Improve .csproj processing
v1.9-beta12 Merge pull request #609 from razzmatazz/fix-csproj-loading-without-so…
Update to .NET Core 1.0 and add new Linux distros
This release updates package dependencies to .NET Core 1.0 and adds new Linux distros supported by .NET Core:
- Ubuntu 16.04
- openSUSE 13.2
- Fedora 23
Fix MSBuild support
Merge pull request #595 from OmniSharp/troy-msbuild-451 Add net451 MSBuild project system back
Using new Roslyn Completion List API
This release takes advantage of the new Roslyn Completion List API when handling the AutoComplete end point.
And then the platform changes...
Merge pull request #582 from OmniSharp/react-runtime-changes react to runtime changes
Now with CoreCLR MSBuild
This release includes #581, which changes the MSBuild project system to use the portable CoreCLR-based MSBuild packages.
Streaming diagnostics!
Merge pull request #574 from OmniSharp/streaming-diagnostics-2 Streaming diagnostics
Updated file paths too...
🐑
Release with fixed deployment!
Merge pull request #569 from OmniSharp/fix-deployment Fix deployment