Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

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

How to find type of the field with specific name in Roslyn

Question on Microsoft.CodeAnalysis.NetAnalyzers and FxCop analyzers

Roslyn CodeFixProvider isn't loading or running in the Visual Studio IDE. What am I missing?

How to find if a parameter to an invoked method is a variable (via "var/string") or an in-line string using Roslyn

SemanticModel.GetSymbolInfo(typeSyntax) returns null