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
I was running an experiment and I ran into this exception: Synchronous operations are disallowed. Reading through the fluid view engine code, it looks like the RenderViewAsync method is using a sync operation when a layout is not present.
I was running an experiment and I ran into this exception:
Synchronous operations are disallowed
. Reading through the fluid view engine code, it looks like the RenderViewAsync method is using a sync operation when a layout is not present.fluid/Fluid.ViewEngine/FluidViewRenderer.cs
Line 75 in c15fd1c
The text was updated successfully, but these errors were encountered: