-
Just like monodevelop feature. I think it useful when we have large class with many inheritance like unity3D's MonoBehaviour. We should have a way to switch between sorting mode
And, if possible, s…
-
This will return information such as this https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp/ScriptCs/ScriptCsContext.cs
So basically everything that is needed to run the script,…
-
_Move from: https://github.com/OmniSharp/omnisharp-vscode/issues/141_
_Author: @natemcmaster_
## Repro step
Clone entity framework to Mac.
From command line: dotnet restore (should succeed)
Open VS C…
-
Hello, I have tried a few things such as removing dotnet completely, having both dotnet and mono, installing msbuild from the AUR, installing the Unity Game Engine for Arch.
I am running the Unity …
-
Certain parts of review updates and requests are moved to do after initial release (parts i think are good to do but are not showstoppers).
Pull requests which these are based on
https://github.co…
-
Here is the corresponding output from the Omnisharp console in Atom
Errors & WarningsOmnisharp output
Starting OmniSharp server (pid:3760)
OmniSharp Location: C:\Users\Fname Lname.atom\packages\omnis…
-
I have cloned this repository and used Visual Studio Code to build it with CTRL + F5.
Some categories are working as expected, some are not working at all.
The situation is as following:
- [x] …
-
Hello,
It's possible to add support for Windows assemblies paths inside wsl?
I use nvim in wsl for Unity, Unity generate .csproj files with Windows paths, since Unity and all its assemblies are inst…
-
I noticed that omnisharp kicked in when trying out ionide for the first time.
```
Errors & WarningsOmnisharp output
Starting OmniSharp server (pid:88953)
OmniSharp Location: /Users/jason/.atom/packag…
-
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 …