Create delegate from C# expression without loading additional assembly in AppDomain.
                        
                    
         
                Info
| Version: | 0.2.0 | 
| Author(s): | Maxim Shoshin | 
| Last Update: | Thursday, July 25, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/MaxShoshin/ExpressionCompiler | 
| NuGet Url: | https://www.nuget.org/packages/Expression.Compilation | 
Install
Install-Package Expression.Compilation
                        dotnet add package Expression.Compilation
                        paket add Expression.Compilation
                        
                                Expression.Compilation Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.CSharp(>= 4.4.1)
- Microsoft.CodeAnalysis.CSharp(>= 2.7.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces(>= 2.7.0)
- Microsoft.CodeAnalysis.FxCopAnalyzers(>= 2.6.0)
- Microsoft.CodeAnalysis.Workspaces.Common(>= 2.7.0)
- Mono.Cecil(>= 0.10.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.Emit.ILGeneration(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
Tags
