Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Is it possible to create a Portable class library with Roslyn?

Creating new Microsoft.CodeAnalysis.CustomWorkspace - got ReflectionTypeLoadException

c# roslyn

How does asp.net mvc 6 knows what resources to add when a controller does not inherith from Controller class?

MvcBuildViews in MS2015 takes a long time

Roslyn: Retrieving Symbol in parent or ancestor SyntaxNode

Using the Roslyn Semantic Model to Find Symbols in a Single .cs File

Find UsingDirectiveSyntax that belongs to InvocationExpressionSyntax

Constructing NameOf expression via SyntaxFactory (Roslyn)

A particular usage of StrongBox

roslyn

MSBuildWorkspace.Create() - Supported languages is zero

c# roslyn

How to generate initialization of class fields with Roslyn

c# roslyn

Roslyn: How to get the ITypeSymbol associated with an identifier?

c# .net roslyn

Adding new field declaration to class with Roslyn

Why is this method invocation ambiguous?

c# roslyn c#-7.2

How does the System.ValueTuple NuGet expand my language features? [closed]

c# roslyn valuetuple

VisitClassDeclaration node.Identifier in Roslyn

c# .net roslyn

Roslyn - how to add statements after matching InvocationExpressionSyntax

c# roslyn

Roslyn - Change TextSpan of SyntaxToken or SyntaxNode

c# roslyn

Is there any way to get Members of a type and all subsequent base types?

roslyn

Add a parameter to a method with a Roslyn CodeFixProvider