Builds for NHProf

NHibernate.Profiler-Build-920
26,129 Downloads since 1/17/2012

NHibernate.Profiler-Build-920 -- 26,129 Downloads. Published -- 1/17/2012

3bec82d minor
7a7c975 Solve a R# error (invalid CSS)
b62aa87 Make HTML tag lowercased
1a5107d Fix project reference (used the old project name)
c17e746 Merge branch 'temp' of github.com:hibernating-rhinos/NHProf

NHibernate.Profiler-Build-919 -- 20,552 Downloads. Published -- 12/12/2011

2541137 Update .gitignore file
203bf41 minor
09a448e Update .gitignore file
c3179e8 Fix typo
f366b9c Fix reference
8157b2c Update log4net to version 11-newkey for the backend only
47f9d2a Fix a reference
91a7ecd minor
412b8d3 minor
fe401f6 The appender will compile against the log4net version that the client have.
NHibernateLog4Net will still use log4net 1.2.10
4d1f110 Minor, NeedToBeAnalyzed is the default value
72b5863 Revert back the profiler to use log4net 1.2.10, due to a test project referenced the NHibernateLog4Net project

NHibernate.Profiler-Build-918 -- 13,003 Downloads. Published -- 11/8/2011

f81a5db Merge branch 'master' of github.com:hibernating-rhinos/NHProf
6ac4470 Update xUnit
c779cde Add failing test
ee975f4 Treat DateTime.MinValue as a valid DateTime
159d822 Refactor field name
0dc3f33 Try to parse date based on the current dialect (this code will be deleted)
ac1f2c5 Refactoring: combine tests classes into one
438be8e There is no need to not format DateTime parameter with a date format if it's < DateMinValueSqlServer.
This will let us support more dialect easier.

NHibernate.Profiler-Build-917 -- 5,854 Downloads. Published -- 10/5/2011

5f58837 Update the Sql Parser assembly to the full version, and make tests to pass
14598cf clean code

NHibernate.Profiler-Build-916 -- 2,315 Downloads. Published -- 9/25/2011

0d6e27f minor
12c09bf Support custom path for the temp files of the profiler

NHibernate.Profiler-Build-915 -- 1,198 Downloads. Published -- 9/21/2011

2a37f34 Update the SQL parser in order to fix an issue of missed statement from the parsed SQL
d4edc8c After updating the sql parser library, the parse method didn't output a pretty sql. Use PrettyPrint() instead
096d1b3 Fix tests that was broken due the sql parser update
3a75164 Reformat SQL in order to fit with the updated parser
6ec5431 Fix the output sql to match the output of the updated SQL parser
223e4a4 Fix the output sql to match the output of the updated SQL parser
1745474 Clear the stream file when the application is closed

NHibernate.Profiler-Build-914 -- 882 Downloads. Published -- 9/19/2011

df4c2a0 Support EF 4.2 beta 1
fbf5eb4 minor

NHibernate.Profiler-Build-913 -- 199 Downloads. Published -- 9/19/2011

f6979a5 Add a way to separate sessions with a black line in the sessions pane
09679a5 Separate sessions when the profiler lost focus
f7ff6b1 Make the session separator to look better
bc73a6d Show the separator only when there is a new items
405e367 Better styling the session separator

NHibernate.Profiler-Build-912 -- 4,343 Downloads. Published -- 8/28/2011

e8996a2 Adding a ; separator between multiple statements in the same batch
334db21 Merge branch 'master' of github.com:hibernating-rhinos/NHProf

NHibernate.Profiler-Build-911 -- 96 Downloads. Published -- 8/28/2011

34cfa13 Updating NAppUpdate
58540c5 Merge branch 'master' of https://synhershko@github.com/hibernating-rhinos/NHProf.git

NHibernate.Profiler-Build-910 -- 1,119 Downloads. Published -- 8/24/2011

a9d0596 More robust dialect detection

NHibernate.Profiler-Build-909 -- 117 Downloads. Published -- 8/24/2011

bb52582 Add support for detecting postgis dialect

NHibernate.Profiler-Build-908 -- 2,659 Downloads. Published -- 8/11/2011

8631bdd Don't throw if there is an error formatting the message to be logged

NHibernate.Profiler-Build-907 -- 323 Downloads. Published -- 8/11/2011

3b798b2 Rolling back previous update

NHibernate.Profiler-Build-906 -- 200 Downloads. Published -- 8/11/2011

1e753d3 Updating to latest NAppUpdate

NHibernate.Profiler-Build-905 -- 1,313 Downloads. Published -- 8/7/2011

4d4bf3a Fixing aggressive filtering for loading file

NHibernate.Profiler-Build-904 -- 2,298 Downloads. Published -- 7/27/2011

b659af3 Add support for using the profiler from LinqPad
763301f Fix compilation error
01f0f22 Support a case where there is more that one Database object, each in a different versions of Entity Framework

NHibernate.Profiler-Build-903 -- 200 Downloads. Published -- 7/27/2011

01f0f22 Support a case where there is more that one Database object, each in a different versions of Entity Framework

NHibernate.Profiler-Build-902 -- 450 Downloads. Published -- 7/26/2011

763301f Fix compilation error

NHibernate.Profiler-Build-900 -- 200 Downloads. Published -- 7/26/2011

ff8990d Call FlushAllMessages on the end of the application, so the user doesn't need to do this step himself
4ab7a85 Fix an ProfileNotInitializedMessage error

NHibernate.Profiler-Build-899 -- 335 Downloads. Published -- 7/25/2011

20d33e0 Use different connection for different providers in order to support EF 4.2 CTP
a818ee8 will generate ProfiledConnectionFactory that is aware of the generic types
b2caa93 We will support only SqlServer for EF 4.2 CTP, as it assumes only one provider factory exists per assembly
9f5c426 Avoid reporting connection started each time the connection is instantiated internally
567b078 Avoid using generic providers types in EF4.2 CTP, as it casing an internal error in EF 4.2 CTP
923de51 Change API method name
1cbf955 Merge branch 'EF42'
30f40fe Fix failing tests due to the way we considered now connection opened event
d09b521 Only report closed connections if connection is opened
105f962 Do not report closed connection twice
c066d45 Work in progress - setup file association with the profiler and the profiler context file
b3652ec Some refactoring
9fda745 Avoid to writing to registry if it's not needed
11fa9ca Handle file association in the profiler
051818d Fix NRE
9bf5bba Use the icon in the exe
a346681 Making test to pass: WillDetectDataContextDispose.AndRecordDuration
3f71cca Fix an issue in LinqToSql where there was a duplicate connection closed statistics
fc56c56 Adding a way to pass the opened context file from one app to the next
a678758 Modified the way we send the context file to the app on startup
2c39676 Fixed tests
2c0924f Send the context file to the next profiler
03746d9 Include instructions to use FlushAllMessages()
a289026 Make sure that the profiler load only the context files from the same profiler
60d6437 Merge branch 'EF42' of github.com:hibernating-rhinos/NHProf
51ae21e Modify the instructions about FlushAllMessages

NHibernate.Profiler-Build-898 -- 439 Downloads. Published -- 7/23/2011

9db9676 Do try copying the PDB

NHibernate.Profiler-Build-895 -- 3,623 Downloads. Published -- 7/4/2011

7fe4242 Fix ProfilerBootstrapper.vb
98cdddb Merge branch 'master' of github.com:hibernating-rhinos/NHProf

NHibernate.Profiler-Build-894 -- 1,624 Downloads. Published -- 6/28/2011

2130f53 Updating to latest NAppUpdate

NHibernate.Profiler-Build-893 -- 1,098 Downloads. Published -- 6/23/2011

4c49a96 Determining the SELECT keywork should be case insensitive
6a093ca minor improvement