Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ref Projects #2414

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 8 additions & 20 deletions doc/snippets/Microsoft.Data.SqlClient.Server/SqlDataRecord.xml
Expand Up @@ -112,12 +112,6 @@
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">The column specified by <paramref name="ordinal" /> is null.</exception>
<exception cref="T:System.InvalidCastException">There is a type mismatch.</exception>
</GetChars>
<GetData>
<param name="ordinal">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</GetData>
<GetDataTypeName>
<param name="ordinal">The zero-based ordinal of the column.</param>
<summary>Returns the name of the data type for the column specified by the ordinal argument.</summary>
Expand Down Expand Up @@ -757,12 +751,10 @@
<summary>Sets new values for all of the columns in the <see cref="T:Microsoft.Data.SqlClient.Server.SqlDataRecord" />. These values are expressed as common language runtime (CLR) types.</summary>
<returns>The number of column values set as an integer.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

<format type="text/markdown"><![CDATA[
## Remarks
The length of values must match the number of columns in the <xref:Microsoft.Data.SqlClient.Server.SqlDataRecord> instance.

]]></format>
The length of values must match the number of columns in the <xref:Microsoft.Data.SqlClient.Server.SqlDataRecord> instance.
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="values" /> is <see langword="null" />.</exception>
Expand All @@ -772,18 +764,14 @@
<param name="ordinal">The zero-based ordinal of the column.</param>
<summary>Not supported in this release.</summary>
<returns>
<see cref="T:System.Data.IDataReader" />

Always throws an exception.</returns>
<see cref="T:System.Data.IDataReader" /> Always throws an exception.
</returns>
<remarks>
<format type="text/markdown"><![CDATA[

<format type="text/markdown"><![CDATA[
## Remarks
This method is not supported in this release, and throws <xref:System.NotSupportedException> if called.

]]></format>
This method is not supported in this release, and throws <xref:System.NotSupportedException> if called.
]]></format>
</remarks>
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="ordinal" /> is less than 0 or greater than the number of columns (that is, <see cref="P:Microsoft.Data.SqlClient.Server.SqlDataRecord.FieldCount" />).</exception>
</System.Data.IDataRecord.GetData>
</members>
</docs>
Expand Up @@ -2,7 +2,6 @@
<members name="SqlAuthenticationInitializer">
<SqlAuthenticationInitializer>
<summary>Called from constructors in derived classes to initialize the <see cref="T:Microsoft.Data.SqlClient.SqlAuthenticationInitializer" /> class.</summary>
<remarks>To be added.</remarks>
</SqlAuthenticationInitializer>
<ctor>
<summary>Default Constructor to initialize the <see cref="T:Microsoft.Data.SqlClient.SqlAuthenticationInitializer" /> class.</summary>
Expand Down
2 changes: 1 addition & 1 deletion doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml
Expand Up @@ -364,7 +364,7 @@ During the execution of a bulk copy operation, this collection can be accessed,
]]></format>
</remarks>
</ColumnMappings>
<ColumnOrderHints>
<ColumnOrderHints>
<summary>
Returns a collection of
<see cref="T:Microsoft.Data.SqlClient.SqlBulkCopyColumnOrderHint" />
Expand Down
4 changes: 0 additions & 4 deletions doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml
Expand Up @@ -4,10 +4,6 @@
<summary>Represents a SQL client logger.</summary>
<remarks>To be added.</remarks>
</SqlClientLogger>
<ctor>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlClientLogger" /> class.</summary>
<remarks>To be added.</remarks>
</ctor>
<IsLoggingEnabled>
<summary>Gets a value that indicates whether bid tracing is enabled.</summary>
<value>
Expand Down
Expand Up @@ -6,10 +6,6 @@
</summary>
<remarks>To be added.</remarks>
</SqlColumnEncryptionCertificateStoreProvider>
<ctor>
<summary>Key store provider for Windows Certificate Store.</summary>
<remarks>To be added.</remarks>
</ctor>
<DecryptColumnEncryptionKey>
<param name="masterKeyPath">The master key path.</param>
<param name="encryptionAlgorithm">The encryption algorithm. Currently, the only valid value is: <c>RSA_OAEP</c>
Expand Down Expand Up @@ -58,4 +54,4 @@ parameter.</summary>
<remarks>To be added.</remarks>
</VerifyColumnMasterKeyMetadata>
</members>
</docs>
</docs>
Expand Up @@ -13,10 +13,6 @@
]]></format>
</remarks>
</SqlColumnEncryptionCngProvider>
<ctor>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlColumnEncryptionCngProvider" /> class.</summary>
<remarks>To be added.</remarks>
</ctor>
<DecryptColumnEncryptionKey>
<param name="masterKeyPath">The master key path.</param>
<param name="encryptionAlgorithm">The encryption algorithm.</param>
Expand Down
Expand Up @@ -8,10 +8,6 @@
For details see, <see href="https://docs.microsoft.com/sql/relational-databases/security/encryption/always-encrypted-database-engine"> Always Encrypted</see>.
</summary>
</SqlColumnEncryptionKeyStoreProvider>
<ctor>
<summary>Initializes a new instance of the SqlColumnEncryptionKeyStoreProviderClass.</summary>
<remarks>To be added.</remarks>
</ctor>
<DecryptColumnEncryptionKey>
<param name="masterKeyPath">The master key path.</param>
<param name="encryptionAlgorithm">The encryption algorithm.</param>
Expand Down
11 changes: 0 additions & 11 deletions doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml
Expand Up @@ -3052,17 +3052,6 @@ The default value of the <xref:Microsoft.Data.SqlClient.SqlCommand.CommandTimeou
To be added.
</remarks>
</StatementCompleted>
<CreateParameter>
<summary>
Creates a new instance of a <see cref="T:Microsoft.Data.SqlClient.SqlParameter" /> object.
</summary>
<returns>
A <see cref="T:Microsoft.Data.SqlClient.SqlParameter" /> object.
</returns>
<remarks>
To be added.
</remarks>
</CreateParameter>
<Transaction>
<summary>
Gets or sets the
Expand Down
12 changes: 6 additions & 6 deletions doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml
Expand Up @@ -4,7 +4,7 @@
<SqlConnection>
<summary>Represents a connection to a SQL Server database. This class cannot be inherited.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
<format type="text/markdown"><![CDATA[

## Remarks
A <xref:Microsoft.Data.SqlClient.SqlConnection> object represents a unique session to a SQL Server data source. With a client/server database system, it is equivalent to a network connection to the server. <xref:Microsoft.Data.SqlClient.SqlConnection> is used together with <xref:Microsoft.Data.SqlClient.SqlDataAdapter> and <xref:Microsoft.Data.SqlClient.SqlCommand> to increase performance when connecting to a Microsoft SQL Server database. For all third-party SQL Server products and other OLE DB-supported data sources, use <xref:System.Data.OleDb.OleDbConnection>.
Expand Down Expand Up @@ -1245,11 +1245,11 @@ The following sample tries to open a connection to an invalid database to simula

<see cref="P:Microsoft.Data.SqlClient.SqlConnection.ServerVersion" /> was called while the returned Task was not completed and the connection was not opened after a call to <see cref="M:Microsoft.Data.SqlClient.SqlConnection.OpenAsync(System.Threading.CancellationToken)" />.</exception>
</ServerVersion>
<ServerProcessId>
<summary>Gets the server process Id (SPID) of the active connection.</summary>
<value>The server process Id (SPID) of the active connection.</value>
<remarks>Returns 0 if the connection is inactive on the client side.</remarks>
</ServerProcessId>
<ServerProcessId>
<summary>Gets the server process Id (SPID) of the active connection.</summary>
<value>The server process Id (SPID) of the active connection.</value>
<remarks>Returns 0 if the connection is inactive on the client side.</remarks>
</ServerProcessId>
<State>
<summary>Indicates the state of the <see cref="T:Microsoft.Data.SqlClient.SqlConnection" /> during the most recent network operation performed on the connection.</summary>
<value>An <see cref="T:System.Data.ConnectionState" /> enumeration.</value>
Expand Down
Expand Up @@ -124,7 +124,7 @@ This overload is useful when you are adding a parameter of a variable-length dat
<summary>Adds elements to the end of the <see cref="T:Microsoft.Data.SqlClient.SqlParameterCollection" />.</summary>
</AddRange>
<AddRangeValues1>
<param name="values">The <see cref="T:System.Array" /> values to add.</param>
<param name="values">The <see cref="T:System.Array" /> of values to add.</param>
<summary>Adds an array of values to the end of the <see cref="T:Microsoft.Data.SqlClient.SqlParameterCollection" />.</summary>
<remarks>To be added.</remarks>
</AddRangeValues1>
Expand Down
36 changes: 0 additions & 36 deletions src/Microsoft.Data.SqlClient.sln
Expand Up @@ -49,14 +49,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utf8String", "Microsoft.Dat
{37431336-5307-4184-9356-C4B7E47DC714} = {37431336-5307-4184-9356-C4B7E47DC714}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{A2E7E470-5EFF-4828-B55E-FCBA3650F51C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Data.SqlClient", "Microsoft.Data.SqlClient\netcore\ref\Microsoft.Data.SqlClient.csproj", "{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{771F3F1E-7A68-4A9D-ADA8-A24F1D5BE71D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Data.SqlClient", "Microsoft.Data.SqlClient\netfx\ref\Microsoft.Data.SqlClient.csproj", "{412BCCC8-19F6-489A-B594-E9A506816155}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider", "Microsoft.Data.SqlClient\add-ons\AzureKeyVaultProvider\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj", "{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7}"
ProjectSection(ProjectDependencies) = postProject
{37431336-5307-4184-9356-C4B7E47DC714} = {37431336-5307-4184-9356-C4B7E47DC714}
Expand Down Expand Up @@ -364,30 +356,6 @@ Global
{E0A6BB21-574B-43D9-890D-6E1144F2EE9E}.Release|x64.Build.0 = Release|Any CPU
{E0A6BB21-574B-43D9-890D-6E1144F2EE9E}.Release|x86.ActiveCfg = Release|Any CPU
{E0A6BB21-574B-43D9-890D-6E1144F2EE9E}.Release|x86.Build.0 = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|x64.ActiveCfg = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|x64.Build.0 = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|x86.ActiveCfg = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Debug|x86.Build.0 = Debug|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|Any CPU.Build.0 = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|x64.ActiveCfg = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|x64.Build.0 = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|x86.ActiveCfg = Release|Any CPU
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B}.Release|x86.Build.0 = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|x64.ActiveCfg = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|x64.Build.0 = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|x86.ActiveCfg = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Debug|x86.Build.0 = Debug|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|Any CPU.Build.0 = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|x64.ActiveCfg = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|x64.Build.0 = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|x86.ActiveCfg = Release|Any CPU
{412BCCC8-19F6-489A-B594-E9A506816155}.Release|x86.Build.0 = Release|Any CPU
{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -506,10 +474,6 @@ Global
{D2D1E2D1-B6E0-489F-A36D-1F3047AB87B9} = {0CC4817A-12F3-4357-912C-09315FAAD008}
{37431336-5307-4184-9356-C4B7E47DC714} = {28E5EFE6-C9DD-4FF9-9FEC-532F72DFFA6E}
{45DB5F86-7AE3-45C6-870D-F9357B66BDB5} = {0CC4817A-12F3-4357-912C-09315FAAD008}
{A2E7E470-5EFF-4828-B55E-FCBA3650F51C} = {28E5EFE6-C9DD-4FF9-9FEC-532F72DFFA6E}
{1C9FC4B8-54BC-4B6C-BB3A-F5CD59D80A9B} = {A2E7E470-5EFF-4828-B55E-FCBA3650F51C}
{771F3F1E-7A68-4A9D-ADA8-A24F1D5BE71D} = {3FDD425C-FE01-4B56-863E-1FCDD0677CF5}
{412BCCC8-19F6-489A-B594-E9A506816155} = {771F3F1E-7A68-4A9D-ADA8-A24F1D5BE71D}
{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7} = {C9726AED-D6A3-4AAC-BA04-92DD1F079594}
{71F356DC-DFA3-4163-8BFE-D268722CE189} = {ED952CF7-84DF-437A-B066-F516E9BE1C2C}
{908C7DD3-C999-40A6-9433-9F5ACA7C36F5} = {71F356DC-DFA3-4163-8BFE-D268722CE189}
Expand Down

This file was deleted.

This file was deleted.