After upgrading from MiniProfiler v2 to v3 the ProfilingActionFilter & ProfilingViewEngine appear to be missing?
I've googled and even checked the assembly for something similar, but there is nothing that stands out as it's replacement?
Am I missing something?
Below is my Using
and my section of code try to implement this.
using StackExchange.Profiling;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
GlobalFilters.Filters.Add(new ProfilingActionFilter());
ViewEngines.Engines.Add(new ProfilingViewEngine(razorEngine));