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
We need to investigate if there is a way to get rid of WriteTo, WriteLiteralTo etc completely in our runtime code gen which in turn will remove the need to have redirected writers like RedirectedBasicWriter which does pretty much what RuntimeBasicWriter does except use WriteTo.
Also need to investigate the implications of this working with Razor 1.0.
We need to investigate if there is a way to get rid of
WriteTo,WriteLiteralToetc completely in our runtime code gen which in turn will remove the need to have redirected writers likeRedirectedBasicWriterwhich does pretty much whatRuntimeBasicWriterdoes except useWriteTo.Also need to investigate the implications of this working with Razor 1.0.
cc @NTaylorMullen @rynowak