Skip to content

v1.6-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@DustinCampbell DustinCampbell released this 14 Dec 17:26
  • Enable debugger support for Arch Linux (#564)
  • Support for latest .NET Core .csproj projects updates. (omnisharp-roslyn#705)
  • Roslyn scripting support in CSX files! (omnisharp-roslyn#659) (Contributed by @filipw)
  • Support for running/debugging NUnit tests (#996) (Contributed by @HexWrench)
  • Fix signature help display for constructors. (#36) (Contributed by @filipw)
  • Tons of great syntax highlighting fixes and support! (All contributed by @ivanz)
    • Fix for field declarations. (#757)
    • Fix for generic types with multiple type parameters. (#960)
    • Proper support for interpolated strings (verbatim and non-verbatim). (#852)
    • Fix for multi-line properties. (#854)
    • Fixes for events, nested type references (e.g. Root.IInterface<Something.Nested>), variable declarations, nested classes, and fields spanning multiple lines