Releases: OmniSharp/omnisharp-roslyn
Releases · OmniSharp/omnisharp-roslyn
Rename changes
Adds a parameter to allow text changes from a rename operation to not be applied immediately to the Roslyn workspace.
This allows changes to flow from the editor like other changes.
Update buffers from disk
This release adds the capability to update a buffer from the disk rather than the editor. Useful for reverting files etc.
React to Design Time Host rename
Adds NuGet sources endpoint
Merge pull request #271 from OmniSharp/nuget-sources Added package sources endpoint
Longer timeout for DTH
Wait up to 10 seconds for Design Time Host to spring to life.
NuGet package search
Adds commands for NuGet package search and version searches.
v1.0.7.1: Merge pull request #259 from OmniSharp/dnx-frameworks
Add Dnx frameworks
Extra framework information
This release adds short names and friendly names to project information from /projects
Semantic highlighting
Adds support for getting semantic information from c# files for use with editor syntax highlighting.
Adds Windows dnx runtime to release
Merge pull request #255 from OmniSharp/add-dnx-win-to-release Add dnx win to release