Skip to content

Commit 60b48d6

Browse files
authored
Add namespace summaries for System* namespaces (#11138)
1 parent 1c48e3a commit 60b48d6

30 files changed

+32
-71
lines changed

xml/ns-System.Cloud.DocumentDb.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Cloud.DocumentDb">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and interfaces for managing document-oriented (NoSQL) databases, including database configuration, query execution, transactional operations, and exception handling. </summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Cloud.Messaging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Cloud.Messaging">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and extension methods for building and managing asynchronous message processing pipelines.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Collections.Frozen.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Namespace Name="System.Collections.Frozen">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>
4+
Contains types that provide immutable, read-only collections optimized for fast lookup and enumeration.
5+
</summary>
46
<remarks>To be added.</remarks>
57
</Docs>
68
</Namespace>

xml/ns-System.CommandLine.Binding.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Namespace Name="System.CommandLine.Binding">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>
4+
Provides types for binding command-line input to objects, including support for custom types,
5+
binding contexts, and value descriptors.
6+
</summary>
47
<remarks>To be added.</remarks>
58
</Docs>
69
</Namespace>

xml/ns-System.CommandLine.Builder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.Builder">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides classes and extension methods for building and configuring command-line applications.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.Completions">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and interfaces for command-line completion operations, including contexts, items, and sources for generating completions.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.CommandLine.Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.Help">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and methods for formatting and displaying command-line help.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.CommandLine.IO.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.IO">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types for working with standard input, output, and error streams, including in-memory and console-based implementations.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.Invocation">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types for handling command invocation, including context, handlers, results, middleware, and middleware ordering.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.CommandLine.Parsing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine.Parsing">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and methods for parsing command-line input, including arguments, options, commands, and tokens.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

0 commit comments

Comments
 (0)