v4.0.66
Download the library here
- ADDED: When compiling, parameters can be directly used to resolve extension methods (when not named) such as
context.AddMethod(@"public int GetLevel(this UserTest user)
{
return Level;
}");
var compiled = context.Compile<Func<UserTest, int>>("GetLevel();");
var result = compiled (user);
Trial unlocked until the end of December