Skip to content

fix: MD009 in docs/framework/ A to T #17438

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

Merged
merged 18 commits into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/_autoredirects.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private int _AutoRedirects

> [!WARNING]
> The `HttpWebRequest._AutoRedirects` field is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/_httpresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal HttpWebResponse _HttpResponse

> [!WARNING]
> The `HttpWebRequest._HttpResponse` field is internal and not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/adodb.connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ api_type:

```csharp
[GuidAttribute("00000550-0000-0010-8000-00AA006D2EA4")]
public interface Connection : _Connection,
public interface Connection : _Connection,
ConnectionEvents_Event
```

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal class Connection : PooledStream

> [!WARNING]
> The `Connection` class is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/connectiongroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class ConnectionGroup

> [!WARNING]
> The `ConnectionGroup` class is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/coreresponsedata.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal class CoreResponseData

> [!WARNING]
> This API is internal, and it is not meant to be used directly in your code. Instead, you should use a <xref:System.Diagnostics.DiagnosticSource> to hook networking code. See [DiagnosticSource User's Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md).
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public WebHeaderCollection m_ResponseHeaders

> [!WARNING]
> This API is not meant to be used directly in your code. Instead, you should use a <xref:System.Diagnostics.DiagnosticSource> to hook networking code. See [DiagnosticSource User's Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md).
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public HttpStatusCode m_StatusCode

> [!WARNING]
> This API is not meant to be used directly in your code. Instead, you should use a <xref:System.Diagnostics.DiagnosticSource> to hook networking code. See [DiagnosticSource User's Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md).
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal class DataMemberFieldEditor : UITypeEditor

> [!WARNING]
> The `DataMemberFieldEditor` class is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal class DataMemberListEditor : UITypeEditor

> [!WARNING]
> The `DataMemberListEditor` class is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private object _CoreResponse

> [!WARNING]
> This API is not meant to be used directly in your code. Instead, you should use a <xref:System.Diagnostics.DiagnosticSource> to hook networking code. See [DiagnosticSource User's Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md).
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In addition, some libraries target specific platforms or implementations of the
| ------- | ----------- |
| <xref:System.Collections.Immutable> | Provides collections that are thread safe and guaranteed to never change their contents. |
| <xref:System.Net.Http.WinHttpHandler> | Provides a message handler for <xref:System.Net.Http.HttpClient> based on the WinHTTP interface of Windows. |
| <xref:System.Numerics> | Provides a library of vector types that can take advantage of SIMD hardware-based acceleration.|
| <xref:System.Numerics> | Provides a library of vector types that can take advantage of SIMD hardware-based acceleration.|
| <xref:System.Threading.Tasks.Dataflow> | The TPL Dataflow Library provides dataflow components to help increase the robustness of concurrency-enabled applications. |

## Platform-specific libraries
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/m_connectiongrouplist.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private Hashtable m_ConnectionGroupList

> [!WARNING]
> The `ServicePoint.m_ConnectionGroupList` field is private and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/m_connectionlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private ArrayList m_ConnectionList

> [!WARNING]
> The `ConnectionGroup.m_ConnectionList` field is private and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/m_writelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private ArrayList m_WriteList

> [!WARNING]
> The `Connection.m_WriteList` field is private and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/s_servicepointtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private static Hashtable s_ServicePointTable

> [!WARNING]
> The `ServicePointManager.s_ServicePointTable` field is private and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this field in a production application under any circumstance.

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/stdole.stdfont.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ api_type:

```csharp
[GuidAttribute("BEF6E003-A874-101A-8BBA-00AA00300CAB")]
public interface StdFont : Font,
public interface StdFont : Font,
FontEvents_Event
```

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/system.net.rtcstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal class RtcState

> [!WARNING]
> The `RtcState` class is internal and is not meant to be used directly in your code.
>
>
> Microsoft does not support the use of this class in a production application under any circumstance.

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ api_type:
Creates a new <xref:System.Xml.XmlReader> instance using the specified stream, settings, and context information for parsing.

```csharp
internal static XmlReader CreateSqlReader(Stream input,
internal static XmlReader CreateSqlReader(Stream input,
XmlReaderSettings settings, XmlParserContext inputContext)
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Raises the <xref:System.Windows.Xps.XpsDocumentWriter.WritingCancelled> event.
## Syntax

```csharp
public void raise__WritingCancelled (object value0,
public void raise__WritingCancelled (object value0,
System.Windows.Documents.Serialization.WritingCancelledEventArgs value1);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Raises the <xref:System.Windows.Xps.XpsDocumentWriter.WritingCompleted> event.
## Syntax

```csharp
public void raise__WritingCompleted (object value0,
public void raise__WritingCompleted (object value0,
System.Windows.Documents.Serialization.WritingCompletedEventArgs value1);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Raises the <xref:System.Windows.Xps.XpsDocumentWriter.WritingPrintTicketRequired
## Syntax

```csharp
public void raise__WritingPrintTicketRequired (object value0,
public void raise__WritingPrintTicketRequired (object value0,
System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs value1);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Raises the <xref:System.Windows.Xps.XpsDocumentWriter.WritingProgressChanged> ev
## Syntax

```csharp
public void raise__WritingProgressChanged (object value0,
public void raise__WritingProgressChanged (object value0,
System.Windows.Documents.Serialization.WritingProgressChangedEventArgs value1);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ topic_type:

# XpsDocumentWriter.\_WritingCancelled Event

Occurs when a <xref:System.Windows.Xps.XpsDocumentWriter.Write%2A> or <xref:System.Windows.Xps.XpsDocumentWriter.WriteAsync%2A> operation is canceled.
Occurs when a <xref:System.Windows.Xps.XpsDocumentWriter.Write%2A> or <xref:System.Windows.Xps.XpsDocumentWriter.WriteAsync%2A> operation is canceled.

## Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ topic_type:

# XpsDocumentWriter.\_WritingCompleted Event

Occurs when a write operation finishes.
Occurs when a write operation finishes.

## Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ topic_type:

# XpsDocumentWriter.\_WritingProgressChanged Event

Occurs when the <xref:System.Windows.Xps.XpsDocumentWriter> updates its progress.
Occurs when the <xref:System.Windows.Xps.XpsDocumentWriter> updates its progress.

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/app-domains/install-assembly-into-gac.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.assetid: a7e6f091-d02c-49ba-b736-7295cb0eb743
---
# How to: Install an assembly into the global assembly cache

The global assembly cache (GAC) stores assemblies that several applications share. Install an assembly into the [global assembly cache](gac.md) with one of the following components:
The global assembly cache (GAC) stores assemblies that several applications share. Install an assembly into the [global assembly cache](gac.md) with one of the following components:

- [Windows Installer](#windows-installer)
- [Global Assembly Cache tool](#global-assembly-cache-tool)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.assetid: 39694cc4-6b84-45a6-9329-385a0d8b48fe

Contains custom application settings. This is a predefined configuration section provided by the .NET Framework.

[**\<configuration>**](../configuration-element.md)
[**\<configuration>**](../configuration-element.md)
&nbsp;&nbsp;**\<appSettings>**

## Syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ms.assetid: 6cc55983-b894-449b-8e26-b258e53939cd

Specifies assembly binding policy at the configuration level.

[**\<configuration>**](configuration-element.md)
[**\<configuration>**](configuration-element.md)
&nbsp;&nbsp;**\<assemblyBinding>**

## Syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ms.assetid: 77f1d761-ff45-4001-8f36-3a3e5c41fa63

Clears all previously defined sections and section groups.

[**\<configuration>**](configuration-element.md)
&nbsp;&nbsp;[**\<configSections>**](configsections-element-for-configuration.md)
[**\<configuration>**](configuration-element.md)
&nbsp;&nbsp;[**\<configSections>**](configsections-element-for-configuration.md)
&nbsp;&nbsp;&nbsp;&nbsp;**\<clear>**

## Syntax
Expand Down Expand Up @@ -57,8 +57,8 @@ The following machine configuration file code declares two sections, **\<sampleS
<section name="anotherSampleSection"
type="System.Configuration.NameValueSectionHandler" />
</configSections>
<sampleSection setting1="Value1"
setting2="value two"
<sampleSection setting1="Value1"
setting2="value two"
setting3="third value" />
</configuration>
```
Expand All @@ -73,8 +73,8 @@ The following application configuration file code clears all previously declared
<section name="anotherSection"
type="System.Configuration.NameValueSectionHandler" />
</configSections>
<anotherSection setting1="Value1"
setting2="value two"
<anotherSection setting1="Value1"
setting2="value two"
setting3="third value" />
</configuration>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Container for compiler configuration elements; contains zero or more [\<compiler
<system.codedom>
<compilers>
<!-- zero or more compiler elements -->
<compiler
language="c#;cs;csharp"
<compiler
language="c#;cs;csharp"
extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
compilerOptions=""
compilerOptions=""
warningLevel="1" />
</compilers>
</system.codedom>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Specifies the compiler version attributes for a language provider.
<compiler
language="c#;cs;csharp"
extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=2.0.3600.0, Culture=neutral,
type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=2.0.3600.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
compilerOptions="/optimize"
warningLevel="1" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Specifies compiler configuration settings for available language providers.
<system.codedom>
<compilers>
<!-- zero or more compiler elements -->
<compiler
<compiler
language="c#;cs;csharp"
extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=1.0.5000.0, Culture=neutral,
type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
compilerOptions=""
warningLevel="1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.assetid: 9f963c1b-dc3f-4220-a8b6-2dd7a5a8e039

Contains configuration section and namespace declarations.

[**\<configuration>**](configuration-element.md)
[**\<configuration>**](configuration-element.md)
&nbsp;&nbsp;**\<configSections>**

## Attributes
Expand Down Expand Up @@ -48,8 +48,8 @@ The following example shows how to define a configuration section and define set
<section name="sampleSection"
type="System.Configuration.SingleTagSectionHandler" />
</configSections>
<sampleSection setting1="Value1"
setting2="value two"
<sampleSection setting1="Value1"
setting2="value two"
setting3="third value" />
</configuration>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ ms.assetid: 6e4cc793-c526-4007-b4e9-37d56295f2cb

The configuration sections schema contains elements that define custom settings in configuration files. For general information on configuration files and schemas, see [Configuration file schema for the .NET Framework](index.md).

[**\<configuration>**](configuration-element.md)
[**\<configSections>**](configsections-element-for-configuration.md)
[**\<clear>**](clear-element-for-configsections.md)
[**\<remove>**](remove-element-for-configsections.md)
[**\<section>**](section-element.md)
[**\<configuration>**](configuration-element.md)
[**\<configSections>**](configsections-element-for-configuration.md)
[**\<clear>**](clear-element-for-configsections.md)
[**\<remove>**](remove-element-for-configsections.md)
[**\<section>**](section-element.md)
[**\<sectionGroup>**](sectiongroup-element-for-configsections.md)

| | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contains a list of cryptography classes that have a mapping to a friendly name i
## Syntax

```xml
<cryptoClasses>
<cryptoClasses>
</cryptoClasses>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Contains cryptography settings.
## Syntax

```xml
<cryptographySettings>
<cryptographySettings>
</cryptographySettings>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contains mappings of classes to friendly names.
## Syntax

```xml
<cryptoNameMapping>
<cryptoNameMapping>
</cryptoNameMapping>
```

Expand Down
Loading