Skip to content

Commit

Permalink
remove base class because otel and appinsights do not check base classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Jan 23, 2024
1 parent 2204905 commit c29e3d9
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 280 deletions.
23 changes: 0 additions & 23 deletions doc/snippets/Microsoft.Data.SqlClient/SqlClientDiagnostic.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0"?>
<docs>
<members name="SqlClientDiagnostic">
<SqlClientDiagnostic>
<summary>The abstract base class for diagnostic events containing common fields shared by all diagnostic events.</summary>
</SqlClientDiagnostic>
<ctor>
<param name="operationId">A guid value used to correlate before, after and error events.</param>
<param name="operation">The name of the operation.</param>
<param name="timestamp">The timestamp of the event.</param>
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlRetryingEventArgs" /> class.
</summary>
</ctor>
<OperationId>
<summary>A guid value used to correlate before, after and error events.</summary>
</OperationId>
Expand All @@ -21,18 +10,6 @@
<Timestamp>
<summary>The timestamp of the event.</summary>
</Timestamp>
<CommonPropertyCount>
<summary>Provides the count of common properties for classes which derive from this class.</summary>
</CommonPropertyCount>
<TryGetCommonProperty>
<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>
</TryGetCommonProperty>
<GetDerivedCount>
<summary>Provides the base class with the count of additional properties added by derived classes. This is used to produce the Count value.</summary>
</GetDerivedCount>
<GetDerivedProperty>
<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>
</GetDerivedProperty>
</members>
<members name="SqlClientCommandBefore">
<SqlClientCommandBefore>
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Data.SqlClient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microsoft.Data.SqlClient",
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMapping.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMapping.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMappingCollection.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyColumnMappingCollection.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyOptions.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlBulkCopyOptions.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientDiagnostic.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientDiagnostic.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientFactory.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientFactory.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientLogger.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientLogger.xml
..\doc\snippets\Microsoft.Data.SqlClient\SqlClientMetaDataCollectionNames.xml = ..\doc\snippets\Microsoft.Data.SqlClient\SqlClientMetaDataCollectionNames.xml
Expand Down
Loading

0 comments on commit c29e3d9

Please sign in to comment.