You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new IAdvancedSqlFormatter interface. This extends ISqlFormatter and can be used in its place when assigning to MiniProfiler.Settings.SqlFormatter.
Changed VerboseSqlFormatter to inherit from IAdvancedSqlFormatter. This is used in new features to include additional meta data (which can be toggled on or off using the IncludeMetaData property in that class) from #42 and #72. This feature had been included in v3.0.11 and is not present in v3.0.12 (see #68 for more info).
Add lock to resolved Null Reference Exception when retrieving Custom Timings in parallel (#70, #75)
Enhanced formatting for Stored Procedures is moved from SqlServerFormatter to VerboseSqlFormatter. Bug fix to prevent parameter prefixes from being applied unnecessarily (#69).