Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Upgrading Microsoft.CodeAnalysis.CSharp for Roslyn analyzer

c# nuget roslyn

How to find if a parameter to an invoked method is a variable (via "var/string") or an in-line string using Roslyn

SemanticModel.GetSymbolInfo(typeSyntax) returns null

C# closure heap allocation happening at start of method

c# .net closures roslyn

Will Roslyn be able to parse and compile F# code?

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