skip to Main Content

StackOverFlow Exception from WebJobsBuilderExtensions while running Azure function locally

I have written Azure function which is throwing StackOverFlow Exception in the below code from class WebJobsBuilderExtensions in the namespace ` Microsoft.Azure.WebJobs services.TryAddEnumerable(ServiceDescriptor.Singleton<IHostedService, JobHostService>()); Here is my Startup class [assembly: WebJobsStartup(typeof(Startup))] namespace FuncApp { public class Startup : IWebJobsStartup {…

VIEW QUESTION
Back To Top
Search