roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

Results 953 roslyn issues
Sort by recently updated
recently updated
newest added

Closes #78944 The file change handler needs to make sure to reload the project if the project assets file was the thing that changed. I am curious if something about...

Area-Infrastructure
VSCode

**Version Used**: .NET Lab & Godbolt **Steps to Reproduce**: Old version: ```csharp public static class A { public static void M(this T value) where T : class { } public...

Area-Compilers
Feature - Extension Everything
untriaged

Area-Interactive
VSCode

Fix more Update versions Fix more In progress Flip Fix Fix remove wrapper Fix Fix in progress Fix DeclarationKind layering fix One building In progress Breaking out refactoring helpers into...

Area-IDE
Needs API Review
VSCode

A lot of these usings became unnecessary with Tomas' work to cleanup our extensions and namespaces.

Area-IDE
VSCode

It looks like after #78584 the `Microsoft.CodeAnalysis.Build.Tasks` package isn't getting published, which is breaking the MSBuild repo's use of it (to construct a more-up-to-date-than-the-LKG output directory using a newish Roslyn)....

Area-Compilers

**Version Used**: 4.14 **Steps to Reproduce**: 1. clone https://github.com/SleepWellPupper/RhoMicro.BindSight/ 2. checkout `roslyn-nre-repro` 3. do *not* restore 4. run `tests/RoslynNreRepro/RoslynNreRepro.csproj` 5. observe the NRE deep in the `GetDiagnostics()` callstack 6. run...

Area-Compilers
untriaged