Skip to content

Commit 2afae5e

Browse files
Fix issues and address feedback.
1 parent 891254e commit 2afae5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/core/whats-new/dotnet-9/libraries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ The following example demonstrates `Regex.EnumerateSplits`, taking a `ReadOnlySp
474474
- [Respect nullable annotations](#respect-nullable-annotations)
475475
- [Require non-optional constructor parameters](#require-non-optional-constructor-parameters)
476476
- [Order JsonObject properties](#order-jsonobject-properties)
477-
- [Additional contract metadata APIs](#additional-contract-metadata-apis)
477+
- [Customize enum member names](#customize-enum-member-names)
478+
- [Stream multiple JSON documents](#stream-multiple-json-documents)
478479

479480
### Indentation options
480481

@@ -529,7 +530,7 @@ The following code shows how to set the option (the `Book` type definition is sh
529530
:::code language="csharp" source="../snippets/dotnet-9/csharp/Serialization.cs" id="RespectNullable":::
530531

531532
> [!NOTE]
532-
> Due to how nullability annotations are represented in IL, the feature is restricted to annotations of non-generic properties. Please refer to the relevant documentation for more details.
533+
> Due to how nullability annotations are represented in IL, the feature is restricted to annotations of non-generic properties.
533534
534535
You can also enable this setting globally using the `System.Text.Json.Serialization.RespectNullableAnnotationsDefault` feature switch in your project file (for example, _.csproj_ file):
535536

0 commit comments

Comments
 (0)