Skip to content

Commit b13ac42

Browse files
authored
Merge pull request #8909 from dotnet/smoke-test
Moving Microsoft.SqlServer.Server to SqlClient
2 parents 652aef2 + d3add67 commit b13ac42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xml/_filter.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<filter>
3+
<apiFilter apply="true">
4+
<namespaceFilter name="Microsoft.SqlServer.Server">
5+
<typeFilter name="*" expose="false" />
6+
</namespaceFilter>
7+
</apiFilter>
38
<attributeFilter apply="true">
49
<!-- Most attributes in System.ComponentModel control designer behavior. Don't show them. -->
510
<!-- The exceptions are attributes relating to data binding. Do show them. -->

0 commit comments

Comments
 (0)