From c6518887a89ea72c96236e42900f4427cc24858a Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Thu, 3 Dec 2020 18:25:27 -0800 Subject: [PATCH] Remove .rd.xml files Resolves #18490 --- Directory.Build.props | 4 - ...soft.EntityFrameworkCore.Relational.rd.xml | 8 -- ...osoft.EntityFrameworkCore.SqlServer.rd.xml | 8 -- ...icrosoft.EntityFrameworkCore.Sqlite.rd.xml | 8 -- .../Microsoft.EntityFrameworkCore.rd.xml | 104 ------------------ .../Properties/Microsoft.Data.Sqlite.rd.xml | 10 -- 6 files changed, 142 deletions(-) delete mode 100644 src/EFCore.Relational/Properties/Microsoft.EntityFrameworkCore.Relational.rd.xml delete mode 100644 src/EFCore.SqlServer/Properties/Microsoft.EntityFrameworkCore.SqlServer.rd.xml delete mode 100644 src/EFCore.Sqlite.Core/Properties/Microsoft.EntityFrameworkCore.Sqlite.rd.xml delete mode 100644 src/EFCore/Properties/Microsoft.EntityFrameworkCore.rd.xml delete mode 100644 src/Microsoft.Data.Sqlite.Core/Properties/Microsoft.Data.Sqlite.rd.xml diff --git a/Directory.Build.props b/Directory.Build.props index 99f8484a6ad..0d2129ff2a8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,8 +35,4 @@ $(NoWarn.Replace(';1591', '')) - - - - diff --git a/src/EFCore.Relational/Properties/Microsoft.EntityFrameworkCore.Relational.rd.xml b/src/EFCore.Relational/Properties/Microsoft.EntityFrameworkCore.Relational.rd.xml deleted file mode 100644 index 67137319a99..00000000000 --- a/src/EFCore.Relational/Properties/Microsoft.EntityFrameworkCore.Relational.rd.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/EFCore.SqlServer/Properties/Microsoft.EntityFrameworkCore.SqlServer.rd.xml b/src/EFCore.SqlServer/Properties/Microsoft.EntityFrameworkCore.SqlServer.rd.xml deleted file mode 100644 index 5894c064e8a..00000000000 --- a/src/EFCore.SqlServer/Properties/Microsoft.EntityFrameworkCore.SqlServer.rd.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/EFCore.Sqlite.Core/Properties/Microsoft.EntityFrameworkCore.Sqlite.rd.xml b/src/EFCore.Sqlite.Core/Properties/Microsoft.EntityFrameworkCore.Sqlite.rd.xml deleted file mode 100644 index ca1833ccbdf..00000000000 --- a/src/EFCore.Sqlite.Core/Properties/Microsoft.EntityFrameworkCore.Sqlite.rd.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/EFCore/Properties/Microsoft.EntityFrameworkCore.rd.xml b/src/EFCore/Properties/Microsoft.EntityFrameworkCore.rd.xml deleted file mode 100644 index e9956a81e95..00000000000 --- a/src/EFCore/Properties/Microsoft.EntityFrameworkCore.rd.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Microsoft.Data.Sqlite.Core/Properties/Microsoft.Data.Sqlite.rd.xml b/src/Microsoft.Data.Sqlite.Core/Properties/Microsoft.Data.Sqlite.rd.xml deleted file mode 100644 index 4549c8a4ef0..00000000000 --- a/src/Microsoft.Data.Sqlite.Core/Properties/Microsoft.Data.Sqlite.rd.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file