Skip to content

CI Update - Remove System.Private.ServiceModel package #10164

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

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,235 changes: 0 additions & 4,235 deletions xml/FrameworksIndex/netstandard-2.0.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following example shows how to display the list of libraries used to compile
<param name="assemblies">The library's assemblies.</param>
<param name="dependencies">The library's dependencies.</param>
<param name="serviceable">Whether the library is serviceable.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary"/> class using the specified library properties.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary" /> class using the specified library properties.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down Expand Up @@ -147,7 +147,7 @@ The following example shows how to display the list of libraries used to compile
<param name="serviceable">Whether the library is serviceable.</param>
<param name="path">The library package's path.</param>
<param name="hashPath">The library package's hash path.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary"/> class using the specified library properties and path.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.CompilationLibrary" /> class using the specified library properties and path.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down
13 changes: 7 additions & 6 deletions xml/Microsoft.Extensions.DependencyModel/Library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<param name="hash">The library package's hash.</param>
<param name="dependencies">The library's dependencies.</param>
<param name="serviceable">Whether the library is serviceable.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library"/> class using the specified library properties.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library" /> class using the specified library properties.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -125,7 +125,7 @@
<param name="serviceable">Whether the library is serviceable.</param>
<param name="path">The library package's path.</param>
<param name="hashPath">The library package's hash path.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library"/> class using the specified library properties and path.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.Library" /> class using the specified library properties and path.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down Expand Up @@ -194,7 +194,7 @@
<param name="path">The library package's path.</param>
<param name="hashPath">The library package's hash path.</param>
<param name="runtimeStoreManifestName">The library's runtime store manifest name.</param>
<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>
<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>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down Expand Up @@ -392,7 +392,8 @@
</ReturnValue>
<Docs>
<summary>Gets a value that indicates whether this library can be serviced, if this library is a package.</summary>
<value><c>true</c> if this library can be serviced; otherwise, <c>false</c></value>
<value>
<c>true</c> if this library can be serviced; otherwise, <c>false</c></value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -416,7 +417,7 @@
<summary>Gets the type of this library.</summary>
<value>The type of this library.</value>
<remarks>
<format type="text/markdown"><![CDATA[
<format type="text/markdown"><![CDATA[

## Remarks

Expand All @@ -427,7 +428,7 @@ The common library type values are:
- `referenceassembly` - Reference assembly

]]></format>
</remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Version">
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Extensions.DependencyModel/RuntimeLibrary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ A runtime library dependency is a library required to run an application. You ca
<param name="resourceAssemblies">The library's resource assemblies.</param>
<param name="dependencies">The library's dependencies.</param>
<param name="serviceable">Whether the library is serviceable.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary"/> class using the specified library properties.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary" /> class using the specified library properties.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down Expand Up @@ -149,7 +149,7 @@ A runtime library dependency is a library required to run an application. You ca
<param name="serviceable">Whether the library is serviceable.</param>
<param name="path">The library package's path.</param>
<param name="hashPath">The library package's hash path.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary"/> class using the specified library properties and path.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeLibrary" /> class using the specified library properties and path.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="type" />, or <paramref name="name" />, or <paramref name="version" /> is <see langword="null" /> or an empty string.</exception>
Expand Down
2 changes: 1 addition & 1 deletion xml/PackageInformation/netstandard-2.0.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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" />
<TypeSignature Language="DocId" Value="T:System.Collections.Generic.SynchronizedCollection`1" />
<TypeSignature Language="VB.NET" Value="Public Class SynchronizedCollection(Of T)&#xA;Implements ICollection(Of T), IEnumerable(Of T), IList, IList(Of T)" />
<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" />
<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" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something still seems a bit off here. SynchronizedCollection is available for netstandard-2.0 in the 4.10.3 version of System.ServiceModel.Primitives. netstandard-2.0 support will be coming back in the latest packages soon.

<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" />
<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" />
<AssemblyInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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" />
<TypeSignature Language="DocId" Value="T:System.Collections.Generic.SynchronizedReadOnlyCollection`1" />
<TypeSignature Language="VB.NET" Value="Public Class SynchronizedReadOnlyCollection(Of T)&#xA;Implements ICollection(Of T), IEnumerable(Of T), IList, IList(Of T)" />
<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" />
<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" />
<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" />
<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" />
<AssemblyInfo>
Expand Down
3 changes: 2 additions & 1 deletion xml/System.Globalization/DateTimeFormatInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@

:::code language="csharp" source="~/snippets/csharp/System.Globalization/DateTimeFormatInfo/Overview/format1.cs" interactive="try-dotnet" id="Snippet5":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.globalization.datetimeformatinfo.class/vb/format1.vb" id="Snippet5":::
]]></format></example>
]]></format>
</example>
<altmember cref="T:System.DateTime" />
<altmember cref="T:System.Globalization.Calendar" />
<altmember cref="T:System.Globalization.CultureInfo" />
Expand Down
2 changes: 1 addition & 1 deletion xml/System.IdentityModel.Claims/Claim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<ReturnType>System.IdentityModel.Claims.Claim</ReturnType>
</ReturnValue>
<Parameters>
<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" />
<Parameter Name="rsa" Type="System.Security.Cryptography.RSA" />
</Parameters>
<Docs>
<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>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.IdentityModel.Claims/DefaultClaimSet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<MemberSignature Language="C#" Value="public override System.Collections.Generic.IEnumerable&lt;System.IdentityModel.Claims.Claim&gt; FindClaims (string claimType, string right);" />
<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" />
<MemberSignature Language="DocId" Value="M:System.IdentityModel.Claims.DefaultClaimSet.FindClaims(System.String,System.String)" />
<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" />
<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" />
<MemberSignature Language="F#" Value="override this.FindClaims : string * string -&gt; seq&lt;System.IdentityModel.Claims.Claim&gt;" Usage="defaultClaimSet.FindClaims (claimType, right)" />
<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);" />
<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" />
Expand All @@ -334,7 +334,7 @@
<AssemblyVersion>4.10.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<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">
<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">
<AttributeName Language="C#">[System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.IdentityModel.Claims.DefaultClaimSet+&lt;FindClaims&gt;d__13))]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.IdentityModel.Claims.DefaultClaimSet+&lt;FindClaims&gt;d__13))&gt;]</AttributeName>
</Attribute>
Expand Down
Loading