dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.95k stars 4.02k forks source link

Roslyn Crash #72327

Open TeaDrinkingProgrammer opened 7 months ago

TeaDrinkingProgrammer commented 7 months ago

Analyzer

When I use Rider, the background Roslyn analyzer always crashes.

I have no idea what this error relates to, so if you need extra info I'll gladly supply it. Dotnet Version: SDK 8.0.201

The error (it is too long to paste here, so I used Pastebin.

mavasani commented 7 months ago

The errors seem to be coming due to use of CodeStyle package version mismatch with the underlying compiler version. Moving to roslyn repo