v1.6-beta2
Pre-release
Pre-release
- Properly support
<NoWarn>
in MSBuild projects and specifically ignore theCS1701
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)