doomemacs/modules/lang/csharp
Henrik Lissner ad7c0876a5 refactor!(csharp): remove omnisharp-emacs
BREAKING CHANGE: omnisharp-emacs is being removed as it is no longer
maintained and was deprecated (see
https://github.com/OmniSharp/omnisharp-emacs) in favor of the
omnisharp-roslyn LSP clients. It also no longer works in Emacs
28 (throwing an error when starting the server). Users need only enable
:lang (csharp +lsp) and install omnisharp-roslyn instead.

The :lang csharp module's README.org was intentionally left un-updated
because of a larger, upcoming documentation update which will reflect
these changes.

Close #5036
2021-09-15 01:22:33 +02:00
..
autoload.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
config.el refactor!(csharp): remove omnisharp-emacs 2021-09-15 01:22:33 +02:00
doctor.el doom/doctor: fix over-eager omnisharp checks 2020-05-15 01:33:52 -04:00
packages.el refactor!(csharp): remove omnisharp-emacs 2021-09-15 01:22:33 +02:00
README.org Updated ordering 2020-12-08 19:39:32 +00:00

:lang csharp

Description

This module adds C# support to Emacs. Powered by omnisharp (directly or through LSP).

Module Flags

  • +lsp Enables omnisharp through LSP support (requires omnisharp).
  • +unity Enables special support for the Unity game engine (particularly, support for HLSL shaders).
  • +dotnet Enables Dotnet transient interface with Sharper

Plugins

Prerequisites

This module needs:

  • omnisharp (with the +lsp flag, this must be installed externally. Without it, use M-x omnisharp-install-server)
  • .NET SDKs (on Windows)
  • Mono (on UNIX platforms)
  • .NET Core 1.X - 3.X or .NET 5 for cross platform

TODO MacOS

Arch Linux

sudo pacman --needed --noconfirm -S mono

TODO NixOS