Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Getting type from a symbol in roslyn

New generated GeneratedMSBuildEditorConfig file since recent upgrade

roslyn editorconfig

Run F# code in C# - (Like C# in C# using Roslyn)

c# .net f# roslyn

Is the Roslyn model so C#/VB.NET centric that it precludes XAML analysis now and in the future?

Supporting Multiple Versions of a Compilation Dependency (vNext)

When to use SemanticModel.GetSymbolInfo and when SemanticModel.GetDeclaredSymbol

Roslyn API documentation [closed]

.net roslyn

Building one web project breaks the compiled version of the second in solution

Compiler generates infinite loop after finally block when

c# roslyn cil

C# Roslyn API, Reading a .cs file, updating a class, writing back to .cs file

c# roslyn

Null propagation operator and dynamic variable

c# dynamic roslyn c#-6.0

C#6/C++ ref keyword error

c# c++ interop roslyn ref

Compiler Bug when using ?. resulting in a Bad Image that fails PEVerify

Get the SyntaxNode given the linenumber in a SyntaxTree

c# roslyn

Using Roslyn Emit method with a ModuleBuilder instead of a MemoryStream

Getting Class FullName (including namespace) from Roslyn ClassDeclarationSyntax

c# roslyn

Can I use Roslyn for compile time code rewriting?

Simple code completion sample in Roslyn

c# code-completion roslyn

TFS won't compile string interpolation syntax

How to find the SyntaxNode for a method Symbol in a CompilationUnit?

c# roslyn