Skip to content

Commit

Permalink
Update XML Reference
Browse files Browse the repository at this point in the history
Looks like references to XREF paths in documentations require a specific XML pattern.
  • Loading branch information
H-Yeo committed Jan 22, 2024
1 parent e47715c commit 0823b74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ using (SqlConnection connection = new SqlConnection(connectionString))
<value>
The Func that takes a <see cref="SqlAuthenticationParameters" /> and <see cref="System.Threading.CancellationToken" /> and returns a <see cref="SqlAuthenticationToken" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
<format type="text/markdown">
<![CDATA[
## Examples
The following example demonstrates how to define and set an <xref:Microsoft.Data.SqlClient.AccessTokenCallback>.
The following example demonstrates how to define and set an <xref:Microsoft.Data.SqlClient.AccessTokenCallback%2A>.
[!code-csharp[SqlConnection_AccessTokenCallback Example#1](~/../sqlclient/doc/samples/SqlConnection_AccessTokenCallback.cs#1)]
Expand Down

0 comments on commit 0823b74

Please sign in to comment.