Search code examples
How to ban only the setter of an indexer...


c#roslynroslyn-code-analysis

Read More
Is it possible to compile a single C# code file with the .NET Core Roslyn compiler?...


c#compilation.net-coreroslyncsc

Read More
Bold or italic in C# or VB documentation comments?...


c#vb.netvisual-studio-2015roslyn

Read More
Get fully-qualified metadata name in Roslyn...


c#roslyn

Read More
How to find all the hardcoded values in a C# project(solution)?...


c#visual-studioroslyn

Read More
Cannot assign void to an implicitly-typed variable in Visual Studio 2026...


c#.netvisual-studioroslynvisual-studio-2026

Read More
How to give input to Roslyn Analyzers in a NuGet Package?...


nugetnuget-packageroslynanalyzer

Read More
Error RS1035 "The symbol is banned for use by analyzers" while using GeneratorExecutionCon...


c#.netroslynsourcegenerators

Read More
How do I get the paths of the directories where .NET reference assemblies are stored, without hardco...


c#.netroslyn

Read More
How to make CSharpCompilation respect provided usings?...


c#roslyn

Read More
Access .editorconfig File from Roslyn CodeFixProvider...


c#roslynroslyn-code-analysiscodefixprovider

Read More
Add a parameter to a method with a Roslyn CodeFixProvider...


c#code-analysisroslynroslyn-code-analysis

Read More
Is there any way to get Members of a type and all subsequent base types?...


roslyn

Read More
How to cause the CA2254 warning in your own library?...


c#.netroslyncompiler-warnings

Read More
Why does ISymbol.ContainingNamespace always return System for nullable structs?...


c#.net-coreroslyn

Read More
Compiling issues with roslyn...


c#.netentity-framework-coreroslyn

Read More
Null propagation operator and extension methods...


c#roslync#-6.0

Read More
csc.exe exited with code -2146232797 vs 2017...


c#.netvisual-studioroslyncsc

Read More
How to ban an entire namespace with BannedApiAnalyzers?...


c#json.netroslynsystem.text.jsonroslyn-code-analysis

Read More
Could not find a part of the path ... bin\roslyn\csc.exe...


c#asp.net.netvisual-studioroslyn

Read More
Roslyn Source Generator skipped because of trailing space in .cs file name...


c#.netmsbuildroslynsourcegenerators

Read More
Roslyn's AllInterfaces returns nothing for List<> and Dictionary<>...


c#roslynsourcegenerators

Read More
Configure Roslyn's usings quickfix to ignore certain namespaces...


c#.netroslynroslyn-code-analysis

Read More
How to unload an assembly in .NET Core / make it collectible?...


c#code-generationroslynexpression-evaluationassembly-loading

Read More
Usings before/after file-scoped namespace...


c#roslync#-10.0

Read More
Behavior of Assembly.GetTypes() changed in Visual Studio 2015...


c#visual-studio-2015visual-studio-2013roslyn

Read More
Roslyn Compiler as a service...


c#roslyn

Read More
<Deterministic>true</Deterministic> and file build order...


c#roslyn

Read More
Can I convert a C# string value to an escaped string literal?...


c#stringescapingroslyn

Read More
Finding all references to a method with Roslyn...


c#code-analysisroslynfindall

Read More
BackNext