Skip to content

Commit

Permalink
Update libraries.md (#9423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jul 23, 2024
1 parent 49e018b commit a6569a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/9.0/preview/preview6/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here's a summary of what's new in .NET Libraries in this preview release:

- [Improvements to System.Numerics](#improvements-to-systemnumerics)
- [Support Primary Constructors in Logging Source Generator](#support-primary-constructors-in-logging-source-generator)
- [System.Text.Json enhancements](#systemtextjson) including a new [JsonSchemaExporter](#jsonschemaexporter), [nullable annotations recognition](#respecting-nullable-annotations), [requiring non-optionsl constructor parameters](#requiring-non-optional-constructor-parameters), [ordering `JsonObject` properties](#ordering-jsonobject-properties), and new [contract metadata APIs](#additional-contract-metadata-apis)
- [System.Text.Json enhancements](#systemtextjson) including a new [JsonSchemaExporter](#jsonschemaexporter), [nullable annotations recognition](#respecting-nullable-annotations), [requiring non-optional constructor parameters](#requiring-non-optional-constructor-parameters), [ordering `JsonObject` properties](#ordering-jsonobject-properties), and new [contract metadata APIs](#additional-contract-metadata-apis)
- [`[GeneratedRegex]` can now be used on properties](#generatedregex-on-properties)
- New [`EnumerateSplits`](#regexenumeratesplits) method for `Regex` to split more collection types
- Introduction of generic `OrderedDictionary` with [`OrderedDictionary<TKey, TValue>`](#ordereddictionarytkey-tvalue)
Expand Down

0 comments on commit a6569a1

Please sign in to comment.