This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Releases: VahidN/DNTProfiler
Releases · VahidN/DNTProfiler
1.8.1129.0
- 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
- Added UseFirstLevelCache plugin.
- Updated the NuGet Packages
PM> Update-Package DNTProfiler.EntityFramework.Core
Or
PM> Update-Package DNTProfiler.NHibernate.Core
1.6.930.0
Added Long Connections plugin.
1.5.849.0
- 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
- 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
- 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
- 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
- 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
- Fixed the application crash on startup.
1.0.808.0
- First public release.