-
## Context
I have an extension that contains custom Roslyn analyzers, refactorings and code fixes. I use OmniSharp settings to configure it:
```json
{
"RoslynExtensionsOptions": {
…
-
I'm develop a .net 5 project. For that I have embeded version of .net 5, For that setup to load analyzers I've enabled a flag
` `
However analyzers frequently are failing, it's purely random.
Here …
-
Allow Go To Definition to pull sources from Source Link enabled assemblies.
See also https://github.com/dotnet/roslyn/issues/24349
Background:
* [x] ~Embed document information into the PDB for…
-
I'm unable to build master as some test fails with: `Failed to bind to address http://localhost:2000 An attempt was made to access a socket in a way forbidden by its access permissions`
I've tried ru…
-
**Describe the bug**
When using VS Code from Windows to do remote development in Pengwin, the OmniSharp extension cannot load the "netstandard" assembly. OmniSharp provides Intellisense for C# code.
…
claq2 updated
4 years ago
-
## Issue Description ##
When working with razor files, saving a file don't work.
"Sometime" a message is displayed at the bottom of the screen
![Screen Cast 2020-10-25 at 4 53 10 PM](https://user-i…
-
Automatic pull request to update the omnisharp-roslyn version have not gone through for over a year now due to the build failing.
xen22 updated
4 years ago
-
I'm trying to build and run omnisharp with emacs in docker. I'm quite new to dotnet on linux so I'm kinda lost about a lot of things but for some reason omnisharp is completely ignoring stdin when run…
-
When starting the server with a `sln` file, the solution will not be opened unless `omnisharp-start-omnisharp-server` is run with the working directory the same as the directory containing the `sln`.
…
-
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…