Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

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

Getting generic arguments for SymbolCallerInfo in Roslyn

c# generics roslyn

What is the reason for passing SyntaxKind to factory methods of class Syntax?

c# roslyn

Create a Func<> with Roslyn

c# .net roslyn

How to configure Roslyn CustomWorkSpace not to cry for Visual Basic?

c# roslyn

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

How can I add getter and setter to PropertyDeclarationSyntax?

c# roslyn