Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn-code-analysis

Loading C# solution faster with Rosyln

How to specify TargetFramework for a newly created Workspace?

How to reference local assemblies in roslyn analyzer tests?

Add Namespace to class with Roslyn CodeAnalyzer

what is correct format for multiple discard variables in c# method

C# CodeAnalysis ProtectedAndInternal vs ProtectedOrInternal

Exception line number in CSharpScript.EvaluateAsync

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?