-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
Issue Type: Bug
Hello, the syntax color for C# has a small bug in identifying the keyword "this" as a left hand side expression. This bug was found when coding C# scripts for Unity.
Required …
-
Currently Enum name cleanup follows the same naming cleanup logic as classes for example, meaning invalid characters like ':' are just removed.
But Enum names are generally important to keep as defin…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hi,
Great 3d pipeline (from your reddit post, if i remember correctly, on r/chsarp)
i get an exception when checking Triangles normals.
As i'm trying to build my own 3d pipeline too, i must s…
-
_From @vrokolos on February 14, 2018 13:26_
This error comes up because the solution dir passed is the folder open and the current solution is one folder up. Can I change it manually using omnisharp.…
-
### Library name
N/A
### Please describe the feature.
Right now, any change in `./eng` apart from the excludes will trigger `net-core-ci`, which takes quite a while to finish.
https://github…
-
## Description
All our nightly build failed. A sample is https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4130610&view=results
The root cause is the dependency conflict when runni…
-
**Version Used**:
4.4.0
**Steps to Reproduce**:
1.
```
var instance = MSBuildLocator.QueryVisualStudioInstances().First();
MSBuildLocator.RegisterInstance(instance);
```
this registers…