I am following these instructions to attach the MVC MiniProfiler
to my project.
Steps taken:
Install-Package MiniProfiler.Mvc5 -IncludePrerelease
using StackExchange.Profiling
inGlobal.asax.cs
MiniProfiler.Start()
inApplication_BeginRequest
But Visual Studio complains that
'MiniProfiler' does not contain a definition for 'Start`
So I checked the suggested example file and tried to imitate that but with pretty much the same results, ie
'MiniProfiler' does not contain a definition for 'StartNew`
What is going on here? Does this documentation need to be updated?