-
**Version Used**:
VS 16.7.2
**Steps to Reproduce**:
Create the following Methods
```C#
static int Foo()
{
return 42;
}
static int Foo()
…
-
Discussion initiated in https://github.com/dotnet/roslyn-analyzers/pull/3057#discussion_r353774902
In branch `master` or `2.9.x` we have created a bunch of `GetCSharpResultAt`/`GetBasicResultAt` te…
-
I was running performance comparison for roslyn tests projects. Results below. We were investigating why coverlet is much slower. You can clone https://github.com/dotnet/roslyn and retry this testing.…
-
**Version Used**: 16.5.2
Currently `WriteDocumentationCommentXml` is called to get diagnostics during the IDE experience. Even though the content of these comments will not go to a file (`_writer` …
-
**Version Used**:
8f02e04893
**Steps to Reproduce**:
1. Have a custom workspace of type "Foo"
2. Try to enable diagnostic tagger for the documents in the workspace
**Expected Behavior**:
…
-
Type: Bug
I have the C# extension enabled on my VSCode insider editor and Extention host become unresponsive every time I do anything in the editor. VSCode becomes unusable until I disable this ext…
-
Related to https://github.com/dotnet/roslyn/issues/50347
A core problem today with Fix-All (beyond just running in different processes) is the duplicative effort between getting diagnostics and the…
-
**Version Used**: 16.9.2, 16.10.P1
This is a full minimal repro. Open this project in VS, and you will see tons of suggestions in the error list. In the real-world version of this, it's full of war…
-
As a consumer of the Roslyn LSIF generator tool in an automated environment, I have little visibility into when/why it may fail in aggregate. Currently, when a failure is encountered, we must open up …
-
### Describe the problem you are trying to solve
In Roslyn, we often add new entries to ErrorCode in feature branches. When the feature branches merge, there are issues with duplicates, which a…