Search code examples
How to ask Roslyn to generate an identifier name for me?...


roslynroslyn-code-analysis

Read More
Is it safe to use different AdhocWorkspace instances concurrently?...


.netroslynroslyn-code-analysis

Read More
How do I get the containing namespace of a called method using Roslyn when that method has no symbol...


c#roslynroslyn-code-analysis

Read More
How do I specify a custom code analysis ruleset for multiple projects in a solution using Visual Stu...


visual-studioroslynsolutionstatic-code-analysisroslyn-code-analysis

Read More
C# TypeKind of string? is TypeKind.Class...


c#roslyn-code-analysissourcegenerators

Read More
Suppress IDE0063 only for TransactionScope type...


c#visual-studioroslyn-code-analysis

Read More
CA1034 is not being shown, even with <AnalysisMode>AllEnabledByDefault</AnalysisMode>...


c#.net-corecode-analysis.net-5roslyn-code-analysis

Read More
Is it impossible to have NuGet-dependencies at .nuspec of a Roslyn analyzer package?...


c#visual-studiodependenciesnugetroslyn-code-analysis

Read More
How to add additional dll to Roslyn analyzer NuGet package?...


c#visual-studiodllnugetroslyn-code-analysis

Read More
Check if an ITypeSymbol is a delegate type...


c#roslynroslyn-code-analysis

Read More
Prevent IDE0055 style analyzer when aligning code with spaces...


c#.netroslyn-code-analysis

Read More
"Use range operator" suggested fix produces invalid code...


c#visual-studioasp.net-coreasp.net-core-mvcroslyn-code-analysis

Read More
what is correct format for multiple discard variables in c# method...


c#roslyn-code-analysisroslynator

Read More
"Analyzer with Code Fix" project template is broken...


c#unit-testingvisual-studio-2019roslyn-code-analysis

Read More
Could Visual Studio IDE0032 recommendation sometimes be the wrong thing to apply?...


c#visual-studiorefactoringcode-analysisroslyn-code-analysis

Read More
Get default namespace from existing csproj (Microsoft.NET.Sdk format)...


c#visual-studiomsbuildroslyn-code-analysis

Read More
Default config for .NET 5 code style analyzers...


.netroslynroslyn-code-analysis.net-5

Read More
What's the difference between Microsoft.CodeAnalysis.FxCopAnalyzers and Microsoft.CodeAnalysis?...


c#code-analysisroslyn-code-analysis

Read More
How can I get the most fully reduced type name of an arbitrary type in a given namespace context usi...


c#roslynroslyn-code-analysis

Read More
Built-in code analysers vs NuGet packages...


visual-studio-2019stylecopstatic-code-analysisroslyn-code-analysisroslynator

Read More
Getting type from a symbol in roslyn...


c#.netreflectionroslynroslyn-code-analysis

Read More
Nullable Interface does not trigger CS8602...


c#.net-coreroslynroslyn-code-analysisomnisharp

Read More
Roslyn - Is symbol implementation of interface?...


c#roslynroslyn-code-analysis

Read More
Loading projects using Microsoft.VisualStudio.LanguageServices throws System.ArgumentNullException f...


c#visual-studio-2017roslynvsixroslyn-code-analysis

Read More
C# Use SourceGenerator with CSharpCompilation...


c#roslynroslyn-code-analysis

Read More
What Replaces Code Analysis in Visual Studio 2019?...


visual-studioroslynfxcoproslyn-code-analysisvisual-studio-2019

Read More
Why are all the analyzers on a new .NET5 project suppressed?...


code-analysisroslyn-code-analysis.net-5

Read More
Get the actual enum type from a nullable enum type in a switch statement during roslyn analyis...


c#roslyn-code-analysis

Read More
How to specify Marshalling for the function MAPISendMail...


c#vb.netvisual-studio-2019marshallingroslyn-code-analysis

Read More
Parsing source file and trying to get its methods doesn't work. Why is it not working?...


c#roslynroslyn-code-analysis

Read More
BackNext