Skip to content

Commit ee86244

Browse files
luyajun0205v-susu1mairaw
authored
The 1st batch patch for msdn url (#4305)
* The 1st batch msdn url fix * Apply suggestions from code review Update according to suggestions Co-authored-by: Maira Wenzel <[email protected]> * update Co-authored-by: v-susu <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent 81dadda commit ee86244

File tree

100 files changed

+320
-333
lines changed

Some content is hidden

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

100 files changed

+320
-333
lines changed

xml/Microsoft.CSharp/Compiler.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,29 @@ For the options parameter, the key is the short form of the compiler option. The
7676
7777
| Key Name | Usage |
7878
| --- | --- |
79-
| addmodule | List of modules to include in this assembly. The module names must be separated by the vertical bar or pipe character. Value must be of type <xref:System.String>. See [-addmodule (C# Compiler Options)](https://msdn.microsoft.com/library/1s46f83c). |
79+
| addmodule | List of modules to include in this assembly. The module names must be separated by the vertical bar or pipe character. Value must be of type <xref:System.String>. See [-addmodule (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/addmodule-compiler-option). |
8080
| baseaddress | Base address for libraries. Value must be of type <xref:System.UInt32>. See [-baseaddress (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/baseaddress-compiler-option). |
81-
| bugreport | Produces bug report file. Value must be of type <xref:System.String>. See [-bugreport (C# Compiler Options)](https://msdn.microsoft.com/library/kaky3xy9). |
82-
| checked | Set default expression evaluation to checked (or unchecked). Value must be of type <xref:System.Boolean>. See [-checked (C# Compiler Options)](https://msdn.microsoft.com/library/h25wtyxf). |
83-
| d | List of semicolon separated symbols to define. Value must be of type <xref:System.String>. See [-define (C# Compiler Options)](https://msdn.microsoft.com/library/0feaad6z). |
84-
| debug | Emit debug information with output. Value must be of type <xref:System.Boolean>. Full or pdb-only cannot be specified. See [-debug (C# Compiler Options)](https://msdn.microsoft.com/library/8cw0bt21). |
85-
| doc | File name to put XML comments in. Value must be of type <xref:System.String>. See [-doc (C# Compiler Options)](https://msdn.microsoft.com/library/3260k4x7). |
86-
| filealign | PE section alignment size. Value must be of type <xref:System.UInt32>. See [-filealign (C# Compiler Options)](https://msdn.microsoft.com/library/0s4tzdf2). |
81+
| bugreport | Produces bug report file. Value must be of type <xref:System.String>. See [-bugreport (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/bugreport-compiler-option). |
82+
| checked | Set default expression evaluation to checked (or unchecked). Value must be of type <xref:System.Boolean>. See [-checked (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/checked-compiler-option). |
83+
| d | List of semicolon separated symbols to define. Value must be of type <xref:System.String>. See [-define (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/define-compiler-option). |
84+
| debug | Emit debug information with output. Value must be of type <xref:System.Boolean>. Full or pdb-only cannot be specified. See [-debug (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/debug-compiler-option). |
85+
| doc | File name to put XML comments in. Value must be of type <xref:System.String>. See [-doc (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/doc-compiler-option). |
86+
| filealign | PE section alignment size. Value must be of type <xref:System.UInt32>. See [-filealign (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/filealign-compiler-option). |
8787
| incr | Enable incremental rebuild. Value must be of type <xref:System.Boolean>. |
88-
| lib | Additional paths to search when locating modules and referenced assemblies. Value must be of type <xref:System.String>. See [-lib (C# Compiler Options)](https://msdn.microsoft.com/library/s5bac5fx). |
89-
| linkres | Link a managed resource to the assembly. Value must be of type <xref:System.String>. See [-linkresource (C# Compiler Options)](https://msdn.microsoft.com/library/xawyf94k). |
90-
| m | Type to search in for the Main method. Value must be of type <xref:System.String>. See [-main (C# Compiler Options)](https://msdn.microsoft.com/library/x3eht538). |
91-
| nostdlib | Do not auto-reference mscorlib.dll. Value must be of type <xref:System.Boolean>. See [-nostdlib (C# Compiler Options)](https://msdn.microsoft.com/library/fa13yay7). |
92-
| nowarn | List of semicolon separated warning numbers to not report. Value must be of type <xref:System.String>. See [-nowarn (C# Compiler Options)](https://msdn.microsoft.com/library/7f28x9z3). |
93-
| o | Enable compiler optimizations. Value must be of type <xref:System.Boolean>. See [-optimize (C# Compiler Options)](https://msdn.microsoft.com/library/t0hfscdc). |
94-
| r | Referenced assemblies. Value must be of type String. If more than one assembly is specified, the file name must be separated by the vertical bar or pipe character. See [-reference (C# Compiler Options)](https://msdn.microsoft.com/library/yabyz3h4). |
88+
| lib | Additional paths to search when locating modules and referenced assemblies. Value must be of type <xref:System.String>. See [-lib (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/lib-compiler-option). |
89+
| linkres | Link a managed resource to the assembly. Value must be of type <xref:System.String>. See [-linkresource (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/linkresource-compiler-option). |
90+
| m | Type to search in for the Main method. Value must be of type <xref:System.String>. See [-main (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/main-compiler-option). |
91+
| nostdlib | Do not auto-reference mscorlib.dll. Value must be of type <xref:System.Boolean>. See [-nostdlib (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/nostdlib-compiler-option). |
92+
| nowarn | List of semicolon separated warning numbers to not report. Value must be of type <xref:System.String>. See [-nowarn (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/nowarn-compiler-option). |
93+
| o | Enable compiler optimizations. Value must be of type <xref:System.Boolean>. See [-optimize (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/optimize-compiler-option). |
94+
| r | Referenced assemblies. Value must be of type String. If more than one assembly is specified, the file name must be separated by the vertical bar or pipe character. See [-reference (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/reference-compiler-option). |
9595
| res | Embed a managed resource. Value must be of type <xref:System.String>. See [-resource (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/resource-compiler-option). |
96-
| target | Output file target type, one of the following: "library", "exe", "winexe", or "module". Value must be of type <xref:System.String>. See [-target (C# Compiler Options)](https://msdn.microsoft.com/library/6h25dztx). |
97-
| unsafe | Allow unsafe constructs. Value must be of type <xref:System.Boolean>. See [-unsafe (C# Compiler Options)](https://msdn.microsoft.com/library/ct597kb0). |
98-
| w | Warning level (0-4). Value must be of type <xref:System.String>. See [-warn (C# Compiler Options)](https://msdn.microsoft.com/library/13b90fz7). |
99-
| warnaserror | Report warning diagnostics as errors. Value must be of type <xref:System.Boolean>. See [-warnaserror (C# Compiler Options)](https://msdn.microsoft.com/library/406xhdz3). |
100-
| win32icon | Win32 icon for auto generated Win32 resource. Value must be of type <xref:System.String>. See [-win32icon (C# Compiler Options)](https://msdn.microsoft.com/library/2aaxe43f). |
101-
| win32res | Win32 resource file. Value must be of type <xref:System.String>. See [-win32res (C# Compiler Options)](https://msdn.microsoft.com/library/8f2f5x2e). |
96+
| target | Output file target type, one of the following: "library", "exe", "winexe", or "module". Value must be of type <xref:System.String>. See [-target (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/target-compiler-option). |
97+
| unsafe | Allow unsafe constructs. Value must be of type <xref:System.Boolean>. See [-unsafe (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/unsafe-compiler-option). |
98+
| w | Warning level (0-4). Value must be of type <xref:System.String>. See [-warn (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/warn-compiler-option). |
99+
| warnaserror | Report warning diagnostics as errors. Value must be of type <xref:System.Boolean>. See [-warnaserror (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/warnaserror-compiler-option). |
100+
| win32icon | Win32 icon for auto generated Win32 resource. Value must be of type <xref:System.String>. See [-win32icon (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/win32icon-compiler-option). |
101+
| win32res | Win32 resource file. Value must be of type <xref:System.String>. See [-win32res (C# Compiler Options)](/dotnet/csharp/language-reference/compiler-options/win32res-compiler-option). |
102102
103103
]]></format>
104104
</remarks>

xml/Microsoft.VisualBasic.Devices/Keyboard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The call to the <xref:Microsoft.VisualBasic.Interaction.Shell%2A> method require
524524
<altmember cref="M:System.Windows.Forms.SendKeys.SendWait(System.String)" />
525525
<related type="Article" href="/dotnet/visual-basic/language-reference/objects/">Objects (Visual Basic)</related>
526526
<related type="Article" href="/dotnet/visual-basic/developing-apps/programming/computer-resources/accessing-the-keyboard">Accessing the Keyboard (Visual Basic)</related>
527-
<related type="Article" href="https://msdn.microsoft.com/library/9280ca96-7a93-47a3-8d01-6d01be0657cb">Walkthrough: Calling Windows APIs</related>
527+
<related type="Article" href="/dotnet/visual-basic/programming-guide/com-interop/walkthrough-calling-windows-apis">Walkthrough: Calling Windows APIs</related>
528528
</Docs>
529529
</Member>
530530
<Member MemberName="SendKeys">
@@ -631,7 +631,7 @@ The call to the <xref:Microsoft.VisualBasic.Interaction.Shell%2A> method require
631631
<altmember cref="M:System.Windows.Forms.SendKeys.SendWait(System.String)" />
632632
<related type="Article" href="/dotnet/visual-basic/language-reference/objects/">Objects (Visual Basic)</related>
633633
<related type="Article" href="/dotnet/visual-basic/developing-apps/programming/computer-resources/accessing-the-keyboard">Accessing the Keyboard (Visual Basic)</related>
634-
<related type="Article" href="https://msdn.microsoft.com/library/9280ca96-7a93-47a3-8d01-6d01be0657cb">Walkthrough: Calling Windows APIs</related>
634+
<related type="Article" href="/dotnet/visual-basic/programming-guide/com-interop/walkthrough-calling-windows-apis">Walkthrough: Calling Windows APIs</related>
635635
</Docs>
636636
</Member>
637637
<Member MemberName="ShiftKeyDown">

xml/Microsoft.VisualBasic.Logging/FileLogTraceListener.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<altmember cref="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)" />
126126
<altmember cref="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Flush" />
127127
<altmember cref="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Close" />
128-
<related type="Article" href="https://msdn.microsoft.com/library/ecc74f95-743c-450d-93f6-09a30db0fe4a">Walkthrough: Changing Where My.Application.Log Writes Information</related>
128+
<related type="Article" href="/dotnet/visual-basic/developing-apps/programming/log-info/walkthrough-changing-where-my-application-log-writes-information">Walkthrough: Changing Where My.Application.Log Writes Information</related>
129129
</Docs>
130130
<Members>
131131
<MemberGroup MemberName=".ctor">

0 commit comments

Comments
 (0)