csharp_prefer_simple_using_statement / IDE0063 Not Appearing When Expected...
Read MoreReliably compare type symbols (ITypeSymbol) with Roslyn...
Read MoreNSubstitute analyzer giving a warning incorrectly?...
Read MoreAccess multiple projects from IIncrementalGenerator...
Read MoreUsing Microsoft.CodeAnalysis, how do I get the value of an Attribute property that is of type Type?...
Read MoreRoslyn CompletionService does not infer type for implicit foreach variable...
Read MoreInject method parameter at compiletime using Roslyn...
Read MoreDifference in performance when using Compiler API versus Workspace API in Roslyn...
Read MoreWhen to use SemanticModel.GetSymbolInfo and when SemanticModel.GetDeclaredSymbol...
Read MoreHow can I compare a ClassDeclarationSyntax object against an IdentifierNameSyntax object?...
Read MoreCS8032 Warnings when building solution with referenced analyzer projects in VS...
Read MoreHow do I add a new region using roslyn (CodeFixProvider)...
Read MoreHow to get the type parameters of a Roslyn TypeSyntax?...
Read MoreCanot resolve argument parameters in Roslyn Source Generation...
Read MoreHow to get type of lambda in C# using Roslyn?...
Read MoreCan I force a non-exhaustive c# switch expression to cause a compile error?...
Read MorePassing command line arguments to roslyn compiler...
Read MoreHow does the compiler pipeline correspond to Incremental Source Generation?...
Read MoreRoslyn Analyzers do not run often enough...
Read MoreSpecific Requirements for custom Roslyn Code Analyzer to run in live analysis?...
Read MoreCan not get Roslyn to work with .NET 5 project...
Read MoreHow to get all C# types or namespaces that Roslyn couldn't find?...
Read MoreCan we modify the existing assembly(dll) by using CSharpCompilation.Create()? If not how to do?...
Read MoreHow to create a constructor with a parameter with Roslyn?...
Read MoreRoslyn CodeFix - MSBuild Properties/metadata and Unit testing...
Read MoreVS2017 crashes with 'FileNotFoundEx: System.Runtime.CompilerServices.Unsafe, V=4.0.4.1' upon...
Read MoreLanguageVersion does not contain a definition for C# 9 after clearing NuGet caches...
Read MoreUsing Roslyn, how to enumerate members (Namespaces, classes etc) details in Visual Basic Document?...
Read MoreHo to add project to all solution projects except itself?...
Read MoreGetting CA2007 after upgrading to 6.0 version of the Roslyn Analyzers...
Read More