paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
873 stars 122 forks source link

Azure Functions Support .Net Core #146

Open digitalgym opened 5 years ago

digitalgym commented 5 years ago

When trying to evaluate a script in an Azure Function app using Core 2.0 I get the following exception. I have tried installing Emit, no effect.

System.MissingMethodException: 'Method not found: 'System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)'.'