Skip to content

tralivali1234/Roslyn.ExpressionCompiler

 
 

Repository files navigation

Roslyn Expression Compiler source code used by dnSpy

The master branch contains the original source code and a small number of changes so it compiles when referencing the latest Roslyn NuGet package. (The Roslyn EE code is from the Roslyn master branch, but the NuGet package was compiled using older Roslyn code).

The dnSpy branch contains the changes used by dnSpy. Eg. all references to the VS debugger and DiaSymReader NuGet packages have been removed. Only the core EE code is compiled.

License

Same as Roslyn itself, see License.txt for more information.

About

Roslyn's C#/VB Expression Compiler code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.7%
  • Visual Basic .NET 38.3%