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