Builds for EFProf

EntityFramework.Profiler-Build-920
4,912 Downloads since 1/17/2012

EntityFramework.Profiler-Build-920 -- 4,912 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

EntityFramework.Profiler-Build-918 -- 6,192 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.

EntityFramework.Profiler-Build-917 -- 1,595 Downloads. Published -- 10/5/2011

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

EntityFramework.Profiler-Build-916 -- 537 Downloads. Published -- 9/25/2011

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

EntityFramework.Profiler-Build-915 -- 251 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

EntityFramework.Profiler-Build-914 -- 178 Downloads. Published -- 9/19/2011

df4c2a0 Support EF 4.2 beta 1
fbf5eb4 minor

EntityFramework.Profiler-Build-913 -- 75 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

EntityFramework.Profiler-Build-912 -- 1,028 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

EntityFramework.Profiler-Build-911 -- 80 Downloads. Published -- 8/28/2011

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

EntityFramework.Profiler-Build-910 -- 312 Downloads. Published -- 8/24/2011

a9d0596 More robust dialect detection

EntityFramework.Profiler-Build-909 -- 65 Downloads. Published -- 8/24/2011

bb52582 Add support for detecting postgis dialect

EntityFramework.Profiler-Build-908 -- 828 Downloads. Published -- 8/11/2011

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

EntityFramework.Profiler-Build-907 -- 118 Downloads. Published -- 8/11/2011

3b798b2 Rolling back previous update

EntityFramework.Profiler-Build-906 -- 91 Downloads. Published -- 8/11/2011

1e753d3 Updating to latest NAppUpdate

EntityFramework.Profiler-Build-905 -- 353 Downloads. Published -- 8/7/2011

4d4bf3a Fixing aggressive filtering for loading file

EntityFramework.Profiler-Build-904 -- 681 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

EntityFramework.Profiler-Build-902 -- 186 Downloads. Published -- 7/26/2011

763301f Fix compilation error

EntityFramework.Profiler-Build-900 -- 100 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

EntityFramework.Profiler-Build-899 -- 156 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

EntityFramework.Profiler-Build-898 -- 189 Downloads. Published -- 7/23/2011

9db9676 Do try copying the PDB

EntityFramework.Profiler-Build-895 -- 1,001 Downloads. Published -- 7/4/2011

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

EntityFramework.Profiler-Build-893 -- 680 Downloads. Published -- 6/23/2011

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

EntityFramework.Profiler-Build-892 -- 262 Downloads. Published -- 6/21/2011

d5273c8 Merge branch 'master' of github.com:hibernating-rhinos/NHProf
a9efb07 Add a way to disable filters
d033597 Add Tooltip to the disable/enable filter checkbox

EntityFramework.Profiler-Build-889 -- 382 Downloads. Published -- 6/16/2011

0ee207a Updating to latest version of NAppUpdate

EntityFramework.Profiler-Build-888 -- 112 Downloads. Published -- 6/16/2011

146c16e Add a way to clear the temp file without to create a new empty one
e43a2b7 Fix NRE, and potential IOException
1d2743a Add a way to clear the temp file without generating a new one
28a7d21 Remove not need code in the DeleteTempFile method
b48c0d9 Allow to pass null to QustomQueryReporting.ReportQuery's 'parameters' argument.
Do not show parameters comment if we don't have parameters
53fb4cd Save the Connection String when the user entered it from the Query Plan button
f841352 Fix assembly reference
0a3a02f Add scenario for using custom reporting query with USE statement
822173d Allow using USE statement in custom reported quires
3a4bbca Fix assembly reference name
fa0077e Add failing test: GetNotifyingOfStatelessSessionClosed
606fc09 Fix failing test: GetNotifyingOfStatelessSessionClosed