DNTProfiler Versions Save

DNTProfiler is an EF 6.x and NH 4.x profiler.

v1.8.1129.0

8 years ago
  • Added Unparameterized Skip & Take Plugin.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

v1.7.978.0

8 years ago
  • Added UseFirstLevelCache plugin.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

v1.6.930.0

8 years ago

Added Long Connections plugin.

v1.5.849.0

9 years ago
  • Added Floating Point Fields plugin.
  • Fixed reading config data of NH module in web apps.
  • Added RequestEntityTooLarge plugin.
  • Updated the NuGet Packages PM> Update-Package DNTProfiler.EntityFramework.Core Or PM> Update-Package DNTProfiler.NHibernate.Core

v1.4.828.0

9 years ago
  • Added Select * plugin.
  • Added Duplicate Commands Per Context plugin.
  • Updated ByMethods plugin to show stack traces of commands.
  • Added ability of closing/hiding different tabs.
  • Added assembly info to methods info view.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

v1.3.820.0

9 years ago
  • Added Static Resources Queries plugin.
  • Added Possible Sql Injections plugin.
  • Improved getting actual async method/task name, instead of returning MoveNext.
  • Improved SQL normalizer to process the same queries with different parameter value names.
  • Improved detection of UnparametrizedWhereClauses.
  • Enabled sorting of rows in methods view.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

v1.2.814.0

9 years ago
  • Added SQL normalizer to improve detection of duplicate queries.
  • Fixed possible null reference exception with async methods.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

v1.1.811.0

9 years ago
  • Lazy loaded get method body info to improve the performance of the methods list view.
  • Lazy loaded get JSON info of each row to improve the performance of the list views.
  • Enabled smooth scrolling for VirtualizingStackPanels.
  • Removed the unused EF reference from the DNTProfiler project.
  • Preserved the plugins list's scroll position when the selection changes.

v1.0.810.0

9 years ago
  • Fixed the application crash on startup.

v1.0.808.0

9 years ago
  • First public release.