Sanjay

Results 2 comments of Sanjay

Please run this within an Azure Function/Emulator to reproduce. ``` using System; using System.Data; using CSScriptLib; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Host; using Microsoft.Extensions.Logging; using Microsoft.CodeAnalysis.Scripting; namespace MyFunctionApp { public static class...

Thanks @oleg-shilo for running in through, this code block runs fine in my core console app also, the exception arises only when I run it within an Azure Function environment....