Skip to content

Commit b7d58ed

Browse files
committed
add missing namespace summaries
1 parent 3d913ae commit b7d58ed

23 files changed

+26
-58
lines changed

xml/ns-System.Cloud.DocumentDb.xml

+1-1
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

+1-1
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

+3-1
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

+4-1
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

+1-1
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>
+1-1
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

+1-1
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

+1-1
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>
+1-1
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

+1-1
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>

xml/ns-System.CommandLine.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.CommandLine">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types for defining commands, options, arguments, and their relationships in command-line applications.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Formats.Nrbf.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Namespace Name="System.Formats.Nrbf">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>
4+
Provides classes and utilities for working with .NET Remoting Binary Format (NRBF) encoded data,
5+
including support for decoding payloads, handling serialization records, and managing array and class records.
6+
</summary>
47
<remarks>To be added.</remarks>
58
</Docs>
69
</Namespace>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Net.ServerSentEvents">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides classes and delegates for working with server-sent events, including formatting, parsing, and representing event data.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Numerics.Tensors.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Numerics.Tensors">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types and methods for tensor operations and memory management.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Runtime.Diagnostics.xml

-6
This file was deleted.

xml/ns-System.Runtime.Intrinsics.Arm.Arm64.xml

-6
This file was deleted.

xml/ns-System.Runtime.Remoting.Channels.Smtp.xml

-6
This file was deleted.

xml/ns-System.Text.Json.Schema.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Text.Json.Schema">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides functionality for generating JSON schema objects from .NET types using metadata and context.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Namespace Name="System.Text.Json.Serialization.Metadata">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>
4+
Contains classes, structs, and interfaces that provide metadata and configuration for JSON serialization and deserialization in System.Text.Json.
5+
</summary>
46
<remarks>To be added.</remarks>
57
</Docs>
68
</Namespace>

xml/ns-System.Text.Json.SourceGeneration.xml

-6
This file was deleted.

xml/ns-System.Web.UI.MobileControls.ShippedAdapterSource.xml

-6
This file was deleted.

xml/ns-System.Windows.Forms.Analyzers.xml

-6
This file was deleted.

xml/ns-System.Windows.Forms.Design.Resources.xml

-6
This file was deleted.

0 commit comments

Comments
 (0)