Skip to content

Commit e1c9553

Browse files
authored
Fix bad period placements (#4534)
* bad periods
1 parent cd48e47 commit e1c9553

File tree

256 files changed

+281
-282
lines changed

Some content is hidden

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

256 files changed

+281
-282
lines changed

xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@
283283
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
284284
<param name="descriptor">The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor" />.</param>
285285
<summary>Adds a <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor" /> if an existing descriptor with the same
286-
<see cref="P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType" /> and an implementation that does not already exist
287-
in <paramref name="services.." />.</summary>
286+
<see cref="P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType" /> and an implementation that does not already exist in <paramref name="services" />.</summary>
288287
<remarks>Use <see cref="M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" /> when registering a service implementation of a
289288
service type that
290289
supports multiple registrations of the same service type. Using
@@ -325,7 +324,7 @@
325324
<param name="descriptors">The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor" />s.</param>
326325
<summary>Adds the specified <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor" />s if an existing descriptor with the same
327326
<see cref="P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType" /> and an implementation that does not already exist
328-
in <paramref name="services.." />.</summary>
327+
in <paramref name="services" />.</summary>
329328
<remarks>Use <see cref="M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" /> when registering a service
330329
implementation of a service type that
331330
supports multiple registrations of the same service type. Using

xml/Microsoft.VisualBasic/Financial.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
]]></format>
111111
</remarks>
112112
<exception cref="T:System.ArgumentException">
113-
<paramref name="Factor" /> &lt;= 0, <paramref name="Salvage" /> &lt; 0, <paramref name="Period" /> &lt;= 0, or <paramref name="Period" /> &gt; <paramref name="Life." /></exception>
113+
<paramref name="Factor" /> &lt;= 0, <paramref name="Salvage" /> &lt; 0, <paramref name="Period" /> &lt;= 0, or <paramref name="Period" /> &gt; <paramref name="Life" />.</exception>
114114
<altmember cref="M:Microsoft.VisualBasic.Financial.SLN(System.Double,System.Double,System.Double)" />
115115
<altmember cref="M:Microsoft.VisualBasic.Financial.SYD(System.Double,System.Double,System.Double,System.Double)" />
116116
<altmember cref="T:System.ArgumentException" />

xml/System.Drawing/Image.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
]]></format>
17621762
</remarks>
17631763
<exception cref="T:System.ArgumentNullException">
1764-
<paramref name="filename" /> is <see langword="null." /></exception>
1764+
<paramref name="filename" /> is <see langword="null" />.</exception>
17651765
<exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.
17661766

17671767
-or-
@@ -1863,7 +1863,7 @@
18631863
]]></format>
18641864
</remarks>
18651865
<exception cref="T:System.ArgumentNullException">
1866-
<paramref name="filename" /> or <paramref name="format" /> is <see langword="null." /></exception>
1866+
<paramref name="filename" /> or <paramref name="format" /> is <see langword="null" />.</exception>
18671867
<exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.
18681868

18691869
-or-
@@ -1976,7 +1976,7 @@
19761976
]]></format>
19771977
</remarks>
19781978
<exception cref="T:System.ArgumentNullException">
1979-
<paramref name="filename" /> or <paramref name="encoder" /> is <see langword="null." /></exception>
1979+
<paramref name="filename" /> or <paramref name="encoder" /> is <see langword="null" />.</exception>
19801980
<exception cref="T:System.Runtime.InteropServices.ExternalException">The image was saved with the wrong image format.
19811981

19821982
-or-

xml/System.Drawing/ImageFormatConverter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
</remarks>
256256
<exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
257257
<exception cref="T:System.ArgumentNullException">
258-
<paramref name="destinationType" /> is <see langword="null." /></exception>
258+
<paramref name="destinationType" /> is <see langword="null" />.</exception>
259259
</Docs>
260260
</Member>
261261
<Member MemberName="GetStandardValues">

xml/System.IdentityModel.Claims/ClaimSet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> object used to make the comparison.</param>
141141
<summary>Determines whether the <see cref="T:System.IdentityModel.Claims.ClaimSet" /> contains the specified <see cref="T:System.IdentityModel.Claims.Claim" />, by using the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> object.</summary>
142142
<returns>
143-
<see langword="true" /> if the specified claim is contained in the <see cref="T:System.IdentityModel.Claims.ClaimSet" />; otherwise <see langword="false." /></returns>
143+
<see langword="true" /> if the specified claim is contained in the <see cref="T:System.IdentityModel.Claims.ClaimSet" />; otherwise <see langword="false" />.</returns>
144144
<remarks>
145145
<format type="text/markdown"><![CDATA[
146146

xml/System.Net.Mail/AlternateView.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@
572572
</Parameters>
573573
<Docs>
574574
<param name="content">A <see cref="T:System.String" /> that contains the content for this attachment.</param>
575-
<param name="contentEncoding">An <see cref="T:System.Text.Encoding" />. This value can be <see langword="null." /></param>
576-
<param name="encoding">An <see cref="T:System.Text.Encoding" />. This value can be <see langword="null." /></param>
575+
<param name="contentEncoding">An <see cref="T:System.Text.Encoding" />. This value can be <see langword="null" />.</param>
576+
<param name="encoding">An <see cref="T:System.Text.Encoding" />. This value can be <see langword="null" />.</param>
577577
<param name="mediaType">The MIME media type of the content.</param>
578578
<summary>Creates an <see cref="T:System.Net.Mail.AlternateView" /> of an email message using the content specified in a <see cref="T:System.String" />, the specified text encoding, and MIME media type of the content.</summary>
579579
<returns>An <see cref="T:System.Net.Mail.AlternateView" /> object that represents an alternate view of an email message.</returns>

xml/System.Net.PeerToPeer.Collaboration/Peer.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
]]></format>
512512
</remarks>
513513
<exception cref="T:System.ArgumentNullException">
514-
<paramref name="userToken" /> is <see langword="null." /></exception>
514+
<paramref name="userToken" /> is <see langword="null" />.</exception>
515515
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">- An error occurred during the invitation process.
516516

517517
- The currently executing application is not registered with the collaboration infrastructure.</exception>
@@ -558,7 +558,7 @@
558558
</remarks>
559559
<exception cref="T:System.ArgumentException">The application is not registered with the collaboration infrastructure.</exception>
560560
<exception cref="T:System.ArgumentNullException">
561-
<paramref name="userToken" /> is <see langword="null." /></exception>
561+
<paramref name="userToken" /> is <see langword="null" />.</exception>
562562
<exception cref="T:System.ArgumentOutOfRangeException">
563563
<paramref name="invitationData" /> is larger than 16,384 bytes.</exception>
564564
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">- An error occurred during the invitation process.
@@ -611,7 +611,7 @@
611611
612612
]]></format>
613613
</remarks>
614-
<exception cref="T:System.ArgumentNullException">The <paramref name="userToken" /> parameter cannot be <see langword="null." /></exception>
614+
<exception cref="T:System.ArgumentNullException">The <paramref name="userToken" /> parameter cannot be <see langword="null" />.</exception>
615615
<exception cref="T:System.InvalidOperationException">An asynchronous invitation is not outstanding.</exception>
616616
<altmember cref="M:System.Net.PeerToPeer.Collaboration.Peer.Invite" />
617617
<altmember cref="P:System.Net.PeerToPeer.Collaboration.InviteCompletedEventArgs.InviteResponse" />

xml/System.Net.PeerToPeer.Collaboration/PeerCollaboration.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
630630
]]></format>
631631
</remarks>
632-
<exception cref="T:System.ArgumentException">- The <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Path" /> property on the <see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> object passed to <paramref name="application" /> is <see langword="null." />
632+
<exception cref="T:System.ArgumentException">- The <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Path" /> property on the <see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> object passed to <paramref name="application" /> is <see langword="null" />.
633633

634634
- The peer application instance provided has the same globally unique <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Id" /> as an application which is already registered. The existing registration must be unregistered before a new application can be registered with the provided identifier.</exception>
635635
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> and <paramref name="type" /> parameters cannot be <see langword="null" />. Both parameters must be specified.</exception>
@@ -678,9 +678,9 @@
678678
]]></format>
679679
</remarks>
680680
<exception cref="T:System.ArgumentException">Object already registered</exception>
681-
<exception cref="T:System.ArgumentNullException">- <see cref="T:System.Net.PeerToPeer.Collaboration.PeerObject" /> cannot be <see langword="null." />
681+
<exception cref="T:System.ArgumentNullException">- <see cref="T:System.Net.PeerToPeer.Collaboration.PeerObject" /> cannot be <see langword="null" />.
682682

683-
- <see cref="P:System.Net.PeerToPeer.Collaboration.PeerObject.Id" /> cannot be <see langword="null." /></exception>
683+
- <see cref="P:System.Net.PeerToPeer.Collaboration.PeerObject.Id" /> cannot be <see langword="null" />.</exception>
684684
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">The <see cref="M:System.Net.PeerToPeer.Collaboration.PeerCollaboration.SetObject(System.Net.PeerToPeer.Collaboration.PeerObject)" /> operation could not be completed.</exception>
685685
<altmember cref="Overload:System.Net.PeerToPeer.Collaboration.PeerCollaboration.GetLocalRegisteredApplications" />
686686
<altmember cref="M:System.Net.PeerToPeer.Collaboration.PeerCollaboration.GetLocalSetObjects" />
@@ -918,7 +918,7 @@
918918
]]></format>
919919
</remarks>
920920
<exception cref="T:System.ArgumentException">The globally unique <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Id" /> for the specified application does not exist or is empty.</exception>
921-
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> or <paramref name="type" /> parameter is set to <see langword="null." /></exception>
921+
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> or <paramref name="type" /> parameter is set to <see langword="null" />.</exception>
922922
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="type" /> parameter is not set to a known value in <see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplicationRegistrationType" />.</exception>
923923
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">The <see cref="M:System.Net.PeerToPeer.Collaboration.PeerCollaboration.UnregisterApplication(System.Net.PeerToPeer.Collaboration.PeerApplication,System.Net.PeerToPeer.Collaboration.PeerApplicationRegistrationType)" /> operation could not be completed.</exception>
924924
<altmember cref="Overload:System.Net.PeerToPeer.Collaboration.PeerCollaboration.GetLocalRegisteredApplications" />

xml/System.Net.PeerToPeer.Collaboration/PeerContact.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
428428
]]></format>
429429
</remarks>
430-
<exception cref="T:System.ArgumentNullException">Parameter cannot be <see langword="null." /></exception>
430+
<exception cref="T:System.ArgumentNullException">Parameter cannot be <see langword="null" />.</exception>
431431
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">- Unable to complete <see cref="M:System.Net.PeerToPeer.Collaboration.PeerContact.FromXml(System.String)" /> operation
432432

433433
- Parameter is not a valid <see cref="M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)" /> object.</exception>
@@ -1148,7 +1148,7 @@
11481148
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> object has been disposed.</exception>
11491149
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">- The <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Id" /> for the current application does not exist or is empty.
11501150

1151-
- <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPointCollection" /> cannot be <see langword="null." /></exception>
1151+
- <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPointCollection" /> cannot be <see langword="null" />.</exception>
11521152
<block subset="none" type="usage">
11531153
<para>Additional overloads are defined on the <see cref="T:System.Net.PeerToPeer.Collaboration.Peer" /> class instead of the subclasses <see cref="T:System.Net.PeerToPeer.Collaboration.PeerContact" /> and <see cref="T:System.Net.PeerToPeer.Collaboration.PeerNearMe" />.
11541154

@@ -1197,11 +1197,11 @@
11971197
11981198
]]></format>
11991199
</remarks>
1200-
<exception cref="T:System.ArgumentException">- <paramref name="UserToken" /> cannot be <see langword="null." />
1200+
<exception cref="T:System.ArgumentException">- <paramref name="UserToken" /> cannot be <see langword="null" />.
12011201

12021202
- Endpoint in <paramref name="peerEndPoint" /> cannot be <see langword="null" />.</exception>
12031203
<exception cref="T:System.ArgumentNullException">
1204-
<paramref name="peerEndPoint" /> object cannot be <see langword="null." /></exception>
1204+
<paramref name="peerEndPoint" /> object cannot be <see langword="null" />.</exception>
12051205
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> object has been disposed.</exception>
12061206
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">The <see cref="T:System.Guid" /> for the current application does not exist or is empty.</exception>
12071207
<block subset="none" type="usage">
@@ -1260,11 +1260,11 @@
12601260
<exception cref="T:System.ArgumentException">
12611261
<paramref name="UserToken" /> cannot be <see langword="null" />.</exception>
12621262
<exception cref="T:System.ArgumentNullException">
1263-
<see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> object cannot be <see langword="null." /></exception>
1263+
<see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> object cannot be <see langword="null" />.</exception>
12641264
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> object has been disposed.</exception>
12651265
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">- The <see cref="T:System.Guid" /> for the current application does not exist or is empty.
12661266

1267-
- Endpoint collection is empty or <see langword="null." /></exception>
1267+
- Endpoint collection is empty or <see langword="null" />.</exception>
12681268
<block subset="none" type="usage">
12691269
<para>Additional overloads are defined on the <see cref="T:System.Net.PeerToPeer.Collaboration.Peer" /> class instead of the subclasses <see cref="T:System.Net.PeerToPeer.Collaboration.PeerContact" /> and <see cref="T:System.Net.PeerToPeer.Collaboration.PeerNearMe" />.
12701270

@@ -1323,7 +1323,7 @@
13231323

13241324
- Endpoint specified by <paramref name="peerEndPoint" /> cannot be <see langword="null" />.</exception>
13251325
<exception cref="T:System.ArgumentNullException">
1326-
<see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> and <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> objects cannot be <see langword="null." /></exception>
1326+
<see cref="T:System.Net.PeerToPeer.Collaboration.PeerApplication" /> and <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> objects cannot be <see langword="null" />.</exception>
13271327
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.PeerToPeer.Collaboration.PeerEndPoint" /> object has been disposed.</exception>
13281328
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">The <see cref="P:System.Net.PeerToPeer.Collaboration.PeerApplication.Id" /> for the current application does not exist or is empty.</exception>
13291329
<block subset="none" type="usage">
@@ -1811,7 +1811,7 @@
18111811
]]></format>
18121812
</remarks>
18131813
<exception cref="T:System.ArgumentNullException">
1814-
<paramref name="UserToken" /> cannot be <see langword="null." /></exception>
1814+
<paramref name="UserToken" /> cannot be <see langword="null" />.</exception>
18151815
<exception cref="T:System.InvalidOperationException">The calling peer is not signed in to People Near Me.</exception>
18161816
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.PeerToPeer.Collaboration.PeerContact" /> object has been disposed.</exception>
18171817
<exception cref="T:System.Net.PeerToPeer.PeerToPeerException">Duplicate <see cref="M:System.Net.PeerToPeer.Collaboration.PeerContact.SubscribeAsync(System.Object)" /> identifier.</exception>

xml/System.Net.PeerToPeer/CloudCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
9696
]]></format>
9797
</remarks>
98-
<exception cref="T:System.ArgumentNullException">The <see cref="T:System.Net.PeerToPeer.Cloud" /> provided cannot be <see langword="null." /></exception>
98+
<exception cref="T:System.ArgumentNullException">The <see cref="T:System.Net.PeerToPeer.Cloud" /> provided cannot be <see langword="null" />.</exception>
9999
<altmember cref="T:System.Net.PeerToPeer.CloudCollection" />
100100
</Docs>
101101
</Member>

0 commit comments

Comments
 (0)