Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Loading a Roslyn compiled assembly into a sandbox AppDomain

c# roslyn

Roslyn, how can I instantiate a class in a script during runtime and invoke methods of that class?

Smart refactoring using Roslyn CTP [closed]

c# .net refactoring roslyn

Using Roslyn in F#

How to create an AttributeSyntax with a parameter

modify syntax tree, then get updated semantic model

c# roslyn