New posts in roslyn

Getting debugger context in C# interactive

How to modify code before compilation?

C# 6.0 TFS Builds

Why can't the C# compiler use the implicit cast of T to T? and call my extension method? [duplicate]

Lowered operations in roslyn

C# 7.3 Enum constraint: Why can't I use the nullable enum?

Is Roslyn cross platform?

Using C# 6 features with CodeDomProvider (Roslyn)

Numerous instances of VBCSCompiler.exe

Why does this code crash Visual Studio 2015?

Specifying locale for string interpolation in C#6 (Roslyn CTP6)

Is it possible to compile a single C# code file with the .NET Core Roslyn compiler?

Trying to understand ?. (null-conditional) operator in C#

How to compile a C# file with Roslyn programmatically?

Enums in lambda expressions are compiled differently; consequence of overload resolution improvements?

Can not delete \bin\roslyn\VBCSCompiler.exe - Access is denied

Where has the Code Analysis window gone?

How can I make my code diagnostic syntax node action work on closed files?

What / why is Roslyn "needed" in /bin folder of Asp.Net

Delegate caching behavior changes in Roslyn