|
77 | 77 | href: core-libraries/6.0/filestream-position-updates-after-readasync-writeasync-completion.md
|
78 | 78 | - name: New diagnostic IDs for obsoleted APIs
|
79 | 79 | href: core-libraries/6.0/diagnostic-id-change-for-obsoletions.md
|
80 |
| - - name: New JsonSerializer source generator overloads |
81 |
| - href: core-libraries/6.0/jsonserializer-source-generator-overloads.md |
82 | 80 | - name: New nullable annotation in AssociatedMetadataTypeTypeDescriptionProvider
|
83 | 81 | href: core-libraries/6.0/nullable-ref-type-annotations-added.md
|
84 | 82 | - name: New Queryable method overloads
|
@@ -139,6 +137,14 @@ items:
|
139 | 137 | href: sdk/6.0/outputtype-not-set-automatically.md
|
140 | 138 | - name: RuntimeIdentifier warning if self-contained is unspecified
|
141 | 139 | href: sdk/6.0/runtimeidentifier-self-contained.md
|
| 140 | + - name: Serialization |
| 141 | + items: |
| 142 | + - name: JSON source-generation API refactoring |
| 143 | + href: serialization/6.0/json-source-gen-api-refactor.md |
| 144 | + - name: JsonNode no longer supports C# `dynamic` |
| 145 | + href: serialization/6.0/jsonnode-dynamic-type.md |
| 146 | + - name: New JsonSerializer source generator overloads |
| 147 | + href: serialization/6.0/jsonserializer-source-generator-overloads.md |
142 | 148 | - name: Windows Forms
|
143 | 149 | items:
|
144 | 150 | - name: APIs throw ArgumentNullException
|
@@ -579,8 +585,6 @@ items:
|
579 | 585 | href: core-libraries/6.0/filestream-position-updates-after-readasync-writeasync-completion.md
|
580 | 586 | - name: New diagnostic IDs for obsoleted APIs
|
581 | 587 | href: core-libraries/6.0/diagnostic-id-change-for-obsoletions.md
|
582 |
| - - name: New JsonSerializer source generator overloads |
583 |
| - href: core-libraries/6.0/jsonserializer-source-generator-overloads.md |
584 | 588 | - name: New nullable annotation in AssociatedMetadataTypeTypeDescriptionProvider
|
585 | 589 | href: core-libraries/6.0/nullable-ref-type-annotations-added.md
|
586 | 590 | - name: New Queryable method overloads
|
@@ -803,8 +807,12 @@ items:
|
803 | 807 | items:
|
804 | 808 | - name: .NET 6
|
805 | 809 | items:
|
| 810 | + - name: JSON source-generation API refactoring |
| 811 | + href: serialization/6.0/json-source-gen-api-refactor.md |
806 | 812 | - name: JsonNode no longer supports C# `dynamic`
|
807 | 813 | href: serialization/6.0/jsonnode-dynamic-type.md
|
| 814 | + - name: New JsonSerializer source generator overloads |
| 815 | + href: serialization/6.0/jsonserializer-source-generator-overloads.md |
808 | 816 | - name: .NET 5
|
809 | 817 | items:
|
810 | 818 | - name: BinaryFormatter.Deserialize rewraps exceptions
|
|
0 commit comments