Skip to content

Commit 3d45ed1

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=264548&view=results source_repo.branch:net6-ga source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent b4c923e commit 3d45ed1

File tree

5 files changed

+433
-725
lines changed

5 files changed

+433
-725
lines changed

xml/System.Formats.Cbor/CborConformanceMode.xml

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@
4040
<para>Ensures that the CBOR data is canonical, as specified in RFC7049 section 3.9.</para>
4141
<para>Extends strict conformance with the following requirements:</para>
4242
<list type="bullet">
43-
<item>
44-
<description>Integers must be encoded as small as possible.</description>
45-
</item>
46-
<item>
47-
<description>Maps (major type 5) must contain keys sorted by encoding.</description>
48-
</item>
49-
<item>
50-
<description>Indefinite-length items must be made into definite-length items.</description>
51-
</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>
5246
</list>
5347
</summary>
5448
<remarks>To be added.</remarks>
@@ -76,21 +70,11 @@
7670
<para>Ensures that the CBOR data is canonical, as specified by the CTAP v2.0 standard, section 6.</para>
7771
<para>Extends strict conformance with the following requirements:</para>
7872
<list type="bullet">
79-
<item>
80-
<description>Maps (major type 5) must contain keys sorted by encoding.</description>
81-
</item>
82-
<item>
83-
<description>Indefinite-length items must be made into definite-length items.</description>
84-
</item>
85-
<item>
86-
<description>Integers must be encoded as small as possible.</description>
87-
</item>
88-
<item>
89-
<description>The representations of any floating-point values are not changed.</description>
90-
</item>
91-
<item>
92-
<description>CBOR tags (major type 6) are not permitted.</description>
93-
</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>
9478
</list>
9579
</summary>
9680
<remarks>To be added.</remarks>
@@ -140,15 +124,9 @@
140124
<para>Ensures that the CBOR data adheres to strict mode, as specified in RFC7049 section 3.10.</para>
141125
<para>Extends lax conformance with the following requirements:</para>
142126
<list type="bullet">
143-
<item>
144-
<description>Maps (major type 5) must not contain duplicate keys.</description>
145-
</item>
146-
<item>
147-
<description>Simple values (major type 7) must be encoded as small a possible and exclude the reserved values 24-31.</description>
148-
</item>
149-
<item>
150-
<description>UTF-8 string encodings must be valid.</description>
151-
</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>
152130
</list>
153131
</summary>
154132
<remarks>To be added.</remarks>

xml/System.Formats.Cbor/CborContentException.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
</Parameters>
4444
<Docs>
4545
<param name="message">The error message that explains the reason for the exception.</param>
46-
<summary>Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class, using the provided message.</summary>
46+
<summary>
47+
Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class, using the provided message.
48+
</summary>
4749
<remarks>To be added.</remarks>
4850
</Docs>
4951
</Member>
@@ -67,7 +69,9 @@
6769
<Docs>
6870
<param name="info">The object that holds the serialized object data.</param>
6971
<param name="context">The contextual information about the source or destination.</param>
70-
<summary>Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class with serialized data.</summary>
72+
<summary>
73+
Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class with serialized data.
74+
</summary>
7175
<remarks>To be added.</remarks>
7276
</Docs>
7377
</Member>
@@ -91,7 +95,10 @@
9195
<Docs>
9296
<param name="message">The error message that explains the reason for the exception.</param>
9397
<param name="inner">The exception that is the cause of the current exception.</param>
94-
<summary>Initializes a new instance of the <see cref="T:System.Formats.Cbor.CborContentException" /> class, using the provided message and exception that is the cause of this exception.</summary>
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>
95102
<remarks>To be added.</remarks>
96103
</Docs>
97104
</Member>

0 commit comments

Comments
 (0)