Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Roslyn get MethodInfo from IMethodSymbol

How to remove all member attribute but leave an empty line?

c# roslyn

Find the type of the item at the current position in a C# editor window

Find types that inherit from given INamedTypeSymbol

c# roslyn

Using self-compiled Roslyn from within Visual Studio?

c# .net roslyn

How to detect closures in code with Roslyn?

c# roslyn

SyntaxRewriter and multiple statements

roslyn

Are there built-in "simplifications" with Roslyn?

c# roslyn

Technique for generating valid type names with generic in Roslyn

Roslyn add new method to an existing class

How do I get autoproperties on one line when generating code with Roslyn?

c# code-generation roslyn

Adding class members into specific locations using Roslyn?

c# roslyn

How to add a trailing end of line to AttribueList using Roslyn CTP

c# .net code-generation roslyn

Get constructor declaration from ObjectCreationExpressionSyntax with Roslyn?

c# roslyn

Why does Roslyn crash when trying to rewrite this lambda? (Visual Studio 2015 update 1)

Why this compiler error when mixing C# ValueTuple and dynamic

c# dynamic roslyn c#-7.0

Replace all variables in C# code with methods

c# code-analysis roslyn

Is there a way to move a class from one namespace to the another, programmatically?

c# .net refactoring roslyn

Roslyn analyzer missing assembly warning

Compiler as a service: How to build Refactoring tools?