-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
enhancementIssues or pull requests adding an enhancement.Issues or pull requests adding an enhancement.
Description
Describe the feature
I want to use Boxed.Mapping in my Unity project, but it uses Expression.Lambda.Compile from System.Linq.Expressions here. Since compiling the game to mobile platforms requires AOT compiling, Unity forbids the usage of this method. Is it really necessary there? Is it possible to switch to plain new()
?
Metadata
Metadata
Assignees
Labels
enhancementIssues or pull requests adding an enhancement.Issues or pull requests adding an enhancement.