Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

Roslyn source generator is "ignored"?

What's the best way to check source code lines for exceeding line length with Roslyn Analyzer?

Roslyn Code Action: How to check if preview or real execution?

How to change Code analysis error CA1506 class coupling to "moderate maintainability"

Changing semantics in C# analyser "Collection initialization can be simplified" IDE0028

How to find all usages of a MethodDeclarationSyntax in solution with Roslyn

Roslyn Analyzer - Finding the current concrete implementation of interface's method call

How to persist a solution with projects and documents using Roslyn's AdhocWorkspace?

How can I change the text of an EnvDTE.Document?

What does TypeKind.Submission and TypeKind.Module mean in the Microsoft.CodeAnalysis.TypeKind enum?

SyntaxWalker doesn't visit trivia