Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Collecting a source code change list and then apply it with Roslyn

c# roslyn

Strange parsing behavior of single closing braces using Roslyn-CTP

c# .net curly-braces roslyn

Can you cache compiled code to execute against different Session/hostObject?

c# roslyn

Move to Resource refactoring

What is a PatternSyntax in Roslyn

How do I change a field type using FieldTypeDeclaration ( Roslyn )

How to remove a list of SyntaxNode from the Document using Roslyn code fix provider APIs?

Extracting code as pure string from Roslyn API

Roslyn: How to replace an IdentifierName with an Expression

c# roslyn

Roslyn source generator is "ignored"?

Does Roslyn conflict with ReSharper?

IApplicationBuilder exists in both Microsoft.AspNet.Http.Abstractions and Microsoft.AspNet.Http

asp.net asp.net-core roslyn

advantages of Roslyn vs ReSharper

resharper roslyn

Roslyn compiler in asp.net - conditional compilation symbols not picked up

asp.net roslyn

What's the best way to check source code lines for exceeding line length with Roslyn Analyzer?

How get default namespace of project with roslyn?

c# namespaces roslyn

How can I verify that a specific cast is valid using Roslyn

Provide information for the caller of a certain method with Roslyn