Skip to content

Commit 3d913ae

Browse files
committed
random edits
1 parent 22e3cae commit 3d913ae

7 files changed

+6
-13
lines changed

xml/ns-System.Data.Sql.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
<remarks>
55
<format type="text/markdown"><![CDATA[
66
7-
## Remarks
8-
For information about the functionality that the classes within this namespace support, see [Enumerating Instances of SQL Server (ADO.NET)](/dotnet/framework/data/adonet/sql/enumerating-instances-of-sql-server) and [Query Notifications in SQL Server](/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server).
9-
10-
> [!NOTE]
11-
> In beta releases of ADO.NET version 2.0, the <xref:System.Data.Sql> namespace also contained classes for use with SQL Server common language runtime (CLR) integration. However, those classes have been moved into their own namespace, <xref:Microsoft.SqlServer.Server>. For more information about using SQL Server CLR integration, see [SQL Server Common Language Runtime Integration](/dotnet/framework/data/adonet/sql/sql-server-common-language-runtime-integration).
7+
For information about the functionality of the classes within this namespace, see [Enumerating Instances of SQL Server (ADO.NET)](/dotnet/framework/data/adonet/sql/enumerating-instances-of-sql-server) and [Query Notifications in SQL Server](/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server).
128
139
]]></format>
1410
</remarks>

xml/ns-System.Drawing.Design.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The classes in this namespace can be used to create custom toolbox items, type-specific value editors that can edit and graphically represent values of their supported types, and type converters that can convert values between certain types. This namespace provides the basic frameworks for developing extensions to the design-time UI.
99
1010
> [!CAUTION]
11-
> Classes within the <xref:System.Drawing.Design> namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.
11+
> Classes within the <xref:System.Drawing.Design> namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types might produce unexpected problems, such as diminished service performance and run-time exceptions.
1212
1313
]]></format>
1414
</remarks>

xml/ns-System.Globalization.xml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
The following blogs include discussions of the <xref:System.Globalization> namespace and its classes:
1010
1111
- <https://learn.microsoft.com/archive/blogs/shawnste/>
12-
1312
- <https://learn.microsoft.com/archive/blogs/kierans/>
1413
1514
Two of the .NET types in this namespace, <xref:System.Globalization.CultureAndRegionInfoBuilder> and <xref:System.Globalization.CultureAndRegionModifiers>, are found in an assembly named *sysglobl.dll*. To successfully compile code that uses these types, add a reference to sysglobl.dll.

xml/ns-System.Net.Http.xml

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ If your app uses the <xref:System.Net.Http> and <xref:System.Net.Http.Headers> n
4444
]]></format>
4545
</remarks>
4646
<altmember cref="N:System.Net.Http.Headers" />
47-
<related type="Article" href="https://learn.microsoft.com/previous-versions/windows/apps/hh761504(v=win.10)">Connecting to a web service</related>
4847
</Docs>
4948
</Namespace>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Runtime.Intrinsics.Arm">
22
<Docs>
3-
<summary>Exposes select instruction-set extensions for ARM systems. These instruction sets are expressed as separate classes for each extension. Support for any extension within the current environment can be determined by querying the <see langword="IsSupported" /> property on the respective type.</summary>
3+
<summary>Exposes select instruction-set extensions for ARM systems. These instruction sets are expressed as separate classes for each extension. You can determine support for any extension within the current environment by querying the <see langword="IsSupported" /> property on the respective type.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Runtime.Loader.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Runtime.Loader">
22
<Docs>
3-
<summary>Provides interfaces and classes to allow developers the opportunity to influence runtime loading behavior.</summary>
3+
<summary>Provides interfaces and classes to influence runtime loading behavior.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Runtime.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<Namespace Name="System.Runtime">
22
<Docs>
3-
<summary>Contains advanced types that support diverse namespaces such as the <see langword="System" />, <see langword="Runtime" />, and the <see langword="Security" /> namespaces.</summary>
3+
<summary>Contains advanced types that support diverse namespaces such as the <see langword="System" />, <see langword="Runtime" />, and <see langword="Security" /> namespaces.</summary>
44
<remarks>
55
<format type="text/markdown"><![CDATA[
66
7-
## Remarks
8-
The types found in this namespace are intended for use in advanced development.
7+
The types found in this namespace are intended for use in advanced development.
98
109
]]></format>
1110
</remarks>

0 commit comments

Comments
 (0)