You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still seeing this periodically in production. This issue will lead to general flakiness, so it would be good to find a fix for it.
Microsoft.Azure.WebJobs.Script.Description.CompilationServiceException : C# compilation service error: Cannot enqueue data after PromiseNotToEnqueue. ---> System.InvalidOperationException : Cannot enqueue data after PromiseNotToEnqueue.
at Microsoft.CodeAnalysis.Diagnostics.AsyncQueue`1.EnqueueCore(TElement value)
at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(MethodSymbol methodSymbol,Int32 methodOrdinal,ProcessedFieldInitializers& processedInitializers,SynthesizedSubmissionFields previousSubmissionFields,TypeCompilationState compilationState)
at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(NamedTypeSymbol containingType)
at Microsoft.CodeAnalysis.CSharp.MethodCompiler.<>c__DisplayClass21_0.<CompileNamedTypeAsTask>b__0()
at Roslyn.Utilities.UICultureUtilities.<>c__DisplayClass5_0.<WithCurrentUICulture>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
The text was updated successfully, but these errors were encountered:
Still seeing this periodically in production. This issue will lead to general flakiness, so it would be good to find a fix for it.
The text was updated successfully, but these errors were encountered: