How to ban only the setter of an indexer...
Read MoreIs it possible to compile a single C# code file with the .NET Core Roslyn compiler?...
Read MoreBold or italic in C# or VB documentation comments?...
Read MoreGet fully-qualified metadata name in Roslyn...
Read MoreHow to find all the hardcoded values in a C# project(solution)?...
Read MoreCannot assign void to an implicitly-typed variable in Visual Studio 2026...
Read MoreHow to give input to Roslyn Analyzers in a NuGet Package?...
Read MoreError RS1035 "The symbol is banned for use by analyzers" while using GeneratorExecutionCon...
Read MoreHow do I get the paths of the directories where .NET reference assemblies are stored, without hardco...
Read MoreHow to make CSharpCompilation respect provided usings?...
Read MoreAccess .editorconfig File from Roslyn CodeFixProvider...
Read MoreAdd a parameter to a method with a Roslyn CodeFixProvider...
Read MoreIs there any way to get Members of a type and all subsequent base types?...
Read MoreHow to cause the CA2254 warning in your own library?...
Read MoreWhy does ISymbol.ContainingNamespace always return System for nullable structs?...
Read MoreNull propagation operator and extension methods...
Read Morecsc.exe exited with code -2146232797 vs 2017...
Read MoreHow to ban an entire namespace with BannedApiAnalyzers?...
Read MoreCould not find a part of the path ... bin\roslyn\csc.exe...
Read MoreRoslyn Source Generator skipped because of trailing space in .cs file name...
Read MoreRoslyn's AllInterfaces returns nothing for List<> and Dictionary<>...
Read MoreConfigure Roslyn's usings quickfix to ignore certain namespaces...
Read MoreHow to unload an assembly in .NET Core / make it collectible?...
Read MoreUsings before/after file-scoped namespace...
Read MoreBehavior of Assembly.GetTypes() changed in Visual Studio 2015...
Read More<Deterministic>true</Deterministic> and file build order...
Read MoreCan I convert a C# string value to an escaped string literal?...
Read MoreFinding all references to a method with Roslyn...
Read More