-
Today OmniSharp starts on either a folder or a sln file and both project systems (msbuild, asp) do things. It sort of goes like this:
- if its a solution file
- msbuild loads the solution unless the…
-
**Steps to reproduce:**
Create a new csx In VSCode with something similar to the following code:
#r "MyCustomAssembly.dll"
[MyCustomAttribute]
string myField;
**Actual result:**
The editor s…
-
Getting a weird list with only 5 EntityFramework options when start typing in {"dependencies" : ""}
-
It's failing the test case in mono environment, by tracing the code I couldn't find where it could throw such exception in BuildEnvironmentHelper. Any help is appreciated
Changes related: https://git…
-
It would be great to have some documentation on each command. I managed to run a few things using the unit tests as an example, but that's less than ideal.
Doesn't need to be a full fledged manual,…
-
I have noticed that each time I restart the server manually all the .cs buffers have their flycheck in "defunct mode", i.e. I need to re-open the file to get flycheck check that buffer again.
-
With the announcement recently that the dotnet tooling has went 1.0.0 are there plans to added in support for this. Currently, I'm unable to build a project without a makefile present.
```makefi…
-
## DebuggerDisplay attribute not used for dictionary key and value collection display ##
## Steps to Reproduce ##
Debug code with an object in a Dictionary that has a DebuggerDisplay attribute.
Dis…
-
It would be wise to also push this extension to Open VSX Registry so that it's available from Gitpod.
https://open-vsx.org/
-
Hello. I am having some issues with the `Run Test` and `Debug Test` code lens. The following code in `src/OmniSharp.DotNetTest/VSTestManager.cs::62` is giving me some grief.
````
protected override …