-
Notifications
You must be signed in to change notification settings - Fork 6.1k
L21207: Code box creating inconsistency #5556
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
Conversation
Hello, @mairaw, Localization team has reported source content issue that causes localized version to have broken format compared to en-us version. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
| - The xref:System.ServiceModel.Channels.ChannelFactoryBase class implements xref:System.ServiceModel.Channels.ChannelManagerBase and xref:System.ServiceModel.Channels.IChannelFactory and consolidates the CreateChannel overloads into one `OnCreateChannel` abstract method. | ||
|
|
||
| - The``<xref:System.ServiceModel.Channels.ChannelListenerBase> class implements <xref:System.ServiceModel.Channels.IChannelListener>. It takes care of basic state management. | ||
| - The xref:System.ServiceModel.Channels.ChannelListenerBase class implements xref:System.ServiceModel.Channels.IChannelListener. It takes care of basic state management. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the right fix here is to remove the ``, but keep the angle brackets as they are. Otherwise the xrefs won't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct. The double `` should be removed, but the < and > should stay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this.
There's a better choice to fix this issue. Can you make those updates, and then we'll
it.
| - The xref:System.ServiceModel.Channels.ChannelFactoryBase class implements xref:System.ServiceModel.Channels.ChannelManagerBase and xref:System.ServiceModel.Channels.IChannelFactory and consolidates the CreateChannel overloads into one `OnCreateChannel` abstract method. | ||
|
|
||
| - The``<xref:System.ServiceModel.Channels.ChannelListenerBase> class implements <xref:System.ServiceModel.Channels.IChannelListener>. It takes care of basic state management. | ||
| - The xref:System.ServiceModel.Channels.ChannelListenerBase class implements xref:System.ServiceModel.Channels.IChannelListener. It takes care of basic state management. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct. The double `` should be removed, but the < and > should stay.
|
Hello, @BillWagner and @svick, |
|
Thanks for making the updates @carolinacmoravia I've reviewed the updates and I'll |
Hello, @mairaw,
Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)