What is OmniSharp?
masterOmniSharp is a .NET development platform based on Roslyn workspaces. It provides project dependencies and C# language services to various IDEs and plugins.
Runtime Requirements
- Windows: Built with the .NET Core SDK.
- OSX/Linux: Built with Mono. Requires Mono version
>=6.4.0to be globally installed when using the_net472_build. - Linux HTTP Interface: If you require the HTTP interface on Linux, you must have
libuvinstalled. - Target Frameworks: Targets both
_net6.0_and_net472_. The_net6.0_build requires a .NET SDK version>=6.0_.