MiniProfiler.Windows icon indicating copy to clipboard operation
MiniProfiler.Windows copied to clipboard

Extends the fantastic MiniProfiler and adds functionality to make it easy to use in windows based applications (E.g. console applications)

Results 4 MiniProfiler.Windows issues
Sort by recently updated
recently updated
newest added

I've followed the Quickstart at http://nootn.github.io/MiniProfiler.Windows/, and made different variations to the packages config, installed fasterflect and I still get that "Method 'Start' in type 'MiniProfiler.Windows.ConsoleProfilingProvider' from assembly 'MiniProfiler.Windows, Version=1.0.0.0,...

I am facing the following error "Method 'Start' in type 'MiniProfiler.Windows.ConsoleProfilingProvider' from assembly 'MiniProfiler.Windows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. I am using MiniProfiler version 3.1.1.140

I installed MiniProfiler.Windows 1.0.0 Nuget package in my EF 6.1 winform project (.NET 4) and used in following code: ``` public class MiniProfilerQueryHandlerDecorator : IQueryHandler where TQuery : IQueryParameter {...

I'm using MiniProfiler.Windows in a while loop to measure the execution time of each iteration. The memory consumption of this program is quickly getting out of control (have seen upwards...