v1.12.0-beta4
Pre-release
Pre-release
Project System
- Mono targets and tasks are now located properly when Mono is installed. This enables support for many Mono-based projects types, such as Xamarin.iOS, Xamarin.Android, MonoGame, etc. (#1597, #1624, #1396 omnisharp-roslyn#892, PR: omnisharp-roslyn#923)
Other Updates and Fixes
- Added nag message when project.json projects are opened by OmniSharp, to serve as a reminder to migrate projects from project.json to .csproj. (PR: #1657)
- Added
typeproperty tocsharp.unitTestDebuggingOptionsto allow debugging tests with 'clr' debugger (Windows only). (#1586, PR: #1663) - The
[csharp]configuration section is now checked for formatting options. (#1574) (Contributed by @filipw)