Skip to content

Commit 3b5e925

Browse files
authored
Don't un-encode # (#12482)
1 parent 3d4bac6 commit 3b5e925

23 files changed

Lines changed: 38 additions & 39 deletions

xml/System.ServiceModel.Channels/ChannelBase.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
<format type="text/markdown"><![CDATA[
475475
476476
## Remarks
477-
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout>.
477+
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23CloseTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout>.
478478
479479
]]></format>
480480
</remarks>
@@ -518,7 +518,7 @@
518518
<format type="text/markdown"><![CDATA[
519519
520520
## Remarks
521-
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout>.
521+
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23OpenTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout>.
522522
523523
]]></format>
524524
</remarks>
@@ -568,7 +568,7 @@
568568
<format type="text/markdown"><![CDATA[
569569
570570
## Remarks
571-
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout>.
571+
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout>.
572572
573573
]]></format>
574574
</remarks>
@@ -618,7 +618,7 @@
618618
<format type="text/markdown"><![CDATA[
619619
620620
## Remarks
621-
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout>.
621+
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout>.
622622
623623
]]></format>
624624
</remarks>

xml/System.ServiceModel.Channels/ChannelManagerBase.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<format type="text/markdown"><![CDATA[
314314
315315
## Remarks
316-
<xref:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout>.
316+
<xref:System.ServiceModel.Channels.ChannelManagerBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout>.
317317
318318
]]></format>
319319
</remarks>
@@ -363,7 +363,7 @@
363363
<format type="text/markdown"><![CDATA[
364364
365365
## Remarks
366-
<xref:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout>.
366+
<xref:System.ServiceModel.Channels.ChannelManagerBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout>.
367367
368368
]]></format>
369369
</remarks>

xml/System.ServiceModel.Channels/IOutputChannel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
5858
[!INCLUDE [untrusted-data-interface-note](~/includes/untrusted-data-interface-note.md)]
5959
60-
The <xref:System.ServiceModel.Channels.IOutputChannel> interface defines synchronous and asynchronous variants of the <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send*> operation. It provides a <xref:System.ServiceModel.Channels.IOutputChannel.RemoteAddress> for the destination of the messages sent out on the channel.
60+
The <xref:System.ServiceModel.Channels.IOutputChannel> interface defines synchronous and asynchronous variants of the <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System%23ServiceModel%23Channels%23IOutputChannel%23Send*> operation. It provides a <xref:System.ServiceModel.Channels.IOutputChannel.RemoteAddress> for the destination of the messages sent out on the channel.
6161
6262
]]></format>
6363
</remarks>

xml/System.ServiceModel.Channels/IRequestChannel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
5858
[!INCLUDE [untrusted-data-interface-note](~/includes/untrusted-data-interface-note.md)]
5959
60-
The <xref:System.ServiceModel.Channels.IRequestChannel> defines synchronous and asynchronous variants of a <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request*> method that returns a response message. It also provides a <xref:System.ServiceModel.Channels.IRequestChannel.RemoteAddress> and <xref:System.ServiceModel.Channels.IRequestChannel.Via> properties to retrieve the endpoint address and URI to which the request message is sent.
60+
The <xref:System.ServiceModel.Channels.IRequestChannel> defines synchronous and asynchronous variants of a <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System%23ServiceModel%23Channels%23IRequestChannel%23Request*> method that returns a response message. It also provides a <xref:System.ServiceModel.Channels.IRequestChannel.RemoteAddress> and <xref:System.ServiceModel.Channels.IRequestChannel.Via> properties to retrieve the endpoint address and URI to which the request message is sent.
6161
6262
]]></format>
6363
</remarks>

xml/System.ServiceModel.Channels/MessageEncodingBindingElementImporter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## Remarks
3030
Override this class to extend the standard mapping between WSDL and a message encoding binding element. Then attach your custom object to a `WsdlImporter` either programmatically or by using an application configuration file. You can also attach your custom object to the internal `WsdlImporter` used by the [Service Trace Viewer Tool (SvcTraceViewer.exe)](/dotnet/framework/wcf/service-trace-viewer-tool-svctraceviewer-exe) using an application configuration file.
3131
32-
Use the <xref:System.ServiceModel.Channels.MessageEncodingBindingElementImporter.System#ServiceModel#Description#IWsdlImportExtension#BeforeImport*> method to directly modify the metadata that is then imported into message encoding binding elements.
32+
Use the <xref:System.ServiceModel.Channels.MessageEncodingBindingElementImporter.System%23ServiceModel%23Description%23IWsdlImportExtension%23BeforeImport*> method to directly modify the metadata that is then imported into message encoding binding elements.
3333
3434
]]></format>
3535
</remarks>

xml/System.ServiceModel.Channels/MtomMessageEncodingBindingElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
<format type="text/markdown"><![CDATA[
845845
846846
## Remarks
847-
The <xref:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method puts the SOAP message version into the WSDL.
847+
The <xref:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method puts the SOAP message version into the WSDL.
848848
849849
]]></format>
850850
</remarks>

xml/System.ServiceModel.Channels/StandardBindingImporter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Remarks
2727
Override this class to extend the standard mapping between WSDL and a standard binding. Then attach your custom object to a <xref:System.ServiceModel.Description.WsdlImporter> either programmatically or by using an application configuration file. You can also attach your custom object to the internal <xref:System.ServiceModel.Description.WsdlImporter> used by the [ServiceModel Metadata Utility Tool (Svcutil.exe)](/dotnet/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe) using an application configuration file.
2828
29-
Use the <xref:System.ServiceModel.Channels.StandardBindingImporter.System#ServiceModel#Description#IWsdlImportExtension#BeforeImport*> method to directly modify the metadata that is then imported into standard binding objects.
29+
Use the <xref:System.ServiceModel.Channels.StandardBindingImporter.System%23ServiceModel%23Description%23IWsdlImportExtension%23BeforeImport*> method to directly modify the metadata that is then imported into standard binding objects.
3030
3131
]]></format>
3232
</remarks>

xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
<format type="text/markdown"><![CDATA[
757757
758758
## Remarks
759-
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method, not by <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)>, which is implemented but empty.
759+
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method, not by <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)>, which is implemented but empty.
760760
761761
]]></format>
762762
</remarks>
@@ -796,7 +796,7 @@
796796
<format type="text/markdown"><![CDATA[
797797
798798
## Remarks
799-
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
799+
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
800800
801801
]]></format>
802802
</remarks>

xml/System.ServiceModel.Channels/TransactionFlowBindingElementImporter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Remarks
2727
The service endpoint must have enabled transaction flow and its methods must flow transactions. The converted policy assertions all adhere to the WS-PolicyAssertions standard.
2828
29-
This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the <xref:System.ServiceModel.Channels.TransactionFlowBindingElementImporter.System#ServiceModel#Description#IPolicyImportExtension#ImportPolicy*> method adds a <xref:System.ServiceModel.Channels.TransactionFlowBindingElement> instance to the <xref:System.ServiceModel.Description.PolicyConversionContext> collection of binding elements. This also adds <xref:System.ServiceModel.TransactionFlowAttribute> instances, as appropriate, on the `Operations` collection present in the conversion context's contract.
29+
This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the <xref:System.ServiceModel.Channels.TransactionFlowBindingElementImporter.System%23ServiceModel%23Description%23IPolicyImportExtension%23ImportPolicy*> method adds a <xref:System.ServiceModel.Channels.TransactionFlowBindingElement> instance to the <xref:System.ServiceModel.Description.PolicyConversionContext> collection of binding elements. This also adds <xref:System.ServiceModel.TransactionFlowAttribute> instances, as appropriate, on the `Operations` collection present in the conversion context's contract.
3030
3131
]]></format>
3232
</remarks>

xml/System.ServiceModel.Channels/WebMessageEncodingBindingElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
<format type="text/markdown"><![CDATA[
597597
598598
## Remarks
599-
The <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
599+
The <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
600600
601601
]]></format>
602602
</remarks>

0 commit comments

Comments
 (0)