Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

What is a CustomModifier?

Visual Studio 2019: how to disable specific CodeAnalysis messages in .editorconfig?

Can't exclude folders for VS Code OmniSharp's Code Analyser

How to install the VS2019 CodeAnalyis tools using vs_BuildTools.exe

Roslyn get IdentifierName in ObjectCreationExpressionSyntax

Passing command line arguments to roslyn compiler

When to use `silent` code analysis severity?

What are the effects of the "EnforceExtendedAnalyzerRules" flag in the project file

Can we get System.Type from Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax?

Analyzer with Code Fix template

Specify Framework Version for CSharpCompilation.Emit

How to get underlying type for IEnumerable<T> with Roslyn?

Find missing await in solution

How can I feed a loaded Assembly to a Roslyn Workspace in C#

Make diagnostic errors reported by a C# source generator appear in the Visual Studio editor

Keep structured trivia when removing a node

Prevent IDE0055 style analyzer when aligning code with spaces