Skip to content

Commit aa9f32f

Browse files
authored
Add reference to design document (#8428)
1 parent 25b7484 commit aa9f32f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/ns-System.Formats.Asn1.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<Namespace Name="System.Formats.Asn1">
22
<Docs>
33
<summary>Contains types used in reading and writing Abstract Syntax Notation One (ASN.1) data structures.</summary>
4-
<remarks>To be added.</remarks>
4+
<remarks>
5+
<format type="text/markdown"><![CDATA[
6+
## Remarks
7+
8+
For more information, see the [ASN.1 BER/CER/DER reader and writer design document](https://github.com/dotnet/designs/blob/main/accepted/2020/asnreader/asnreader.md).
9+
]]></format>
10+
</remarks>
511
</Docs>
612
</Namespace>

0 commit comments

Comments
 (0)