Skip to content

v1.13.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@DustinCampbell DustinCampbell released this 25 Sep 20:28

Project System

  • Fixed bug where LangVersion property was not read correctly from project file, blocking C# 7.1 development. (omnisharp-roslyn#961, PR: omnisharp-roslyn#962]) (Contributed by @filipw)
  • Fixed issue where signing key was not read correctly from project file, which can result in InternalsVisibleTo not being handled properly. (PR: omnisharp-roslyn#964)

Testing

  • Fix issue causing NUnit tests not to work when running or debugging tests. (#1615, PR: #1760). (Contributed by @dgileadi)