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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
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
,WriteLiteralTo
etc completely in our runtime code gen which in turn will remove the need to have redirected writers likeRedirectedBasicWriter
which does pretty much whatRuntimeBasicWriter
does except useWriteTo
.Also need to investigate the implications of this working with Razor 1.0.
cc @NTaylorMullen @rynowak
The text was updated successfully, but these errors were encountered: