Most voted ".net-compiler-platform" questions
5 questions
Sort by count of
-
24
votes1
answer2966
viewsRoslyn Compiler - What is it, and why was it created?
What is the Roslyn compiler? This is the standard compiler of Visual Studio? Is it open source? Why did they do it? Only for C# or other languages?
c# .net vb.net compilation .net-compiler-platformasked 9 years, 2 months ago Guilherme de Jesus Santos 6,566 -
7
votes1
answer330
viewsIs it recommended to use C# 6 in Visual Studio 2013?
In the Visual Studio 2015 I see that it is possible to define the version of C#: Source: http://www.codeproject.com/Tips/865579/How-to-change-targeted-Csharp-version-in-Visual-St But in the Visual…
c# visual-studio visual-studio-2013 ide .net-compiler-platformasked 9 years, 3 months ago rubStackOverflow 7,372 -
1
votes0
answers26
viewsUndocumented attribute: Forcetokenstabilizationattribute & __Dynamicallyinvokableattribute
I discovered an attribute undocumented, and he is Friend, is located in the namespace System.Runtime.CompilerServices, as it is used in the system, it has no documentation. I tried to decompile this…
-
1
votes0
answers39
viewsCompiler "Roslyn" already available in Codedom?
I wonder if the Microsoft Roslyn Compiler is already available in namespace System.CodeDom do. NET Framework... If not, how do I reference this compiler in my project?
-
1
votes1
answer53
viewsWhere to get an Assembly from the Roslyn compiler?
Where can I get a Assembly (.dll) containing the CodeDom with the ombudsman of .NET Compiler "Roslyn"? I tried to download a version here and it is with many bugs, including poor performance and…