Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

Make code analyzers ignore AssemblyInfo.cs

Find all method calls for a specific method using Roslyn

How to include keywords and aliases in Roslyn recommended symbols?

EditorConfig - how to access editorconfig rule settings in custom analyzer

How to compare type symbols (ITypeSymbol) from different projects in Roslyn?

Some projects' dependencies contain unexplained code analyzers

C# Roslyn Compiler - How to get namespace of a type from IdentifierNameSyntax?

How can I find all signatures(overloads) of a method in Roslyn in a class or partial class files?

Cannot create a compilation in Roslyn from source code

How to use Roslyn to determine line code's position in a source file

roslyn-code-analysis

Is it possible to use Rosyln or Resharper to detect possible DivideByZero cases?

Roslyn SyntaxTree Diff

Can I use a roslyn analyzer from within the solution it is defined in?

Roslyn: Retrieving Symbol in parent or ancestor SyntaxNode

Using the Roslyn Semantic Model to Find Symbols in a Single .cs File

Find UsingDirectiveSyntax that belongs to InvocationExpressionSyntax

Constructing NameOf expression via SyntaxFactory (Roslyn)

Adding new field declaration to class with Roslyn