Top "Roslyn" questions

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

Could not find a part of the path ... bin\roslyn\csc.exe

I am trying to run Asp.net MVC project retrieved from TFS source control. I have added all assembly references …

c# asp.net .net asp.net-mvc roslyn
How to upgrade msbuild to C# 6?

I want to use C# 6 in my project (null propagation, other features). I've installed VS 2015 on my PC and it …

c# msbuild continuous-integration roslyn c#-6.0
Publish website without roslyn

I am trying to create web application using Visual Studio 2015 and .NET 4.5.1. When I publish the website, visual studio create …

visual-studio visual-studio-2015 roslyn
What / why is Roslyn "needed" in /bin folder of Asp.Net

There are a bunch of related questions on this, though most of the answers define Roslyn and/or provide a "…

asp.net-web-api asp.net-mvc-5 roslyn
VS2015 build fails with no error message with Dynamic

I was writing a unit test on a piece of code that returned JSON. The type that it returns is …

c# visual-studio-2015 roslyn
Can the C# interactive window interact with my code?

In Visual Studio 2015 or later, I can open the 'C# interactive window', and run code: > 5 + 3 8 That's cute. Now how …

c# .net visual-studio roslyn
C# 6.0 Features Not Working with Visual Studio 2015

I am testing Visual Studio 2015 with C# 6.0 but the language features are not working. In an MVC web application, the …

c# asp.net-mvc visual-studio-2015 roslyn c#-6.0
Microsoft Roslyn vs. CodeDom

From a press release yesterday on InfoWorld regarding the new Microsoft Roslyn: The most obvious advantage of this kind of "…

.net codedom roslyn
How do I disable all Roslyn Code Analyzers?

I'm trying to work with a large opensource project that has a handful of Roslyn Code Analyzers. When I open …

c# visual-studio visual-studio-2015 roslyn analyzer
Numerous instances of VBCSCompiler.exe

I just recently downloaded and installed Visual Studio Professional 2015 (14.0.23107.0). The first time I opened up our solution (28 projects) and performed …

c# .net visual-studio-2015 roslyn