From 41b57bb966c225a14d5c086b883d7336735934d8 Mon Sep 17 00:00:00 2001 From: Wraith Date: Wed, 5 Jan 2022 02:29:21 +0000 Subject: [PATCH] add empty but not null DesignerCategory to prevent subtype element in project file (#1452) --- .../src/Microsoft/Data/SqlClient/SqlCommandBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlCommandBuilder.cs b/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlCommandBuilder.cs index cfac55e028..07f834a749 100644 --- a/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlCommandBuilder.cs +++ b/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlCommandBuilder.cs @@ -16,7 +16,7 @@ namespace Microsoft.Data.SqlClient { /// - [DesignerCategory()] + [DesignerCategory("")] public sealed class SqlCommandBuilder : DbCommandBuilder { ///