Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Releases: VahidN/DNTProfiler

1.8.1129.0

05 Feb 11:57
Compare
Choose a tag to compare
  • Added Unparameterized Skip & Take Plugin.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

1.7.978.0

06 Sep 12:33
Compare
Choose a tag to compare
  • Added UseFirstLevelCache plugin.
  • Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core

1.6.930.0

20 Jul 10:39
Compare
Choose a tag to compare

Added Long Connections plugin.

1.5.849.0

30 Apr 06:48
Compare
Choose a tag to compare
  • 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

1.4.828.0

09 Apr 15:51
Compare
Choose a tag to compare
  • 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

1.3.820.0

01 Apr 19:29
Compare
Choose a tag to compare
  • 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

1.2.814.0

26 Mar 16:05
Compare
Choose a tag to compare
  • 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

1.1.811.0

25 Mar 10:57
Compare
Choose a tag to compare
  • 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.

1.0.810.0

22 Mar 08:35
Compare
Choose a tag to compare
  • Fixed the application crash on startup.

1.0.808.0

20 Mar 12:45
Compare
Choose a tag to compare
  • First public release.