roslyn
roslyn copied to clipboard
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
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...
**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...
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...
A lot of these usings became unnecessary with Tomas' work to cleanup our extensions and namespaces.
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)....
**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...