We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c218a3 commit c1de2eaCopy full SHA for c1de2ea
RazorEngineCore/RazorEngine.cs
@@ -24,7 +24,7 @@ public IRazorEngineCompiledTemplate<T> Compile<T>(string content, Action<IRazorE
24
25
builderAction?.Invoke(compilationOptionsBuilder);
26
27
- MemoryStream memoryStream = this.CreateAndCompileToStream(content, compilationOptionsBuilder.Options, cancellationToken);
+ RazorEngineCompiledTemplateMeta meta = this.CreateAndCompileToStream(content, compilationOptionsBuilder.Options, cancellationToken);
28
29
return new RazorEngineCompiledTemplate<T>(meta);
30
}
0 commit comments