Questions tagged as '.net-compiler-platform'

1
answer

Compiler Roslyn - What is it, and why was it created?

What is the Roslyn compiler? Is this the default Visual Studio compiler? Is it open source? Why did they do this? Only for C # or other languages as well?     
asked by 26.08.2015 / 22:08
1
answer

Is it recommended to use C # 6 in Visual Studio 2013?

In Visual Studio 2015 I see that it is possible to define the C # version: Source: link However, in% w / o%, it is necessary to install a Visual Studio 2013 package via nuget with a "help" of Microsoft.Net.Compilers 1.0....
asked by 15.08.2015 / 23:28
1
answer

Where to get a Roslyn compiler assembly?

Where can I get a Assembly ( .dll ) that contains CodeDom with the provider of .NET Compiler " Roslyn "? I have already tried to download a version here and it has many bugs, including poor performance and proble...
asked by 03.06.2015 / 04:13
0
answers

Compiler "Roslyn" is already available on CodeDom?

I would like to know if the Microsoft Roslyn Compiler is already available in the System.CodeDom namespace of the .NET Framework ... If not, how do I reference this compiler in my project?     
asked by 01.06.2015 / 02:52
0
answers

Undocumented attribute: ForceTokenStabilizationAttribute & __DynamicallyInvokableAttribute

I discovered an undocumented attribute, and it is Friend , it is located in namespace System.Runtime.CompilerServices , because it is used on the system, it has no documentation. I tried to decompile this attribute and received...
asked by 30.05.2015 / 22:08