Skip to content

Commit 92e4182

Browse files
svickguardrex
authored andcommitted
Fixed smart quotes (dotnet#2147)
1 parent 1453e9c commit 92e4182

File tree

202 files changed

+571
-571
lines changed

Some content is hidden

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

202 files changed

+571
-571
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Section 8 -- Interpretation.
378378
Creative Commons is not a party to its public
379379
licenses. Notwithstanding, Creative Commons may elect to apply one of
380380
its public licenses to material it publishes and in those instances
381-
will be considered the Licensor. The text of the Creative Commons
381+
will be considered the "Licensor." The text of the Creative Commons
382382
public licenses is dedicated to the public domain under the CC0 Public
383383
Domain Dedication. Except for the limited purpose of indicating that
384384
material is shared under a Creative Commons public license or as

Diff for: xml/Microsoft.Build.Evaluation/ProjectCollection.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<format type="text/markdown"><![CDATA[
274274
275275
## Remarks
276-
In the MSBuild versions that were delivered with .Net 4.5 and Visual Studio 12.0, you must call UnloadProject() before the ProjectCollection goes out of scope.
276+
In the MSBuild versions that were delivered with .Net 4.5 and Visual Studio 12.0, you must call UnloadProject() before the ProjectCollection goes out of scope."
277277
278278
]]></format>
279279
</remarks>

Diff for: xml/Microsoft.Build.Evaluation/Toolset.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<format type="text/markdown"><![CDATA[
129129
130130
## Remarks
131-
If [!INCLUDE[vs_dev10_long](~/includes/vs-dev10-long-md.md)] is installed, use the base toolset and return a sub toolset version of 10.0.
131+
If [!INCLUDE[vs_dev10_long](~/includes/vs-dev10-long-md.md)] is installed, use the base toolset and return a sub toolset version of "10.0".
132132
133133
Otherwise, use the highest-versioned sub toolset found. Sub toolsets with numbered versions are ordered numerically; any additional sub toolsets are prepended to the beginning of the list in the order found. Returns null if there is no sub toolset available and [!INCLUDE[vs_dev10_long](~/includes/vs-dev10-long-md.md)] is not installed.
134134
@@ -156,7 +156,7 @@
156156
<format type="text/markdown"><![CDATA[
157157
158158
## Remarks
159-
If VisualStudioVersion is set as a property on the toolset itself, then sub toolset version is set to VisualStudioVersion.
159+
If "VisualStudioVersion" is set as a property on the toolset itself, then sub toolset version is set to "VisualStudioVersion".
160160
161161
Otherwise, sub toolset version is set to the DefaultSubToolsetVersion of the toolset.
162162
@@ -189,9 +189,9 @@
189189
<format type="text/markdown"><![CDATA[
190190
191191
## Remarks
192-
If the VisualStudioVersion global property exists in the set of global properties passed in, then sub toolset version is set to VisualStudioVersion.
192+
If the "VisualStudioVersion" global property exists in the set of global properties passed in, then sub toolset version is set to "VisualStudioVersion".
193193
194-
Otherwise, if VisualStudioVersion is set as a property on the toolset itself, then sub toolset version is set to VisualStudioVersion.
194+
Otherwise, if "VisualStudioVersion" is set as a property on the toolset itself, then sub toolset version is set to "VisualStudioVersion".
195195
196196
Otherwise, if the Visual Studio version corresponding to the solution version (Visual Studio version = solution version – 1) passed in maps to an existing sub toolset, then sub toolset version is set to the Visual Studio version.
197197

Diff for: xml/Microsoft.Build.Tasks.Windows/FileClassifier.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
</ReturnValue>
183183
<Docs>
184184
<summary>Gets or sets the output type of the assembly.</summary>
185-
<value>The output type of the assembly. Can be exe or dll.</value>
185+
<value>The output type of the assembly. Can be "exe" or "dll".</value>
186186
<remarks>To be added.</remarks>
187187
<forInternalUseOnly />
188188
</Docs>

Diff for: xml/Microsoft.Build.Tasks/Csc.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,13 @@
469469
<ReturnType>System.String</ReturnType>
470470
</ReturnValue>
471471
<Docs>
472-
<summary>The name of the language passed to the /preferreduilang compiler option.</summary>
472+
<summary>The name of the language passed to the "/preferreduilang" compiler option.</summary>
473473
<value>Returns the name of the language.</value>
474474
<remarks>
475475
<format type="text/markdown"><![CDATA[
476476
477477
## Remarks
478-
If set to null, /preferreduilang is omitted and the compiler uses its default setting.
478+
If set to null, "/preferreduilang" is omitted and the compiler uses its default setting.
479479
480480
]]></format>
481481
</remarks>

Diff for: xml/Microsoft.Build.Tasks/GenerateBootstrapper.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
<ReturnType>System.String</ReturnType>
442442
</ReturnValue>
443443
<Docs>
444-
<summary>The Visual Studio version, in the form &lt;major build.minor build&gt;, for example 4.0.</summary>
444+
<summary>The Visual Studio version, in the form &lt;major build.minor build&gt;, for example "4.0".</summary>
445445
<value>Returns <see cref="T:System.String" />.</value>
446446
<remarks>To be added.</remarks>
447447
<forInternalUseOnly />

Diff for: xml/Microsoft.Build.Tasks/GetInstalledSDKLocations.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Docs>
1414
<summary>Gathers the list of installed SDKS in the registry and on disk and outputs them into the project so they can be used during SDK reference resolution and RAR for single files.
1515

16-
GetInstalledSDKLocations doesn't recognize a version folder if “v” appears in its name. For example, an SDK that's located at C:\Windows\Program Files\Microsoft SDKs\Windows\8.0\SDKFolders\3rdPartySDK\2.5\will be located correctly. However, the same SDK located atC:\Windows\Program Files\Microsoft SDKs\Windows\8.0\SDKFolders\3rdPartySDK\v2.5\won't be located and will be ignored. If an SDK is ignored, the failure won't be recorded in the log, and no error will be thrown.
16+
GetInstalledSDKLocations doesn't recognize a version folder if "v" appears in its name. For example, an SDK that's located at C:\Windows\Program Files\Microsoft SDKs\Windows\8.0\SDKFolders\3rdPartySDK\2.5\will be located correctly. However, the same SDK located atC:\Windows\Program Files\Microsoft SDKs\Windows\8.0\SDKFolders\3rdPartySDK\v2.5\won't be located and will be ignored. If an SDK is ignored, the failure won't be recorded in the log, and no error will be thrown.
1717

1818
Version folder names need to be formed as major.minor[.build[.revision]]. For more information, see <see cref="M:System.Version.TryParse(System.String,System.Version@)" />.
1919

Diff for: xml/Microsoft.Build.Tasks/ResolveAssemblyReference.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,8 @@
11351135
<ReturnType>System.String</ReturnType>
11361136
</ReturnValue>
11371137
<Docs>
1138-
<summary>Gets or sets a string value specifying the behavior when a mismatch between the target processor architecture and the architecture of a primary reference. When this is Error, an error will be logged for a mismatch. When this is Warning, a warning will be logged for a mismatch. When this is None, no error or warning will be logged for a mismatch.</summary>
1139-
<value>Returns a string value of Error”, “Warning or None.</value>
1138+
<summary>Gets or sets a string value specifying the behavior when a mismatch between the target processor architecture and the architecture of a primary reference. When this is "Error", an error will be logged for a mismatch. When this is "Warning", a warning will be logged for a mismatch. When this is "None", no error or warning will be logged for a mismatch.</summary>
1139+
<value>Returns a string value of "Error", "Warning" or "None".</value>
11401140
<remarks>To be added.</remarks>
11411141
<forInternalUseOnly />
11421142
</Docs>

Diff for: xml/Microsoft.Build.Tasks/ResolveProjectBase.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</Parameters>
5050
<Docs>
5151
<param name="currentProjectAbsolutePath">The absolute path of the current project.</param>
52-
<summary>Helper method for retrieving the extra project references passed in the solution blob. These come from dependencies expressed in the solution file itself.</summary>
52+
<summary>Helper method for retrieving the extra "project references" passed in the solution blob. These come from dependencies expressed in the solution file itself.</summary>
5353
<remarks>To be added.</remarks>
5454
<forInternalUseOnly />
5555
</Docs>

Diff for: xml/Microsoft.Build.Utilities/ToolLocationHelper.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
</Parameters>
11331133
<Docs>
11341134
<param name="sdkRoot">The root folder for the SDK, must contain a design-time folder.</param>
1135-
<param name="targetConfiguration">The configuration the SDK is targeting. This is Debug or Retail.</param>
1135+
<param name="targetConfiguration">The configuration the SDK is targeting. This is "Debug" or "Retail".</param>
11361136
<param name="targetArchitecture">The architecture the SDK is targeting.</param>
11371137
<summary>Get the list of SDK folders which contain the design-time files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
11381138
<returns>Returns the list of folders to be used in searching for design-time files in the SDK, in the order that must be used for the search.</returns>
@@ -1180,7 +1180,7 @@
11801180
</Parameters>
11811181
<Docs>
11821182
<param name="sdkRoot">The root folder for the SDK, must contain a redist folder.</param>
1183-
<param name="targetConfiguration">The configuration the SDK is targeting. This is Debug or Retail.</param>
1183+
<param name="targetConfiguration">The configuration the SDK is targeting. This is "Debug" or "Retail".</param>
11841184
<param name="targetArchitecture">The architecture the SDK is targeting.</param>
11851185
<summary>Get the list of SDK folders which contain the redist files for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
11861186
<returns>Returns the list of folders to be used in searching for redist files in the SDK, in the order that must be used for the search.</returns>
@@ -1228,7 +1228,7 @@
12281228
</Parameters>
12291229
<Docs>
12301230
<param name="sdkRoot">The root folder for the SDK.</param>
1231-
<param name="targetConfiguration">The configuration the SDK is targeting. This is Debug or Retail.</param>
1231+
<param name="targetConfiguration">The configuration the SDK is targeting. This is "Debug" or "Retail".</param>
12321232
<param name="targetArchitecture">The architecture the SDK is targeting.</param>
12331233
<summary>Get the list of SDK folders which contain the references for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.</summary>
12341234
<returns>Returns the list of folders to be used in searching for references in the SDK, in the order that must be used for the search.</returns>

Diff for: xml/Microsoft.Win32.SafeHandles/CriticalHandleMinusOneIsInvalid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
## Remarks
3333
This class derives from the <xref:System.Runtime.InteropServices.CriticalHandle?displayProperty=fullName> class. It describes the format of an invalid handle that uses a value of -1. Further derivations of this class (for example, file or registry handles) can specialize this further.
3434
35-
This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
35+
This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3636
3737
> [!NOTE]
3838
> See the <xref:System.Runtime.InteropServices.CriticalHandle> class for important information on critical handle security and thread safety.

Diff for: xml/Microsoft.Win32.SafeHandles/CriticalHandleZeroOrMinusOneIsInvalid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
Use the <xref:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid> class when you need to wrap an unmanaged resource that does not have an existing managed wrapper.
3636
37-
This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
37+
This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3838
3939
> [!NOTE]
4040
> See the <xref:System.Runtime.InteropServices.CriticalHandle> class for important information on critical handle security and thread safety.

Diff for: xml/Microsoft.Win32.SafeHandles/SafeFileHandle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
This class is derived from <xref:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid>. A value of 0 or -1 is an invalid file handle.
3939
4040
> [!IMPORTANT]
41-
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
41+
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
4242
4343
4444

Diff for: xml/Microsoft.Win32.SafeHandles/SafeHandleMinusOneIsInvalid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
This class derives from the <xref:System.Runtime.InteropServices.SafeHandle?displayProperty=fullName> class. It describes the format of an invalid handle that uses a value of -1. Further derivations of this class (for example, file or registry handles) can specialize this further. See the <xref:Microsoft.Win32.SafeHandles.SafeFileHandle> class for an example of a class that derives from <xref:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid>.
3434
3535
> [!WARNING]
36-
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`-`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
36+
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`-`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3737
3838
]]></format>
3939
</remarks>

Diff for: xml/Microsoft.Win32.SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
This class derives from the <xref:System.Runtime.InteropServices.SafeHandle?displayProperty=fullName> class. It describes the format of an invalid handle. For example, some handles use -1 as an invalid handle value, while others use 0. Further derivations of this class (for example, file or registry handles) can specialize this further. See the <xref:Microsoft.Win32.SafeHandles.SafeFileHandle> class for an example of a class that derives from <xref:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid>.
3434
3535
> [!IMPORTANT]
36-
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
36+
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3737
3838
Use the <xref:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid> class whenever you need to safely wrap an unmanaged resource that does not have an existing managed wrapper.
3939

Diff for: xml/Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Use the <xref:System.IO.MemoryMappedFiles.MemoryMappedFile.SafeMemoryMappedFileHandle%2A?displayProperty=fullName> property to obtain the safe handle.
3131
3232
> [!IMPORTANT]
33-
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
33+
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3434
3535
]]></format>
3636
</remarks>

Diff for: xml/Microsoft.Win32.SafeHandles/SafeMemoryMappedViewHandle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Use the <xref:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.SafeMemoryMappedViewHandle%2A?displayProperty=fullName> property to obtain the safe handle.
3030
3131
> [!IMPORTANT]
32-
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the Using an Object that Implements IDisposable section in the <xref:System.IDisposable> interface topic.
32+
> This type implements the <xref:System.IDisposable> interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its <xref:System.IDisposable.Dispose%2A> method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the <xref:System.IDisposable> interface topic.
3333
3434
]]></format>
3535
</remarks>

0 commit comments

Comments
 (0)