Top "Roslyn" questions

Roslyn (aka .NET Compiler Platform) provides open-source C# and Visual Basic compilers with rich code analysis APIs.

Getting type from a symbol in roslyn

What is the best general purpose way to get a System.Type from Microsoft.CodeAnalysis.ISymbol for different types of …

c# .net reflection roslyn roslyn-code-analysis
Getting debugger context in C# interactive

C# Interactive seems a lot more powerful than the Immediate Window (at least it handles lambda expressions that are often …

c# visual-studio debugging roslyn
Simple code completion sample in Roslyn

I'd like to get started with code completion in Roslyn but could not find any simple examples that show how …

c# code-completion roslyn
What is new .Net Native

Today I have read an article about the new .Net Native on MSDN. "Windows Store apps start up to 60% faster …

c# .net roslyn .net-framework-version ryujit
What's the difference between RyuJIT and Roslyn?

I understand that RyuJIT is a quicker compiler than JIT. But is it the new standard for the .NET 4.6 or …

.net roslyn ryujit
what is the state of the "C# compiler as a service "

Back at the PDC in 2008, in the C# futures talk by Anders Hejlsberg he talked about rewriting the C# compiler …

c# .net .net-4.0 roslyn compiler-as-a-service
Build c# 6.0 on TFS 2012

How can I build a Visual Studio 2015 solution using C# 6.0 Features at a TFS 2012 without installing Visual Studio 2015 on a …

c# tfs msbuild roslyn
How to run Roslyn instead csc.exe from command line?

After installing VS 2015, running csc.exe from command line causes this message to be displayed to console: This compiler is …

c# visual-studio-2015 roslyn .net-4.6
run single *.cs script from command line

Is there at last a easy way to execute c# script file from command line? I saw that discussion on …

c# .net roslyn .net-core dotnet-cli
Roslyn failed to compile code

After I have migrated my project from VS2013 to VS2015 the project no longer builds. A compilation error occurs in …

c# .net linq roslyn