Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding EventSource to NetFx #399

Merged
merged 51 commits into from
Feb 27, 2020
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4670349
EventTrace for NetFx, changes made to SqlConnection
Jan 18, 2020
c7c1504
EventSource for NetFx
Jan 28, 2020
aab8e8b
Adding IsTraceEnabled
Jan 29, 2020
2dd4373
EventSource NetFx to Review
Jan 30, 2020
ebca243
Taking unused variable out
Jan 30, 2020
c4d9289
Ignore on .NetCore
Jan 30, 2020
7a747b4
Update EventSourceTest.cs
Jan 31, 2020
5b73edb
Adding if blocks
Jan 31, 2020
8049005
Merge branch 'EventSource' of https://github.com/JRahnama/SqlClient i…
Jan 31, 2020
5198d21
EventSource
Jan 31, 2020
9fb8af8
Documentation
Feb 3, 2020
d373dd1
Adding Tests and documentation
Feb 4, 2020
c3a27a4
Fixing Tests issues in NetCore
Feb 4, 2020
f39321c
moving from Functional to Manual Tests
Feb 4, 2020
40df85b
EventSource
Feb 4, 2020
8c5af73
EventSource unwanted reference
Feb 4, 2020
44bb6c2
Taking extra documentation file out.
Feb 4, 2020
a650fa8
Deleting unwanted file from NetCore
Feb 4, 2020
4b3a737
EventSource
Feb 4, 2020
435c9d7
Additional Improvments
Feb 5, 2020
4bc920c
Taking the Static reference out
Feb 5, 2020
7ac0742
Removing Extra lines and unwanted SqlClient Reference from SqlClientE…
Feb 5, 2020
2da6e5b
Merge branch 'master' into EventSource
Feb 5, 2020
ab912e6
Changing documentation and adding Advanced Keyword
Feb 7, 2020
23c6d0e
Merge branch 'EventSource' of https://github.com/JRahnama/SqlClient i…
Feb 7, 2020
9557b3a
Adding Overloaded methods in EventSource
Feb 11, 2020
1a098a3
Merge branch 'master' of https://github.com/dotnet/SqlClient into Eve…
Feb 11, 2020
9d11677
Fixing test issues
Feb 11, 2020
6397d77
more fixes
Feb 11, 2020
4cf1a08
EventSource
Feb 12, 2020
388bba6
ActivityCorrelator added.
Feb 13, 2020
96614db
ActivityCorrelator added.
Feb 13, 2020
fd7f452
Merge branch 'EventSource' of https://github.com/JRahnama/SqlClient i…
Feb 13, 2020
f0c1c0a
fixing AdvanceTraceOn issues
Feb 13, 2020
11b90fc
StateDump
Feb 13, 2020
71fee3d
Removing if statement from code and placing them inside EventSource
Feb 19, 2020
6e52add
integrating SqlEventSource to SqlClientEventSource
Feb 19, 2020
26d3c2e
Adding null value checker to SqlDependencyListener EventSource logger
Feb 20, 2020
5b1a7ee
EventSource
Feb 20, 2020
34bedaf
Fixing ScopeLeave related logic
Feb 21, 2020
e3fa4a4
Fixing PR issues and Tests
Feb 24, 2020
7e293d3
EventSource
Feb 24, 2020
42df9ec
EventSource
Feb 24, 2020
959ca03
EventSource
Feb 25, 2020
7c55d8c
Removing Doc
Feb 25, 2020
ad7a3bd
ExceptionTrace Fix
Feb 25, 2020
dac6ecf
Update SqlAuthenticationProviderManager.cs
Feb 27, 2020
dc79898
Update SqlBulkCopy.cs
Feb 27, 2020
52b9e6d
Update SqlConnectionFactory.cs
Feb 27, 2020
18eccbe
Update SqlConnectionPoolGroupProviderInfo.cs
Feb 27, 2020
27f3bba
Update SqlCommand.cs
Feb 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

145 changes: 0 additions & 145 deletions src/Microsoft.Data.SqlClient/netfx/src/BID/INC/CS/BidPrivateBase.cs

This file was deleted.

Loading