Skip to content

Instantly share code, notes, and snippets.

@elfalem
elfalem / StacheTemplateCompiler.cs
Created May 1, 2020 15:53
Alternative view engine for ASP.NET Core Part III
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace foo.Stache