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
To support generating a Razor source document from any target source (such as a Roslyn source text), we need to improve the abstractions that exist in the Razor compiler for generating a document from a target. Currently, we only support reading the document from a Stream.
Activity