Skip to content

Commit c29e3d9

Browse files
committed
remove base class because otel and appinsights do not check base classes
1 parent 2204905 commit c29e3d9

File tree

3 files changed

+549
-280
lines changed

3 files changed

+549
-280
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlClientDiagnostic.xml

-23
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
<?xml version="1.0"?>
22
<docs>
33
<members name="SqlClientDiagnostic">
4-
<SqlClientDiagnostic>
5-
<summary>The abstract base class for diagnostic events containing common fields shared by all diagnostic events.</summary>
6-
</SqlClientDiagnostic>
7-
<ctor>
8-
<param name="operationId">A guid value used to correlate before, after and error events.</param>
9-
<param name="operation">The name of the operation.</param>
10-
<param name="timestamp">The timestamp of the event.</param>
11-
<summary>
12-
Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlRetryingEventArgs" /> class.
13-
</summary>
14-
</ctor>
154
<OperationId>
165
<summary>A guid value used to correlate before, after and error events.</summary>
176
</OperationId>
@@ -21,18 +10,6 @@
2110
<Timestamp>
2211
<summary>The timestamp of the event.</summary>
2312
</Timestamp>
24-
<CommonPropertyCount>
25-
<summary>Provides the count of common properties for classes which derive from this class.</summary>
26-
</CommonPropertyCount>
27-
<TryGetCommonProperty>
28-
<summary>Provides derived classed with a method to attempt to fetch common properties from the this base class. Returns true if the property is found false otherwise.</summary>
29-
</TryGetCommonProperty>
30-
<GetDerivedCount>
31-
<summary>Provides the base class with the count of additional properties added by derived classes. This is used to produce the Count value.</summary>
32-
</GetDerivedCount>
33-
<GetDerivedProperty>
34-
<summary>Provides the base class with the the ability to query for properties added by derived classes. This is used to provide values to the indexer.</summary>
35-
</GetDerivedProperty>
3613
</members>
3714
<members name="SqlClientCommandBefore">
3815
<SqlClientCommandBefore>

src/Microsoft.Data.SqlClient.sln

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microsoft.Data.SqlClient",
9999
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMapping.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMapping.xml
100100
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMappingCollection.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMappingCollection.xml
101101
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyOptions.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyOptions.xml
102+
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientDiagnostic.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientDiagnostic.xml
102103
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientFactory.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientFactory.xml
103104
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientLogger.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientLogger.xml
104105
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientMetaDataCollectionNames.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientMetaDataCollectionNames.xml

0 commit comments

Comments
 (0)