NHibernate Profiler and Entity Framework Profiler 5.0 RTM
I’m really happy to announce that we have just release a brand new version of NHibernate Profiler and Entity Framework Profiler.
What is new in for NHibernate?
- Support for NHibernate 5.1 and 5.1.1
- Support for .NET Core
- supported on the following platforms: netstandard2.0, net46, netcoreapp2.0
- Fixed various minor issues regarding showing duplicate errors and warnings from NHibernate.
- Better support for DateTime precision issues in NHibernate 5.0
What is new for Entity Framework:
- Support for EF Core
- supported on the following platforms: netstandard2.0, net46, netcoreapp2.0
- netstandard1.6 is also supported via a separate dll.
- Support for DataTable data type in custom reporting
- Support for ReadCount and RecordsAFfected in EF Core 2.0
- Fixed issue for EF 6 on .NET 4.7
- Can report using thread name, not just application name
- Provide integration hooks for ASP.Net Core to provide contextual information for queries.
New stuff for both of them:
- Improved column type mismatch warning
- Support for UniqueIdentifier parameters type
- Support for integration with VS 2017.
Comments
Sorry to nitpick but the phrase on the nhibernate profiler landing page should be "SAVE COUNTLESS HOURS". ("COUNTLESS TIME" isn't really correct)
Peter, Thanks, we'll fix this
Comment preview