Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Why shouldn't I read files in a SourceGenerator?

c# roslyn sourcegenerators

Roslyn - Find all symbols

How to prevent _loosing_ indentation (WhiteSpaceTrivia) when rewriting identifier name with CSharpSyntaxRewriter using Roslyn

c# roslyn

C# Roslyn replace methods

Cake Build Suppress MSBuild Warnings

Roslyn: Analyzing the object invoking the method

Will Roslyn be part of the .NET framework?

Roslyn - find declarations with fully qualified name

Roslyn get IdentifierName in ObjectCreationExpressionSyntax

Identify if class is abstract with Roslyn

c# roslyn

How to validate a parameter's type in method when using Roslyn

c# code-analysis roslyn

Passing command line arguments to roslyn compiler

Getting Roslyn SemanticModel from ProjectItem in Visual Studio extension

How to partially update compilation with new syntax tree?

c# roslyn

Perform Roslyn conditional compilation with custom symbol (eg: "DEBUG") defined

How to get reference to System.Collections for CSharpCompilation

.net-core roslyn

Code generation "Quick Actions" in Visual Studio 2022 no longer working in C#

Detecting implicit casts in a Roslyn diagnostic analyzer

c# roslyn

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

C# Source Generators debug in vscode