-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Correct occurences of [[...]] #1648
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
All occurences of [&dotnet#91;...&dotnet#93;] have been correct except: * one occurence in xml\System.Runtime.Remoting.Contexts\IContributeObjectSink.xml as it currently just links to https://docs.microsoft.com/en-us/previous-versions/ * all occurences in xml\System.Xaml\XamlLanguage.xml as these will be corrected in another PR
| > [!NOTE] | ||
| > There are two classes named `SynchronizationAttribute` : one in the <xref:System.Runtime.Remoting.Contexts> namespace, and the other in the <xref:System.EnterpriseServices> namespace. The <xref:System.EnterpriseServices.SynchronizationAttribute?displayProperty=nameWithType> class supports only synchronous calls, and can be used only with serviced components. (For more information on serviced components, see [[\<topic://cpconservicedcomponentoverview>]](https://msdn.microsoft.com/library/5133a620-9c8c-47bd-8e36-130e722fe463).) The <xref:System.Runtime.Remoting.Contexts.SynchronizationAttribute?displayProperty=nameWithType> supports both synchronous and asynchronous calls, and can be used only with context bound objects. (For more information on context bound objects, see the <xref:System.ContextBoundObject> class.) | ||
| > There are two classes named `SynchronizationAttribute` : one in the <xref:System.Runtime.Remoting.Contexts> namespace, and the other in the <xref:System.EnterpriseServices> namespace. The <xref:System.EnterpriseServices.SynchronizationAttribute?displayProperty=nameWithType> class supports only synchronous calls, and can be used only with serviced components. (For more information on serviced components, see [Visual Studio 2005 Retired documentation](https://www.microsoft.com/download/details.aspx?id=55984).) The <xref:System.Runtime.Remoting.Contexts.SynchronizationAttribute?displayProperty=nameWithType> supports both synchronous and asynchronous calls, and can be used only with context bound objects. (For more information on context bound objects, see the <xref:System.ContextBoundObject> class.) |
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.
Note that this just points to "Visual Studio 2005 Retired documentation"
mairaw
left a comment
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.
Great job @mikkelbu! Thanks for helping us with this issue. Left you a few suggestions that you can just apply to the PR.
xml/System.Runtime.Remoting.Contexts/SynchronizationAttribute.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: mikkelbu <mikkelbu@users.noreply.github.com>
Co-Authored-By: mikkelbu <mikkelbu@users.noreply.github.com>
Co-Authored-By: mikkelbu <mikkelbu@users.noreply.github.com>
Co-Authored-By: mikkelbu <mikkelbu@users.noreply.github.com>
|
@mairaw I've applied all the suggestions. |
|
Ok. I've removed the sentence. |
mairaw
left a comment
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 @mikkelbu! 🆒

All occurences of
[[...]]have been correct except:as it currently just links to https://docs.microsoft.com/en-us/previous-versions/
all occurences in xml\System.Xaml\XamlLanguage.xmlas these will be corrected in another PR
Edit: The occurences in xml\System.Xaml\XamlLanguage.xml seems fine.
Fixes #1608