Some of the changes:
System.Text.Json
now provides theJsonSchemaExporter
type, which supports generating a JSON schema that represents a .NET type.System.Text.Json
: TheJsonObject
type now exposes ordered-dictionary-like APIs that enables explicit property order manipulation[
on properties ]- The
Regex
class provides aSplit
method, similar in concept to theString.Split
method. WithString.Split
, you supply one or morechar
orstring
separators, and the implementation splits the input text on those separators. - Generic
OrderedDictionary<TKey, TValue>
ReadOnlySet<T>
- new
Base64Url
class System.Diagnostics.Metrics
now provides the Gauge instrument- NuGetAudit now raises warnings for vulnerabilities in transitive dependencies
- dotnet nuget why
- MSBuild BuildChecks
- C#: Partial properties
- ASP.NET Core: Fingerprinting of static web assets
You must log in or register to comment.