arek-avanade
arek-avanade
@dmitrykarnitski As a workaround you could set a global default serializer settings for Newtonsoft.JSON in your startup file: ``` JsonConvert.DefaultSettings = () => new JsonSerializerSettings { ContractResolver = new CamelCasePropertyNamesContractResolver()...
@brettsam Any update? Is this being actively developed? What's the release plan for this?
@ankitkumarr Any update on this? I experienced the same problem today. Deploying from DevOps, WEBSITE_RUN_FROM_PACKAGE=1, the function seems to be running an old code after successful deployment. There was no...