Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

Generate warning on specific method call (.net binary class library)

Why does my C# analyzer not display messages (DiagnosticSeverity.Info)

c# roslyn-code-analysis

Run Roslyn analyzers during live code editing but not during build

Can I force a non-exhaustive c# switch expression to cause a compile error?

c# roslyn-code-analysis

How do I change a field type using FieldTypeDeclaration ( Roslyn )

Extracting code as pure string from Roslyn API

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