Skip to content

Commit b83d77d

Browse files
author
VSC-Service-Account
committed
CI Update
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=264139&view=results source_repo.branch:net6-ga source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent 2d67509 commit b83d77d

File tree

59 files changed

+3805
-1833
lines changed

Some content is hidden

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

59 files changed

+3805
-1833
lines changed

xml/FrameworksIndex/dotnet-plat-ext-6.0.xml

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

xml/FrameworksIndex/net-6.0.xml

Lines changed: 78 additions & 32 deletions
Large diffs are not rendered by default.

xml/FrameworksIndex/windowsdesktop-6.0.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
<Assembly Name="System.Threading.AccessControl" Version="6.0.0.0" />
3434
<Assembly Name="System.Windows.Controls.Ribbon" Version="6.0.0.0" />
3535
<Assembly Name="System.Windows.Extensions" Version="6.0.0.0" />
36-
<Assembly Name="System.Windows.Forms.Analyzers.CSharp" Version="6.0.0.0" />
37-
<Assembly Name="System.Windows.Forms.Analyzers" Version="6.0.0.0" />
3836
<Assembly Name="System.Windows.Forms.Design" Version="6.0.0.0" />
3937
<Assembly Name="System.Windows.Forms.Design.Editors" Version="6.0.0.0" />
4038
<Assembly Name="System.Windows.Forms" Version="6.0.0.0" />
@@ -38554,6 +38552,7 @@
3855438552
<Member Id="E:System.Windows.Forms.TabControl.Selecting" />
3855538553
<Member Id="E:System.Windows.Forms.TabControl.TextChanged" />
3855638554
<Member Id="M:System.Windows.Forms.TabControl.#ctor" />
38555+
<Member Id="M:System.Windows.Forms.TabControl.CreateAccessibilityInstance" />
3855738556
<Member Id="M:System.Windows.Forms.TabControl.CreateControlsInstance" />
3855838557
<Member Id="M:System.Windows.Forms.TabControl.CreateHandle" />
3855938558
<Member Id="M:System.Windows.Forms.TabControl.DeselectTab(System.Int32)" />
@@ -38824,6 +38823,7 @@
3882438823
<Member Id="E:System.Windows.Forms.TabPage.VisibleChanged" />
3882538824
<Member Id="M:System.Windows.Forms.TabPage.#ctor" />
3882638825
<Member Id="M:System.Windows.Forms.TabPage.#ctor(System.String)" />
38826+
<Member Id="M:System.Windows.Forms.TabPage.CreateAccessibilityInstance" />
3882738827
<Member Id="M:System.Windows.Forms.TabPage.CreateControlsInstance" />
3882838828
<Member Id="M:System.Windows.Forms.TabPage.GetTabPageOfComponent(System.Object)" />
3882938829
<Member Id="M:System.Windows.Forms.TabPage.OnEnter(System.EventArgs)" />
@@ -41395,20 +41395,6 @@
4139541395
<Member Id="P:System.Windows.Forms.WindowsFormsSynchronizationContext.AutoInstall" />
4139641396
</Type>
4139741397
</Namespace>
41398-
<Namespace Name="System.Windows.Forms.Analyzers">
41399-
<Type Name="System.Windows.Forms.Analyzers.AppManifestAnalyzer" Id="T:System.Windows.Forms.Analyzers.AppManifestAnalyzer">
41400-
<Member Id="M:System.Windows.Forms.Analyzers.AppManifestAnalyzer.#ctor" />
41401-
<Member Id="M:System.Windows.Forms.Analyzers.AppManifestAnalyzer.Initialize(Microsoft.CodeAnalysis.Diagnostics.AnalysisContext)" />
41402-
<Member Id="P:System.Windows.Forms.Analyzers.AppManifestAnalyzer.SupportedDiagnostics" />
41403-
</Type>
41404-
<Type Name="System.Windows.Forms.Analyzers.HighDpiMode" Id="T:System.Windows.Forms.Analyzers.HighDpiMode">
41405-
<Member Id="F:System.Windows.Forms.Analyzers.HighDpiMode.DpiUnaware" />
41406-
<Member Id="F:System.Windows.Forms.Analyzers.HighDpiMode.DpiUnawareGdiScaled" />
41407-
<Member Id="F:System.Windows.Forms.Analyzers.HighDpiMode.PerMonitor" />
41408-
<Member Id="F:System.Windows.Forms.Analyzers.HighDpiMode.PerMonitorV2" />
41409-
<Member Id="F:System.Windows.Forms.Analyzers.HighDpiMode.SystemAware" />
41410-
</Type>
41411-
</Namespace>
4141241398
<Namespace Name="System.Windows.Forms.Automation">
4141341399
<Type Name="System.Windows.Forms.Automation.AutomationLiveSetting" Id="T:System.Windows.Forms.Automation.AutomationLiveSetting">
4141441400
<Member Id="F:System.Windows.Forms.Automation.AutomationLiveSetting.Assertive" />

xml/Microsoft.Extensions.Configuration/IConfiguration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
117117
an empty <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.
118118

119-
You can reach a sub-subsection by passing "section1:section2:section.." for <paramref name="key"/>.</remarks>
119+
You can reach a sub-subsection by passing "section1:section2:section.." for <paramref name="key" />.</remarks>
120120
</Docs>
121121
</Member>
122122
<Member MemberName="Item">
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<Type Name="IJSVoidResult" FullName="Microsoft.JSInterop.Infrastructure.IJSVoidResult">
2+
<TypeSignature Language="C#" Value="public interface IJSVoidResult" />
3+
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IJSVoidResult" />
4+
<TypeSignature Language="DocId" Value="T:Microsoft.JSInterop.Infrastructure.IJSVoidResult" />
5+
<TypeSignature Language="VB.NET" Value="Public Interface IJSVoidResult" />
6+
<TypeSignature Language="F#" Value="type IJSVoidResult = interface" />
7+
<TypeSignature Language="C++ CLI" Value="public interface class IJSVoidResult" />
8+
<AssemblyInfo>
9+
<AssemblyName>Microsoft.JSInterop</AssemblyName>
10+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
11+
</AssemblyInfo>
12+
<Interfaces />
13+
<Attributes>
14+
<Attribute>
15+
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
16+
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
17+
</Attribute>
18+
</Attributes>
19+
<Docs>
20+
<summary>To be added.</summary>
21+
<remarks>To be added.</remarks>
22+
</Docs>
23+
<Members />
24+
</Type>

xml/Microsoft.JSInterop/JSCallResultType.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,25 @@
7777
<summary>To be added.</summary>
7878
</Docs>
7979
</Member>
80+
<Member MemberName="JSVoidResult">
81+
<MemberSignature Language="C#" Value="JSVoidResult" />
82+
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.JSInterop.JSCallResultType JSVoidResult = int32(3)" />
83+
<MemberSignature Language="DocId" Value="F:Microsoft.JSInterop.JSCallResultType.JSVoidResult" />
84+
<MemberSignature Language="VB.NET" Value="JSVoidResult" />
85+
<MemberSignature Language="F#" Value="JSVoidResult = 3" Usage="Microsoft.JSInterop.JSCallResultType.JSVoidResult" />
86+
<MemberSignature Language="C++ CLI" Value="JSVoidResult" />
87+
<MemberType>Field</MemberType>
88+
<AssemblyInfo>
89+
<AssemblyName>Microsoft.JSInterop</AssemblyName>
90+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
91+
</AssemblyInfo>
92+
<ReturnValue>
93+
<ReturnType>Microsoft.JSInterop.JSCallResultType</ReturnType>
94+
</ReturnValue>
95+
<MemberValue>3</MemberValue>
96+
<Docs>
97+
<summary>To be added.</summary>
98+
</Docs>
99+
</Member>
80100
</Members>
81101
</Type>

xml/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProvider.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,13 @@
112112
</Docs>
113113
</Member>
114114
<Member MemberName="GetTypeDescriptor">
115-
<MemberSignature Language="C#" Value="public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object instance);" />
115+
<MemberSignature Language="C#" Value="public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object instance);" FrameworkAlternate="net-5.0;netcore-3.0;netcore-3.1;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;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
116116
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(class System.Type objectType, object instance) cil managed" />
117117
<MemberSignature Language="DocId" Value="M:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)" />
118118
<MemberSignature Language="VB.NET" Value="Public Overrides Function GetTypeDescriptor (objectType As Type, instance As Object) As ICustomTypeDescriptor" />
119119
<MemberSignature Language="F#" Value="override this.GetTypeDescriptor : Type * obj -&gt; System.ComponentModel.ICustomTypeDescriptor" Usage="associatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor (objectType, instance)" />
120120
<MemberSignature Language="C++ CLI" Value="public:&#xA; override System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ objectType, System::Object ^ instance);" />
121+
<MemberSignature Language="C#" Value="public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object? instance);" FrameworkAlternate="net-6.0" />
121122
<MemberType>Method</MemberType>
122123
<AssemblyInfo>
123124
<AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>

xml/System.Diagnostics/Switch.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@
191191
</Docs>
192192
</Member>
193193
<Member MemberName=".ctor">
194-
<MemberSignature Language="C#" Value="protected Switch (string displayName, string? description, string? defaultSwitchValue);" FrameworkAlternate="net-5.0;net-6.0" />
194+
<MemberSignature Language="C#" Value="protected Switch (string displayName, string? description, string? defaultSwitchValue);" FrameworkAlternate="net-5.0" />
195195
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(string displayName, string description, string defaultSwitchValue) cil managed" />
196196
<MemberSignature Language="DocId" Value="M:System.Diagnostics.Switch.#ctor(System.String,System.String,System.String)" />
197197
<MemberSignature Language="VB.NET" Value="Protected Sub New (displayName As String, description As String, defaultSwitchValue As String)" />
198198
<MemberSignature Language="F#" Value="new System.Diagnostics.Switch : string * string * string -&gt; System.Diagnostics.Switch" Usage="new System.Diagnostics.Switch (displayName, description, defaultSwitchValue)" />
199199
<MemberSignature Language="C++ CLI" Value="protected:&#xA; Switch(System::String ^ displayName, System::String ^ description, System::String ^ defaultSwitchValue);" />
200+
<MemberSignature Language="C#" Value="protected Switch (string displayName, string? description, string defaultSwitchValue);" FrameworkAlternate="net-6.0" />
200201
<MemberSignature Language="C#" Value="protected Switch (string displayName, string description, string defaultSwitchValue);" FrameworkAlternate="netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-2.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;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
201202
<MemberType>Constructor</MemberType>
202203
<AssemblyInfo>

xml/System.Formats.Cbor/CborConformanceMode.xml

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AssemblyInfo>
99
<AssemblyName>System.Formats.Cbor</AssemblyName>
1010
<AssemblyVersion>5.0.0.0</AssemblyVersion>
11+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
1112
</AssemblyInfo>
1213
<Base>
1314
<BaseTypeName>System.Enum</BaseTypeName>
@@ -28,6 +29,7 @@
2829
<AssemblyInfo>
2930
<AssemblyName>System.Formats.Cbor</AssemblyName>
3031
<AssemblyVersion>5.0.0.0</AssemblyVersion>
32+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
3133
</AssemblyInfo>
3234
<ReturnValue>
3335
<ReturnType>System.Formats.Cbor.CborConformanceMode</ReturnType>
@@ -38,15 +40,9 @@
3840
<para>Ensures that the CBOR data is canonical, as specified in RFC7049 section 3.9.</para>
3941
<para>Extends strict conformance with the following requirements:</para>
4042
<list type="bullet">
41-
<item>
42-
<description>Integers must be encoded as small as possible.</description>
43-
</item>
44-
<item>
45-
<description>Maps (major type 5) must contain keys sorted by encoding.</description>
46-
</item>
47-
<item>
48-
<description>Indefinite-length items must be made into definite-length items.</description>
49-
</item>
43+
<item>Integers must be encoded as small as possible.</item>
44+
<item>Maps (major type 5) must contain keys sorted by encoding.</item>
45+
<item>Indefinite-length items must be made into definite-length items.</item>
5046
</list>
5147
</summary>
5248
<remarks>To be added.</remarks>
@@ -63,6 +59,7 @@
6359
<AssemblyInfo>
6460
<AssemblyName>System.Formats.Cbor</AssemblyName>
6561
<AssemblyVersion>5.0.0.0</AssemblyVersion>
62+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
6663
</AssemblyInfo>
6764
<ReturnValue>
6865
<ReturnType>System.Formats.Cbor.CborConformanceMode</ReturnType>
@@ -73,21 +70,11 @@
7370
<para>Ensures that the CBOR data is canonical, as specified by the CTAP v2.0 standard, section 6.</para>
7471
<para>Extends strict conformance with the following requirements:</para>
7572
<list type="bullet">
76-
<item>
77-
<description>Maps (major type 5) must contain keys sorted by encoding.</description>
78-
</item>
79-
<item>
80-
<description>Indefinite-length items must be made into definite-length items.</description>
81-
</item>
82-
<item>
83-
<description>Integers must be encoded as small as possible.</description>
84-
</item>
85-
<item>
86-
<description>The representations of any floating-point values are not changed.</description>
87-
</item>
88-
<item>
89-
<description>CBOR tags (major type 6) are not permitted.</description>
90-
</item>
73+
<item>Maps (major type 5) must contain keys sorted by encoding.</item>
74+
<item>Indefinite-length items must be made into definite-length items.</item>
75+
<item>Integers must be encoded as small as possible.</item>
76+
<item>The representations of any floating-point values are not changed.</item>
77+
<item>CBOR tags (major type 6) are not permitted.</item>
9178
</list>
9279
</summary>
9380
<remarks>To be added.</remarks>
@@ -104,6 +91,7 @@
10491
<AssemblyInfo>
10592
<AssemblyName>System.Formats.Cbor</AssemblyName>
10693
<AssemblyVersion>5.0.0.0</AssemblyVersion>
94+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
10795
</AssemblyInfo>
10896
<ReturnValue>
10997
<ReturnType>System.Formats.Cbor.CborConformanceMode</ReturnType>
@@ -125,6 +113,7 @@
125113
<AssemblyInfo>
126114
<AssemblyName>System.Formats.Cbor</AssemblyName>
127115
<AssemblyVersion>5.0.0.0</AssemblyVersion>
116+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
128117
</AssemblyInfo>
129118
<ReturnValue>
130119
<ReturnType>System.Formats.Cbor.CborConformanceMode</ReturnType>
@@ -135,15 +124,9 @@
135124
<para>Ensures that the CBOR data adheres to strict mode, as specified in RFC7049 section 3.10.</para>
136125
<para>Extends lax conformance with the following requirements:</para>
137126
<list type="bullet">
138-
<item>
139-
<description>Maps (major type 5) must not contain duplicate keys.</description>
140-
</item>
141-
<item>
142-
<description>Simple values (major type 7) must be encoded as small a possible and exclude the reserved values 24-31.</description>
143-
</item>
144-
<item>
145-
<description>UTF-8 string encodings must be valid.</description>
146-
</item>
127+
<item>Maps (major type 5) must not contain duplicate keys.</item>
128+
<item>Simple values (major type 7) must be encoded as small a possible and exclude the reserved values 24-31.</item>
129+
<item>UTF-8 string encodings must be valid.</item>
147130
</list>
148131
</summary>
149132
<remarks>To be added.</remarks>

xml/System.Formats.Cbor/CborContentException.xml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AssemblyInfo>
99
<AssemblyName>System.Formats.Cbor</AssemblyName>
1010
<AssemblyVersion>5.0.0.0</AssemblyVersion>
11+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
1112
</AssemblyInfo>
1213
<Base>
1314
<BaseTypeName>System.Exception</BaseTypeName>
@@ -35,13 +36,16 @@
3536
<AssemblyInfo>
3637
<AssemblyName>System.Formats.Cbor</AssemblyName>
3738
<AssemblyVersion>5.0.0.0</AssemblyVersion>
39+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
3840
</AssemblyInfo>
3941
<Parameters>
4042
<Parameter Name="message" Type="System.String" />
4143
</Parameters>
4244
<Docs>
43-
<param name="message">The exception message.</param>
44-
<summary>Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> using the specified message.</summary>
45+
<param name="message">The error message that explains the reason for the exception.</param>
46+
<summary>
47+
Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class, using the provided message.
48+
</summary>
4549
<remarks>To be added.</remarks>
4650
</Docs>
4751
</Member>
@@ -56,15 +60,18 @@
5660
<AssemblyInfo>
5761
<AssemblyName>System.Formats.Cbor</AssemblyName>
5862
<AssemblyVersion>5.0.0.0</AssemblyVersion>
63+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
5964
</AssemblyInfo>
6065
<Parameters>
6166
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
6267
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
6368
</Parameters>
6469
<Docs>
65-
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> containing all the data needed to deserialize the object.</param>
66-
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> describing the source and destination of the given serialized stream.</param>
67-
<summary>Initializes a new <see cref="T:System.Formats.Cbor.CborContentException" /> instance from a state file, using binary serialization.</summary>
70+
<param name="info">The object that holds the serialized object data.</param>
71+
<param name="context">The contextual information about the source or destination.</param>
72+
<summary>
73+
Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class with serialized data.
74+
</summary>
6875
<remarks>To be added.</remarks>
6976
</Docs>
7077
</Member>
@@ -79,15 +86,19 @@
7986
<AssemblyInfo>
8087
<AssemblyName>System.Formats.Cbor</AssemblyName>
8188
<AssemblyVersion>5.0.0.0</AssemblyVersion>
89+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
8290
</AssemblyInfo>
8391
<Parameters>
8492
<Parameter Name="message" Type="System.String" />
8593
<Parameter Name="inner" Type="System.Exception" />
8694
</Parameters>
8795
<Docs>
88-
<param name="message">The exception message.</param>
89-
<param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
90-
<summary>Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> using the specified message and inner exception.</summary>
96+
<param name="message">The error message that explains the reason for the exception.</param>
97+
<param name="inner">The exception that is the cause of the current exception.</param>
98+
<summary>
99+
Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class,
100+
using the provided message and exception that is the cause of this exception.
101+
</summary>
91102
<remarks>To be added.</remarks>
92103
</Docs>
93104
</Member>

0 commit comments

Comments
 (0)