-
**Version Used**: 4.13.0-2.24555.1 ([9dcb2a3](https://github.com/dotnet/roslyn/commit/9dcb2a31699f7d09974c9b5af571b102b291ee44))
**Steps to Reproduce**:
```cs
using System;
using System.Collections;…
-
### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
When I build the following repository I get an AccessViolationException:
Repository: https://github.co…
-
### Display
| Endpoint | Cohosting | Calls Roslyn | Calls Web Tools | Notes |
| ---------------------------- | --------- | ------------ | ---------- | -------…
-
**Version Used**:
VS 17.9 Preview 2 and roslyn main (was finally able to run roslyn deployment from the source)
**Steps to Reproduce**:
```cs
int[] integers = new int[] { 1, 2, 3 };
```
Hover …
-
## Summary
This feature is looking to add hovering, completion, and diagnostics to .editorconfig files.
## Background and Motivation
Despite that .editorconfig files have a GUI for users to modi…
-
Detecting generated code is an essential building block for our analyzers. At the moment, we use a heuristic on the syntax-tree level in the [GeneratedCodeRecognizer](https://github.com/SonarSource/so…
-
**Version Used**:
```
Microsoft Visual Studio Professional 2022
Version 17.12.0 Preview 2.1
VisualStudio.17.Preview/17.12.0-pre.2.1+35323.107
Microsoft .NET Framework
Version 4.8.09037
```
**Steps t…
-
Starcounter.ErrorCodes.csproj contains these:
```
portable-net45+win8
```
The issue referenced in the first comment is closed.
There is no reference to `Sy…
-
Currently F# uses FSharpDocumentDiagnosticAnalyzer, which implements Roslyn's DocumentDiagnosticAnalyzer.
The goal is to replace this with LSP pull diagnostics.
-
## Summary
Extend IDE0051 to internals
## Background and Motivation
IDE0051 flags private members that aren't ever called, read, written, etc. That same support is valuable but missing for i…