From 47b214983210456d3e34d967d54b049299e81ed8 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Tue, 30 Jun 2020 08:15:48 +0000 Subject: [PATCH 1/4] CI Update --- .../CompositionContainer.xml | 4 ++-- .../ExportAttribute.xml | 2 +- .../ImportAttribute.xml | 2 +- .../ForeignKeyAttribute.xml | 4 ++-- .../DesignSurface.xml | 2 +- .../ProgressChangedEventArgs.xml | 16 ++++++++-------- xml/System.ComponentModel/TypeConverter.xml | 12 ++++++------ .../TypeConverterAttribute.xml | 6 +++--- xml/System.ComponentModel/TypeDescriptor.xml | 2 +- xml/System.ComponentModel/Win32Exception.xml | 2 +- .../ApplicationSettingsBase.xml | 4 ++-- .../ClientSettingsSection.xml | 2 +- .../DefaultSettingValueAttribute.xml | 2 +- .../IPersistComponentSettings.xml | 4 ++-- .../ISettingsProviderService.xml | 2 +- .../SettingsManageabilityAttribute.xml | 2 +- .../SettingsPropertyValue.xml | 2 +- xml/System.Data/EnumerableRowCollection.xml | 2 +- xml/System.Data/EnumerableRowCollection`1.xml | 2 +- .../OrderedEnumerableRowCollection`1.xml | 2 +- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml b/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml index 0e882323fab..b5a79cffc97 100644 --- a/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml +++ b/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml @@ -55,7 +55,7 @@ ]]> - Attributed Programming Model Overview + Attributed Programming Model Overview @@ -328,7 +328,7 @@ ]]> - Attributed Programming Model Overview + Attributed Programming Model Overview diff --git a/xml/System.ComponentModel.Composition/ExportAttribute.xml b/xml/System.ComponentModel.Composition/ExportAttribute.xml index dfbfc2904b7..a53b352f0d3 100644 --- a/xml/System.ComponentModel.Composition/ExportAttribute.xml +++ b/xml/System.ComponentModel.Composition/ExportAttribute.xml @@ -42,7 +42,7 @@ ]]> - Attributed Programming Model Overview + Attributed Programming Model Overview diff --git a/xml/System.ComponentModel.Composition/ImportAttribute.xml b/xml/System.ComponentModel.Composition/ImportAttribute.xml index 716e311d75d..4a61b07cdd3 100644 --- a/xml/System.ComponentModel.Composition/ImportAttribute.xml +++ b/xml/System.ComponentModel.Composition/ImportAttribute.xml @@ -40,7 +40,7 @@ ]]> - Attributed Programming Model Overview + Attributed Programming Model Overview diff --git a/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml b/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml index 1a6c244c618..38147cc786f 100644 --- a/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml +++ b/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml @@ -77,7 +77,7 @@ The annotation may be placed on the foreign key property and specify the associa ## Remarks -If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx). +If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations). ]]> @@ -116,7 +116,7 @@ If you add the `ForeignKey` attribute to a foreign key property, `name` should s ## Remarks -If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx). +If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations). ]]> diff --git a/xml/System.ComponentModel.Design/DesignSurface.xml b/xml/System.ComponentModel.Design/DesignSurface.xml index 390c6152808..8837ab728b4 100644 --- a/xml/System.ComponentModel.Design/DesignSurface.xml +++ b/xml/System.ComponentModel.Design/DesignSurface.xml @@ -796,7 +796,7 @@ if the **Design-time Error List** is loading; otherwise, . To be added. - Design-Time Errors in the Windows Forms Designer + Design-Time Errors in the Windows Forms Designer diff --git a/xml/System.ComponentModel/ProgressChangedEventArgs.xml b/xml/System.ComponentModel/ProgressChangedEventArgs.xml index 1607ba7c45e..63b889b228b 100644 --- a/xml/System.ComponentModel/ProgressChangedEventArgs.xml +++ b/xml/System.ComponentModel/ProgressChangedEventArgs.xml @@ -49,8 +49,8 @@ How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background - How to: Implement a Form That Uses a Background Operation - How to: Use Components that Support the Event-based Asynchronous Pattern + How to: Implement a Form That Uses a Background Operation + How to: Use Components that Support the Event-based Asynchronous Pattern @@ -97,8 +97,8 @@ How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background - How to: Implement a Form That Uses a Background Operation - How to: Use Components that Support the Event-based Asynchronous Pattern + How to: Implement a Form That Uses a Background Operation + How to: Use Components that Support the Event-based Asynchronous Pattern @@ -160,8 +160,8 @@ How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background - How to: Implement a Form That Uses a Background Operation - How to: Use Components that Support the Event-based Asynchronous Pattern + How to: Implement a Form That Uses a Background Operation + How to: Use Components that Support the Event-based Asynchronous Pattern @@ -218,8 +218,8 @@ How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background - How to: Implement a Form That Uses a Background Operation - How to: Use Components that Support the Event-based Asynchronous Pattern + How to: Implement a Form That Uses a Background Operation + How to: Use Components that Support the Event-based Asynchronous Pattern diff --git a/xml/System.ComponentModel/TypeConverter.xml b/xml/System.ComponentModel/TypeConverter.xml index 238556404e4..f748abc27d1 100644 --- a/xml/System.ComponentModel/TypeConverter.xml +++ b/xml/System.ComponentModel/TypeConverter.xml @@ -109,10 +109,10 @@ - Type Converters for XAML Overview - XAML-Related CLR Attributes For Custom Types and Libraries - Defining Custom Types for Use with .NET Framework XAML Services - NET XAML Services Conceptual Documentation + Type Converters for XAML Overview + XAML-Related CLR Attributes For Custom Types and Libraries + Defining Custom Types for Use with .NET Framework XAML Services + NET XAML Services Conceptual Documentation @@ -508,7 +508,7 @@ For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview). - Type Converters for XAML Overview + Type Converters for XAML Overview @@ -942,7 +942,7 @@ For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview). - Type Converters for XAML Overview + Type Converters for XAML Overview diff --git a/xml/System.ComponentModel/TypeConverterAttribute.xml b/xml/System.ComponentModel/TypeConverterAttribute.xml index 231002b921c..4c28c4c6250 100644 --- a/xml/System.ComponentModel/TypeConverterAttribute.xml +++ b/xml/System.ComponentModel/TypeConverterAttribute.xml @@ -80,9 +80,9 @@ ]]> - XAML-Related CLR Attributes For Custom Types and Libraries - Defining Custom Types for Use with .NET Framework XAML Services - NET XAML Services Conceptual Documentation + XAML-Related CLR Attributes For Custom Types and Libraries + Defining Custom Types for Use with .NET Framework XAML Services + NET XAML Services Conceptual Documentation diff --git a/xml/System.ComponentModel/TypeDescriptor.xml b/xml/System.ComponentModel/TypeDescriptor.xml index 03bc148eb8d..1660450dea8 100644 --- a/xml/System.ComponentModel/TypeDescriptor.xml +++ b/xml/System.ComponentModel/TypeDescriptor.xml @@ -66,7 +66,7 @@ Type Descriptor Overview - Reflection + Reflection diff --git a/xml/System.ComponentModel/Win32Exception.xml b/xml/System.ComponentModel/Win32Exception.xml index 5aa6c076851..8034c85cb47 100644 --- a/xml/System.ComponentModel/Win32Exception.xml +++ b/xml/System.ComponentModel/Win32Exception.xml @@ -58,7 +58,7 @@ to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/). + Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://docs.microsoft.com/en-us/](https://docs.microsoft.com/en-us/). diff --git a/xml/System.Configuration/ApplicationSettingsBase.xml b/xml/System.Configuration/ApplicationSettingsBase.xml index 4a36cbc8d5b..f8dba877b81 100644 --- a/xml/System.Configuration/ApplicationSettingsBase.xml +++ b/xml/System.Configuration/ApplicationSettingsBase.xml @@ -88,7 +88,7 @@ - Application Settings for Windows Forms + Application Settings for Windows Forms @@ -1039,7 +1039,7 @@ - How to: Validate Application Settings + How to: Validate Application Settings diff --git a/xml/System.Configuration/ClientSettingsSection.xml b/xml/System.Configuration/ClientSettingsSection.xml index 09a5d9268c8..bd9c6ab45ca 100644 --- a/xml/System.Configuration/ClientSettingsSection.xml +++ b/xml/System.Configuration/ClientSettingsSection.xml @@ -40,7 +40,7 @@ - Application Settings for Windows Forms + Application Settings for Windows Forms diff --git a/xml/System.Configuration/DefaultSettingValueAttribute.xml b/xml/System.Configuration/DefaultSettingValueAttribute.xml index 856b6e21e2f..8386a8be459 100644 --- a/xml/System.Configuration/DefaultSettingValueAttribute.xml +++ b/xml/System.Configuration/DefaultSettingValueAttribute.xml @@ -60,7 +60,7 @@ - Application Settings for Windows Forms + Application Settings for Windows Forms diff --git a/xml/System.Configuration/IPersistComponentSettings.xml b/xml/System.Configuration/IPersistComponentSettings.xml index 19808c91616..c3182f87604 100644 --- a/xml/System.Configuration/IPersistComponentSettings.xml +++ b/xml/System.Configuration/IPersistComponentSettings.xml @@ -30,7 +30,7 @@ ]]> - Application Settings for Custom Controls + Application Settings for Custom Controls @@ -279,7 +279,7 @@ - Application Settings for Custom Controls + Application Settings for Custom Controls diff --git a/xml/System.Configuration/ISettingsProviderService.xml b/xml/System.Configuration/ISettingsProviderService.xml index ba5613c5d01..ae51a3f7de8 100644 --- a/xml/System.Configuration/ISettingsProviderService.xml +++ b/xml/System.Configuration/ISettingsProviderService.xml @@ -36,7 +36,7 @@ - Application Settings for Custom Controls + Application Settings for Custom Controls diff --git a/xml/System.Configuration/SettingsManageabilityAttribute.xml b/xml/System.Configuration/SettingsManageabilityAttribute.xml index 9b47fd7f86e..e4e36d07321 100644 --- a/xml/System.Configuration/SettingsManageabilityAttribute.xml +++ b/xml/System.Configuration/SettingsManageabilityAttribute.xml @@ -41,7 +41,7 @@ - Application Settings for Windows Forms + Application Settings for Windows Forms diff --git a/xml/System.Configuration/SettingsPropertyValue.xml b/xml/System.Configuration/SettingsPropertyValue.xml index a18158d9831..3ce191db7a5 100644 --- a/xml/System.Configuration/SettingsPropertyValue.xml +++ b/xml/System.Configuration/SettingsPropertyValue.xml @@ -118,7 +118,7 @@ ]]> - How to: Deserialize an Object + How to: Deserialize an Object diff --git a/xml/System.Data/EnumerableRowCollection.xml b/xml/System.Data/EnumerableRowCollection.xml index 061fb0b05de..2bf97fff0ed 100644 --- a/xml/System.Data/EnumerableRowCollection.xml +++ b/xml/System.Data/EnumerableRowCollection.xml @@ -49,7 +49,7 @@ - LINQ to DataSet + LINQ to DataSet diff --git a/xml/System.Data/EnumerableRowCollection`1.xml b/xml/System.Data/EnumerableRowCollection`1.xml index 4d3dd3310af..dc88b887b5e 100644 --- a/xml/System.Data/EnumerableRowCollection`1.xml +++ b/xml/System.Data/EnumerableRowCollection`1.xml @@ -57,7 +57,7 @@ - LINQ to DataSet + LINQ to DataSet diff --git a/xml/System.Data/OrderedEnumerableRowCollection`1.xml b/xml/System.Data/OrderedEnumerableRowCollection`1.xml index 68123bf6ba5..2ebff96b38c 100644 --- a/xml/System.Data/OrderedEnumerableRowCollection`1.xml +++ b/xml/System.Data/OrderedEnumerableRowCollection`1.xml @@ -52,7 +52,7 @@ - LINQ to DataSet + LINQ to DataSet From 2365179ab7c523b48338c13d132f45675340709c Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 30 Jun 2020 01:43:28 -0700 Subject: [PATCH 2/4] manual fix --- xml/System.ComponentModel/ProgressChangedEventArgs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.ComponentModel/ProgressChangedEventArgs.xml b/xml/System.ComponentModel/ProgressChangedEventArgs.xml index 63b889b228b..56168fb8107 100644 --- a/xml/System.ComponentModel/ProgressChangedEventArgs.xml +++ b/xml/System.ComponentModel/ProgressChangedEventArgs.xml @@ -47,7 +47,7 @@ ]]> - How to: Implement a Component that Supports the Event-based Asynchronous Pattern + How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background How to: Implement a Form That Uses a Background Operation How to: Use Components that Support the Event-based Asynchronous Pattern @@ -95,7 +95,7 @@ Initializes a new instance of the class. To be added. - How to: Implement a Component that Supports the Event-based Asynchronous Pattern + How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background How to: Implement a Form That Uses a Background Operation How to: Use Components that Support the Event-based Asynchronous Pattern @@ -158,7 +158,7 @@ ]]> - How to: Implement a Component that Supports the Event-based Asynchronous Pattern + How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background How to: Implement a Form That Uses a Background Operation How to: Use Components that Support the Event-based Asynchronous Pattern @@ -216,7 +216,7 @@ ]]> - How to: Implement a Component that Supports the Event-based Asynchronous Pattern + How to: Implement a Component that Supports the Event-based Asynchronous Pattern How to: Run an Operation in the Background How to: Implement a Form That Uses a Background Operation How to: Use Components that Support the Event-based Asynchronous Pattern From 131037e5ebfbfbca3b4c58eec0b2498d2a8d50d0 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 30 Jun 2020 01:45:29 -0700 Subject: [PATCH 3/4] manual fix --- xml/System.ComponentModel/TypeConverterAttribute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.ComponentModel/TypeConverterAttribute.xml b/xml/System.ComponentModel/TypeConverterAttribute.xml index 4c28c4c6250..a352608b98b 100644 --- a/xml/System.ComponentModel/TypeConverterAttribute.xml +++ b/xml/System.ComponentModel/TypeConverterAttribute.xml @@ -82,7 +82,7 @@ XAML-Related CLR Attributes For Custom Types and Libraries Defining Custom Types for Use with .NET Framework XAML Services - NET XAML Services Conceptual Documentation + XAML Services From 97c92136420b299e4d1129245ddb0b83ff1c459a Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 30 Jun 2020 01:50:13 -0700 Subject: [PATCH 4/4] manual fix --- xml/System.ComponentModel/Win32Exception.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.ComponentModel/Win32Exception.xml b/xml/System.ComponentModel/Win32Exception.xml index 8034c85cb47..003bce835c7 100644 --- a/xml/System.ComponentModel/Win32Exception.xml +++ b/xml/System.ComponentModel/Win32Exception.xml @@ -58,7 +58,7 @@ to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://docs.microsoft.com/en-us/](https://docs.microsoft.com/en-us/). + Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use to access the numeric representation of the error code associated with this exception. For more information about the error codes, see [Win32 Error Codes](https://docs.microsoft.com/openspecs/windows_protocols/ms-erref/18d8fbe8-a967-4f1c-ae50-99ca8e491d2d).