Skip to content

Commit

Permalink
Fix for 41759 (#41778)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwherever authored Jul 17, 2024
1 parent dd1a47f commit 2d7b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/whats-new/dotnet-9/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The `MyPoco` type is defined as follows:

:::code language="csharp" source="../snippets/dotnet-9/csharp/Serialization.cs" id="Poco":::

You can also enable this setting globally using the `System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations` feature switch in your project file (for example, *.csproj* file):
You can also enable this setting globally using the `System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters` feature switch in your project file (for example, *.csproj* file):

```xml
<ItemGroup>
Expand Down

0 comments on commit 2d7b0fe

Please sign in to comment.