Skip to content

Commit 592660d

Browse files
authored
Escape $ signs where needed (dotnet#10715)
1 parent e6d5a9e commit 592660d

File tree

18 files changed

+2690
-2782
lines changed

18 files changed

+2690
-2782
lines changed

xml/Microsoft.VisualBasic/Financial.xml

Lines changed: 194 additions & 223 deletions
Large diffs are not rendered by default.

xml/System.Data.Objects/CompiledQuery.xml

Lines changed: 107 additions & 113 deletions
Large diffs are not rendered by default.

xml/System.Data.Services/IDataServiceConfiguration.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<Docs>
1515
<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>
1616
<remarks>
17-
<format type="text/markdown"><![CDATA[
18-
19-
## Remarks
20-
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.
21-
17+
<format type="text/markdown"><![CDATA[
18+
19+
## Remarks
20+
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.
21+
2222
]]></format>
2323
</remarks>
2424
</Docs>
@@ -84,16 +84,16 @@
8484
<ReturnType>System.Int32</ReturnType>
8585
</ReturnValue>
8686
<Docs>
87-
<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>
87+
<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>
8888
<value>The maximum number of segments to expand.</value>
8989
<remarks>
90-
<format type="text/markdown"><![CDATA[
91-
92-
## Remarks
93-
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.
94-
95-
The following query string sample has two segments:
96-
90+
<format type="text/markdown"><![CDATA[
91+
92+
## Remarks
93+
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.
94+
95+
The following query string sample has two segments:
96+
9797
]]></format>
9898
</remarks>
9999
</Docs>
@@ -118,13 +118,13 @@
118118
<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>
119119
<value>Integer representing the maximum number of supported segments in <c>$expand</c> path.</value>
120120
<remarks>
121-
<format type="text/markdown"><![CDATA[
122-
123-
## Remarks
124-
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.
125-
126-
The following query string sample has two segments in the first `$expand` path and one in the second `$expand` path:
127-
121+
<format type="text/markdown"><![CDATA[
122+
123+
## Remarks
124+
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.
125+
126+
The following query string sample has two segments in the first `$expand` path and one in the second `$expand` path:
127+
128128
]]></format>
129129
</remarks>
130130
</Docs>
@@ -223,11 +223,11 @@
223223
<param name="rights">The rights allowed for the entity set.</param>
224224
<summary>Sets the access rules for the specified entity set.</summary>
225225
<remarks>
226-
<format type="text/markdown"><![CDATA[
227-
228-
## Remarks
229-
The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.
230-
226+
<format type="text/markdown"><![CDATA[
227+
228+
## Remarks
229+
The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.
230+
231231
]]></format>
232232
</remarks>
233233
</Docs>
@@ -257,11 +257,11 @@
257257
<param name="rights">The rights allowed according to <see cref="T:System.Data.Services.ServiceOperationRights" /> enumeration.</param>
258258
<summary>Sets the access rules for the specified service operation.</summary>
259259
<remarks>
260-
<format type="text/markdown"><![CDATA[
261-
262-
## Remarks
263-
The default configuration is to deny access to resources. When a service is initialized, the access rights must be enabled.
264-
260+
<format type="text/markdown"><![CDATA[
261+
262+
## Remarks
263+
The default configuration is to deny access to resources. When a service is initialized, the access rights must be enabled.
264+
265265
]]></format>
266266
</remarks>
267267
</Docs>
@@ -286,11 +286,11 @@
286286
<summary>Gets or sets whether verbose errors are used by default for all responses from the data service.</summary>
287287
<value>A Boolean value that indicates whether verbose errors are returned.</value>
288288
<remarks>
289-
<format type="text/markdown"><![CDATA[
290-
291-
## Remarks
292-
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.
293-
289+
<format type="text/markdown"><![CDATA[
290+
291+
## Remarks
292+
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.
293+
294294
]]></format>
295295
</remarks>
296296
</Docs>

0 commit comments

Comments
 (0)