Skip to content

Commit dc56f35

Browse files
Migration: migration from Caps to OP
1 parent 9b1c471 commit dc56f35

File tree

653 files changed

+6995
-7948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

653 files changed

+6995
-7948
lines changed

xml/System.ComponentModel.DataAnnotations/DataTypeAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
[!code-csharp[System.ComponentModel.DataAnnotations.DataTypeAttribute#1](~/samples/snippets/csharp/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/CS/Customer.cs#1)]
6161
[!code-vb[System.ComponentModel.DataAnnotations.DataTypeAttribute#1](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/VB/Customer.vb#1)]
6262
63-
[!code-csharp[System.ComponentModel.DataAnnotations.DataTypeAttribute#2](~/samples/snippets/csharp/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/CS/Text.ascx#2)]
64-
[!code-vb[System.ComponentModel.DataAnnotations.DataTypeAttribute#2](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/VB/Text.ascx#2)]
63+
<!-- TODO: review snippet reference [!code-csharp[System.ComponentModel.DataAnnotations.DataTypeAttribute#2](~/samples/snippets/csharp/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/CS/Text.ascx#2)] -->
64+
<!-- TODO: review snippet reference [!code-vb[System.ComponentModel.DataAnnotations.DataTypeAttribute#2](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/VB/Text.ascx#2)] -->
6565
6666
[!code-csharp[System.ComponentModel.DataAnnotations.DataTypeAttribute#3](~/samples/snippets/csharp/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/CS/Text.ascx.cs#3)]
6767
[!code-vb[System.ComponentModel.DataAnnotations.DataTypeAttribute#3](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.ComponentModel.DataAnnotations.DataTypeAttribute/VB/Text.ascx.vb#3)]

xml/System.Configuration/ConfigurationManager.xml

Lines changed: 0 additions & 953 deletions
This file was deleted.

xml/System.IO.Log/FileRecordSequence.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@
247247
## Examples
248248
The following example shows how you can create a record sequence with this method.
249249
250-
[!code-csharp[IRecordSequence#3](~/samples/snippets/csharp/VS_Snippets_CFX/irecordsequence/cs/readrecord.cs#3)]
251-
[!code-vb[IRecordSequence#3](~/samples/snippets/visualbasic/VS_Snippets_CFX/irecordsequence/vb/readrecord.vb#3)]
250+
<!-- TODO: review snippet reference [!code-csharp[IRecordSequence#3](~/samples/snippets/csharp/VS_Snippets_CFX/irecordsequence/cs/readrecord.cs#3)] -->
251+
<!-- TODO: review snippet reference [!code-vb[IRecordSequence#3](~/samples/snippets/visualbasic/VS_Snippets_CFX/irecordsequence/vb/readrecord.vb#3)] -->
252252
253253
]]></format>
254254
</remarks>

xml/System.IO.Log/LogRecordSequence.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,8 +1434,8 @@ recordSequence.Append(undoRecordData, userSqn, previousSqn, RecordAppendOptions.
14341434
[!code-csharp[S_UELogRecordSequence#11](~/samples/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/mymultiplexlog.cs#11)]
14351435
[!code-vb[S_UELogRecordSequence#11](~/samples/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/mymultiplexlog.vb#11)]
14361436
1437-
[!code-csharp[S_UELogRecordSequence#12](~/samples/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/mymultiplexlog.cs#12)]
1438-
[!code-vb[S_UELogRecordSequence#12](~/samples/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/mymultiplexlog.vb#12)]
1437+
<!-- TODO: review snippet reference [!code-csharp[S_UELogRecordSequence#12](~/samples/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/mymultiplexlog.cs#12)] -->
1438+
<!-- TODO: review snippet reference [!code-vb[S_UELogRecordSequence#12](~/samples/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/mymultiplexlog.vb#12)] -->
14391439
14401440
]]></format>
14411441
</remarks>

xml/System.Net/WebClient.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,8 +4294,8 @@ internal class MyWebClient:WebClient{
42944294
42954295
The following code example shows an ASP.NET page that can accept posted files and is suitable for use with the <xref:System.Net.WebClient.UploadFile%2A> method. The page must reside on a Web server. Its address provides the value for the `address` parameter of the <xref:System.Net.WebClient.UploadFile%2A> method.
42964296
4297-
[!code-csharp[NCLWebClientAsp#1](~/samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsp/CS/fileuploadercs.aspx#1)]
4298-
[!code-vb[NCLWebClientAsp#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/NCLWebClientAsp/VB/fileuploadervb.aspx#1)]
4297+
<!-- TODO: review snippet reference [!code-csharp[NCLWebClientAsp#1](~/samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsp/CS/fileuploadercs.aspx#1)] -->
4298+
<!-- TODO: review snippet reference [!code-vb[NCLWebClientAsp#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/NCLWebClientAsp/VB/fileuploadervb.aspx#1)] -->
42994299
43004300
]]></format>
43014301
</remarks>
@@ -4444,8 +4444,8 @@ internal class MyWebClient:WebClient{
44444444
44454445
The following code example shows an ASP.NET page that can accept posted files and is suitable for use with the <xref:System.Net.WebClient.UploadFile%2A> method. The page must reside on a Web server. Its address provides the value for the `address` parameter of the <xref:System.Net.WebClient.UploadFile%2A> method.
44464446
4447-
[!code-csharp[NCLWebClientAsp#1](~/samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsp/CS/fileuploadercs.aspx#1)]
4448-
[!code-vb[NCLWebClientAsp#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/NCLWebClientAsp/VB/fileuploadervb.aspx#1)]
4447+
<!-- TODO: review snippet reference [!code-csharp[NCLWebClientAsp#1](~/samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsp/CS/fileuploadercs.aspx#1)] -->
4448+
<!-- TODO: review snippet reference [!code-vb[NCLWebClientAsp#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/NCLWebClientAsp/VB/fileuploadervb.aspx#1)] -->
44494449
44504450
]]></format>
44514451
</remarks>

xml/System.ServiceModel.Activities/Send.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Examples
2424
The following example shows how to create a <xref:System.ServiceModel.Activities.Send> activity and add it to a workflow. The example also shows how to use <xref:System.ServiceModel.Activities.ReceiveReply> activity to receive the reply message.
2525
26-
[!code-csharp[ChannelCache#2](~/samples/snippets/csharp/VS_Snippets_CFX/channelcache/cs/client.cs#2)]
26+
<!-- TODO: review snippet reference [!code-csharp[ChannelCache#2](~/samples/snippets/csharp/VS_Snippets_CFX/channelcache/cs/client.cs#2)] -->
2727
2828
]]></format>
2929
</remarks>

xml/System.ServiceModel.Activities/WorkflowHostingResponseContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Examples
1919
The following example illustrates how a <xref:System.ServiceModel.Activities.WorkflowHostingResponseContext> is provided to a workflow hosting endpoint.
2020
21-
[!code-csharp[CreationEndpoint#1](~/samples/snippets/csharp/VS_Snippets_CFX/creationendpoint/cs/creationendpoint.cs#1)]
21+
<!-- TODO: review snippet reference [!code-csharp[CreationEndpoint#1](~/samples/snippets/csharp/VS_Snippets_CFX/creationendpoint/cs/creationendpoint.cs#1)] -->
2222
2323
]]></format>
2424
</remarks>

xml/System.ServiceModel.Channels/SecurityBindingElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
## Examples
12851285
The following code shows how to set this property.
12861286
1287-
[!code-csharp[c_CustomBindingsAuthMode#8](~/samples/snippets/csharp/VS_Snippets_CFX/c_custombindingsauthmode/cs/source.cs#8)]
1287+
<!-- TODO: review snippet reference [!code-csharp[c_CustomBindingsAuthMode#8](~/samples/snippets/csharp/VS_Snippets_CFX/c_custombindingsauthmode/cs/source.cs#8)] -->
12881288
12891289
]]></format>
12901290
</remarks>

xml/System.ServiceModel.Configuration/ComContractElement.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Examples
2424
You can use the following configuration to specify the namespace, contract name, and user defined types to be included. You can also specify other settings for a service contract
2525
26-
[!code[S_UEComContractElement#100](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app.config#100)]
26+
<!-- TODO: review snippet reference [!code[S_UEComContractElement#100](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app.config#100)] -->
2727
2828
When the service is initialized, the specified namespaces and contract names are applied to the generated service descriptions.
2929
@@ -124,7 +124,7 @@ ComSvcConfig.exe /i /application:OnlineStore /contract:ItemOrders.Financial,IFin
124124
125125
When you run the ComSvcConfig.exe tool, it then generates the following service contract listing the previously mentioned methods as `exposedMethod` elements.
126126
127-
[!code[S_UEComContractElement#101](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app2.config#101)]
127+
<!-- TODO: review snippet reference [!code[S_UEComContractElement#101](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app2.config#101)] -->
128128
129129
At service initialization time, the runtime attempts to generate a service contract by reflecting over and adding only the methods included in the list of `exposedMethod` elements. A trace is produced for every interface method that is not included on the service contract.
130130
@@ -289,7 +289,7 @@ ComSvcConfig.exe /i /application:OnlineStore /contract:ItemOrders.Financial,IFin
289289
## Examples
290290
The following example demonstrates adding two specific UDTs to the <`userDefinedTypes`> section of the configuration file for this purpose.
291291
292-
[!code[S_UEComContractElement#102](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app3.config#102)]
292+
<!-- TODO: review snippet reference [!code[S_UEComContractElement#102](~/samples/snippets/common/VS_Snippets_CFX/s_uecomcontractelement/common/app3.config#102)] -->
293293
294294
The attributes of the <`userDefinedType`> element are defined as follows:
295295

xml/System.ServiceModel.Configuration/ServiceDebugElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
## Examples
4141
The following code example shows how to use a configuration file to enable the HTML help page feature and return exception information inside a SOAP fault back to the client for debugging purposes (in addition to enabling metadata support).
4242
43-
[!code[ServiceDebugBehaviorConfig#1](~/samples/snippets/common/VS_Snippets_CFX/servicedebugbehaviorconfig/common/hostapplication.exe.config#1)]
44-
[!code-csharp[ServiceDebugBehaviorConfig#1](~/samples/snippets/csharp/VS_Snippets_CFX/servicedebugbehaviorconfig/cs/hostapplication.exe.config#1)]
43+
<!-- TODO: review snippet reference [!code[ServiceDebugBehaviorConfig#1](~/samples/snippets/common/VS_Snippets_CFX/servicedebugbehaviorconfig/common/hostapplication.exe.config#1)] -->
44+
<!-- TODO: review snippet reference [!code-csharp[ServiceDebugBehaviorConfig#1](~/samples/snippets/csharp/VS_Snippets_CFX/servicedebugbehaviorconfig/cs/hostapplication.exe.config#1)] -->
4545
4646
]]></format>
4747
</remarks>

0 commit comments

Comments
 (0)