-
## Issue Description ##
## Steps to Reproduce ##
1. Create an enum in its own .cs file. Name it `TheEnum`.
2. In a separate .cs file, declare a class and in it, declare a property of type `TheEnum…
-
Any setting allowed on `config.json` (lives in the omnisharp server) or `omnisharp.json` (lives in the user project) can be specified as arguments to the omnisharp-roslyn server on startup. We should …
-
## Environment data
.NET info:
.NET SDK (reflecting any global.json):
Version: 5.0.400
Commit: d61950f9bf
Runtime Environment:
OS Name: Windows
OS Version: 10.0…
-
# Platform
- [ ] Linux
- [X] Windows
- [ ] OSX
# Type
- [X] This is an issue
- [ ] This is a feature request
- [ ] Other
# Checklist
- [X] It hasn't been fixed in the latest master -- as…
-
Here an example of a serialized `CodeAction` response provided by omnisharp-roslyn:
```json
{
"jsonrpc": "2.0",
"id": 9,
"result": [
{
"title": "Remove Unnecessary Usings",
…
-
## Issue Description ##
Hello Support Team,
I have recently encountered an issue with VS Code where references with codelens are not being previewed for parameterized records. I have found that th…
-
I wonder, if I could use emacs25 on WSL (Bash on Ubuntu on Windows) (it's working OOB after Creators Update) with OmniSharp-Roslyn.
I know that
> net46 build requires mono (>=4.8.0) if it is run o…
-
| Field | Description |
|--------------|-------------|
| Plugin | `lsp` |
| Nixpkgs | `unstable` |
| Home Manager | `unstable` |
## Description
The `omnisharp` lsp serv…
-
The code action "Add project reference to 'some_assembly'." always returns an empty `Changes` array.
To repro, clone this demo repo: https://github.com/Melandel/AddAProjectReference
Open `C/Othe…
-
I'd like to improve buttercup by adding support for a user-defined hook that is run after any test has failed. This would make travis build outputs immensely more useful.
Consider my scenario with [om…