Skip to content

v1.6-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@DustinCampbell DustinCampbell released this 23 Nov 21:33
  • Properly support <NoWarn> in MSBuild projects and specifically ignore the CS1701 warning in .NET Core MSBuild projects (#967)
  • Fix global.json-based project search to also the top-level folders specified by the "projects" property and not just their children. (#904 and #962)
  • Fix exception thrown when sending /autocomplete request to OmniSharp server in location where no completion items are available (#980)
  • Improve display of hover tool tips for nested classes (#394) (Contributed by @filipw)
  • Fix spacing in hover tool tips around <paramref/> in XML doc comments (#672) (Contributed by @filipw)