Skip to content
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

Merge main into live #10718

Merged
merged 1 commit into from
Dec 2, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
417 changes: 194 additions & 223 deletions xml/Microsoft.VisualBasic/Financial.xml

Large diffs are not rendered by default.

220 changes: 107 additions & 113 deletions xml/System.Data.Objects/CompiledQuery.xml

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions xml/System.Data.Services/IDataServiceConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<Docs>
<summary>The <see cref="T:System.Data.Services.IDataServiceConfiguration" /> is used by WCF Data Services to set up the behavior of the service, including rights on entity sets and service operations, limits on the allowed requests, registering types not discoverable by default, and the default verbosity on error handling.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This type is used by <xref:System.Data.Services.DataService%601> classes to configure the service by implementing a static method named InitializeService, returning void, and taking a single argument of type <xref:System.Data.Services.IDataServiceConfiguration>. The configuration object may only be used during the call to service initialization.
<format type="text/markdown"><![CDATA[

## Remarks
This type is used by <xref:System.Data.Services.DataService%601> classes to configure the service by implementing a static method named InitializeService, returning void, and taking a single argument of type <xref:System.Data.Services.IDataServiceConfiguration>. The configuration object may only be used during the call to service initialization.

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -84,16 +84,16 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the maximum number of segments that can be expanded by the $expand query option for all requests to the data service.</summary>
<summary>Gets or sets the maximum number of segments that can be expanded by the <see langword="$expand" /> query option for all requests to the data service.</summary>
<value>The maximum number of segments to expand.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
If the limit is exceeded, a 400 Bad Request status code is returned. The value specified must be between 0 and `int.MaxValue`; otherwise, an `ArgumentOutOfRangeException` is thrown.
The following query string sample has two segments:
<format type="text/markdown"><![CDATA[

## Remarks
If the limit is exceeded, a 400 Bad Request status code is returned. The value specified must be between 0 and `int.MaxValue`; otherwise, an `ArgumentOutOfRangeException` is thrown.

The following query string sample has two segments:

]]></format>
</remarks>
</Docs>
Expand All @@ -118,13 +118,13 @@
<summary>Gets or sets a maximum number of segments supported in a single <c>$expand</c> path for all requests to the data service.</summary>
<value>Integer representing the maximum number of supported segments in <c>$expand</c> path.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
If the limit is exceeded, a 400 Bad Request status code is returned. The value specified must be between 0 and `int.MaxValue`; otherwise, an `ArgumentOutOfRangeException` is thrown.
The following query string sample has two segments in the first `$expand` path and one in the second `$expand` path:
<format type="text/markdown"><![CDATA[

## Remarks
If the limit is exceeded, a 400 Bad Request status code is returned. The value specified must be between 0 and `int.MaxValue`; otherwise, an `ArgumentOutOfRangeException` is thrown.

The following query string sample has two segments in the first `$expand` path and one in the second `$expand` path:

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -223,11 +223,11 @@
<param name="rights">The rights allowed for the entity set.</param>
<summary>Sets the access rules for the specified entity set.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.
<format type="text/markdown"><![CDATA[

## Remarks
The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -257,11 +257,11 @@
<param name="rights">The rights allowed according to <see cref="T:System.Data.Services.ServiceOperationRights" /> enumeration.</param>
<summary>Sets the access rules for the specified service operation.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The default configuration is to deny access to resources. When a service is initialized, the access rights must be enabled.
<format type="text/markdown"><![CDATA[

## Remarks
The default configuration is to deny access to resources. When a service is initialized, the access rights must be enabled.

]]></format>
</remarks>
</Docs>
Expand All @@ -286,11 +286,11 @@
<summary>Gets or sets whether verbose errors are used by default for all responses from the data service.</summary>
<value>A Boolean value that indicates whether verbose errors are returned.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The response from a specified request can be overridden by the data service developer by overriding the `HandleException` method. Verbose errors should only be enabled during development, not in production environments, for security reasons.
<format type="text/markdown"><![CDATA[

## Remarks
The response from a specified request can be overridden by the data service developer by overriding the `HandleException` method. Verbose errors should only be enabled during development, not in production environments, for security reasons.

]]></format>
</remarks>
</Docs>
Expand Down
Loading
Loading