Skip to content

Commit 6c6e9e6

Browse files
CI Update (#10164)
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=441514&view=results source_repo.branch:remove-systemprivateservicemodel source_repo.url:https://apidrop.visualstudio.com/_git/binaries Co-authored-by: [email protected] <[email protected]>
1 parent 863a2cf commit 6c6e9e6

File tree

210 files changed

+919
-13054
lines changed

Some content is hidden

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

210 files changed

+919
-13054
lines changed

xml/FrameworksIndex/netstandard-2.0.xml

Lines changed: 0 additions & 4235 deletions
Large diffs are not rendered by default.

xml/Microsoft.Extensions.DependencyModel/CompilationLibrary.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following example shows how to display the list of libraries used to compile
8484
<param name="assemblies">The library's assemblies.</param>
8585
<param name="dependencies">The library's dependencies.</param>
8686
<param name="serviceable">Whether the library is serviceable.</param>
87-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary"/> class using the specified library properties.</summary>
87+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary" /> class using the specified library properties.</summary>
8888
<remarks>To be added.</remarks>
8989
<exception cref="T:System.ArgumentException">
9090
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
@@ -147,7 +147,7 @@ The following example shows how to display the list of libraries used to compile
147147
<param name="serviceable">Whether the library is serviceable.</param>
148148
<param name="path">The library package's path.</param>
149149
<param name="hashPath">The library package's hash path.</param>
150-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary"/> class using the specified library properties and path.</summary>
150+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary" /> class using the specified library properties and path.</summary>
151151
<remarks>To be added.</remarks>
152152
<exception cref="T:System.ArgumentException">
153153
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>

xml/Microsoft.Extensions.DependencyModel/Library.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<param name="hash">The library package's hash.</param>
6969
<param name="dependencies">The library's dependencies.</param>
7070
<param name="serviceable">Whether the library is serviceable.</param>
71-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library"/> class using the specified library properties.</summary>
71+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library" /> class using the specified library properties.</summary>
7272
<remarks>To be added.</remarks>
7373
</Docs>
7474
</Member>
@@ -125,7 +125,7 @@
125125
<param name="serviceable">Whether the library is serviceable.</param>
126126
<param name="path">The library package's path.</param>
127127
<param name="hashPath">The library package's hash path.</param>
128-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library"/> class using the specified library properties and path.</summary>
128+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library" /> class using the specified library properties and path.</summary>
129129
<remarks>To be added.</remarks>
130130
<exception cref="T:System.ArgumentException">
131131
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
@@ -194,7 +194,7 @@
194194
<param name="path">The library package's path.</param>
195195
<param name="hashPath">The library package's hash path.</param>
196196
<param name="runtimeStoreManifestName">The library's runtime store manifest name.</param>
197-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library"/> class using the specified library properties, path and runtime store manifest.</summary>
197+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library" /> class using the specified library properties, path and runtime store manifest.</summary>
198198
<remarks>To be added.</remarks>
199199
<exception cref="T:System.ArgumentException">
200200
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
@@ -392,7 +392,8 @@
392392
</ReturnValue>
393393
<Docs>
394394
<summary>Gets a value that indicates whether this library can be serviced, if this library is a package.</summary>
395-
<value><c>true</c> if this library can be serviced; otherwise, <c>false</c></value>
395+
<value>
396+
<c>true</c> if this library can be serviced; otherwise, <c>false</c></value>
396397
<remarks>To be added.</remarks>
397398
</Docs>
398399
</Member>
@@ -416,7 +417,7 @@
416417
<summary>Gets the type of this library.</summary>
417418
<value>The type of this library.</value>
418419
<remarks>
419-
<format type="text/markdown"><![CDATA[
420+
<format type="text/markdown"><![CDATA[
420421
421422
## Remarks
422423
@@ -427,7 +428,7 @@ The common library type values are:
427428
- `referenceassembly` - Reference assembly
428429
429430
]]></format>
430-
</remarks>
431+
</remarks>
431432
</Docs>
432433
</Member>
433434
<Member MemberName="Version">

xml/Microsoft.Extensions.DependencyModel/RuntimeLibrary.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A runtime library dependency is a library required to run an application. You ca
8282
<param name="resourceAssemblies">The library's resource assemblies.</param>
8383
<param name="dependencies">The library's dependencies.</param>
8484
<param name="serviceable">Whether the library is serviceable.</param>
85-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary"/> class using the specified library properties.</summary>
85+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary" /> class using the specified library properties.</summary>
8686
<remarks>To be added.</remarks>
8787
<exception cref="T:System.ArgumentException">
8888
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
@@ -149,7 +149,7 @@ A runtime library dependency is a library required to run an application. You ca
149149
<param name="serviceable">Whether the library is serviceable.</param>
150150
<param name="path">The library package's path.</param>
151151
<param name="hashPath">The library package's hash path.</param>
152-
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary"/> class using the specified library properties and path.</summary>
152+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary" /> class using the specified library properties and path.</summary>
153153
<remarks>To be added.</remarks>
154154
<exception cref="T:System.ArgumentException">
155155
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>

xml/PackageInformation/netstandard-2.0.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xml/System.Collections.Generic/SynchronizedCollection`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SynchronizedCollection`1&lt;T&gt; extends System.Object implements class System.Collections.Generic.ICollection`1&lt;!T&gt;, class System.Collections.Generic.IEnumerable`1&lt;!T&gt;, class System.Collections.Generic.IList`1&lt;!T&gt;, class System.Collections.ICollection, class System.Collections.IEnumerable, class System.Collections.IList" />
44
<TypeSignature Language="DocId" Value="T:System.Collections.Generic.SynchronizedCollection`1" />
55
<TypeSignature Language="VB.NET" Value="Public Class SynchronizedCollection(Of T)&#xA;Implements ICollection(Of T), IEnumerable(Of T), IList, IList(Of T)" />
6-
<TypeSignature Language="F#" Value="type SynchronizedCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IEnumerable&#xA; interface IList&#xA; interface ICollection" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.0" />
6+
<TypeSignature Language="F#" Value="type SynchronizedCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IEnumerable&#xA; interface IList&#xA; interface ICollection" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
77
<TypeSignature Language="C++ CLI" Value="generic &lt;typename T&gt;&#xA;public ref class SynchronizedCollection : System::Collections::Generic::ICollection&lt;T&gt;, System::Collections::Generic::IEnumerable&lt;T&gt;, System::Collections::Generic::IList&lt;T&gt;, System::Collections::IList" />
88
<TypeSignature Language="F#" Value="type SynchronizedCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IList&#xA; interface ICollection&#xA; interface IEnumerable" FrameworkAlternate="netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2" />
99
<AssemblyInfo>

xml/System.Collections.Generic/SynchronizedReadOnlyCollection`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SynchronizedReadOnlyCollection`1&lt;T&gt; extends System.Object implements class System.Collections.Generic.ICollection`1&lt;!T&gt;, class System.Collections.Generic.IEnumerable`1&lt;!T&gt;, class System.Collections.Generic.IList`1&lt;!T&gt;, class System.Collections.ICollection, class System.Collections.IEnumerable, class System.Collections.IList" />
44
<TypeSignature Language="DocId" Value="T:System.Collections.Generic.SynchronizedReadOnlyCollection`1" />
55
<TypeSignature Language="VB.NET" Value="Public Class SynchronizedReadOnlyCollection(Of T)&#xA;Implements ICollection(Of T), IEnumerable(Of T), IList, IList(Of T)" />
6-
<TypeSignature Language="F#" Value="type SynchronizedReadOnlyCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IEnumerable&#xA; interface IList&#xA; interface ICollection" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.0" />
6+
<TypeSignature Language="F#" Value="type SynchronizedReadOnlyCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IEnumerable&#xA; interface IList&#xA; interface ICollection" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
77
<TypeSignature Language="C++ CLI" Value="generic &lt;typename T&gt;&#xA;public ref class SynchronizedReadOnlyCollection : System::Collections::Generic::ICollection&lt;T&gt;, System::Collections::Generic::IEnumerable&lt;T&gt;, System::Collections::Generic::IList&lt;T&gt;, System::Collections::IList" />
88
<TypeSignature Language="F#" Value="type SynchronizedReadOnlyCollection&lt;'T&gt; = class&#xA; interface IList&lt;'T&gt;&#xA; interface ICollection&lt;'T&gt;&#xA; interface seq&lt;'T&gt;&#xA; interface IList&#xA; interface ICollection&#xA; interface IEnumerable" FrameworkAlternate="netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2" />
99
<AssemblyInfo>

xml/System.Globalization/DateTimeFormatInfo.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
103103
:::code language="csharp" source="~/snippets/csharp/System.Globalization/DateTimeFormatInfo/Overview/format1.cs" interactive="try-dotnet" id="Snippet5":::
104104
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.globalization.datetimeformatinfo.class/vb/format1.vb" id="Snippet5":::
105-
]]></format></example>
105+
]]></format>
106+
</example>
106107
<altmember cref="T:System.DateTime" />
107108
<altmember cref="T:System.Globalization.Calendar" />
108109
<altmember cref="T:System.Globalization.CultureInfo" />

xml/System.IdentityModel.Claims/Claim.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<ReturnType>System.IdentityModel.Claims.Claim</ReturnType>
441441
</ReturnValue>
442442
<Parameters>
443-
<Parameter Name="rsa" Type="System.Security.Cryptography.RSA" Index="0" FrameworkAlternate="net-6.0;net-8.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
443+
<Parameter Name="rsa" Type="System.Security.Cryptography.RSA" />
444444
</Parameters>
445445
<Docs>
446446
<param name="rsa">An <see cref="T:System.Security.Cryptography.RSA" /> object that represents an RSA cryptographic key. This parameter must not be <see langword="null" />. If this parameter is <see langword="null" />, this method throws an <see cref="T:System.ArgumentNullException" /> exception.</param>

xml/System.IdentityModel.Claims/DefaultClaimSet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
<MemberSignature Language="C#" Value="public override System.Collections.Generic.IEnumerable&lt;System.IdentityModel.Claims.Claim&gt; FindClaims (string claimType, string right);" />
316316
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Collections.Generic.IEnumerable`1&lt;class System.IdentityModel.Claims.Claim&gt; FindClaims(string claimType, string right) cil managed" />
317317
<MemberSignature Language="DocId" Value="M:System.IdentityModel.Claims.DefaultClaimSet.FindClaims(System.String,System.String)" />
318-
<MemberSignature Language="VB.NET" Value="Public Iterator Overrides Function FindClaims (claimType As String, right As String) As IEnumerable(Of Claim)" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.0" />
318+
<MemberSignature Language="VB.NET" Value="Public Iterator Overrides Function FindClaims (claimType As String, right As String) As IEnumerable(Of Claim)" FrameworkAlternate="net-8.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
319319
<MemberSignature Language="F#" Value="override this.FindClaims : string * string -&gt; seq&lt;System.IdentityModel.Claims.Claim&gt;" Usage="defaultClaimSet.FindClaims (claimType, right)" />
320320
<MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Collections::Generic::IEnumerable&lt;System::IdentityModel::Claims::Claim ^&gt; ^ FindClaims(System::String ^ claimType, System::String ^ right);" />
321321
<MemberSignature Language="VB.NET" Value="Public Overrides Function FindClaims (claimType As String, right As String) As IEnumerable(Of Claim)" FrameworkAlternate="netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2" />
@@ -334,7 +334,7 @@
334334
<AssemblyVersion>4.10.3.0</AssemblyVersion>
335335
</AssemblyInfo>
336336
<Attributes>
337-
<Attribute FrameworkAlternate="net-8.0;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.0">
337+
<Attribute FrameworkAlternate="net-8.0;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
338338
<AttributeName Language="C#">[System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.IdentityModel.Claims.DefaultClaimSet+&lt;FindClaims&gt;d__13))]</AttributeName>
339339
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.IdentityModel.Claims.DefaultClaimSet+&lt;FindClaims&gt;d__13))&gt;]</AttributeName>
340340
</Attribute>

0 commit comments

Comments
 (0)