We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A number of features remain to be added to `DynamicJson and related "JsonData" types:
P0 for GA:
==
.
StandardFormat
using
P1:
[RequiresUnreferencedCode]
EqualsHandlesStringsSpecial
EqualsForObjectsAndArrays
CanTestPropertyForNull
CanEnumerateObject
Clone()
MutableJsonElement
+=
++
IEqualityComparer<DynamicData>
Bug fixes:
The text was updated successfully, but these errors were encountered:
This work is now being tracked by #37074
Sorry, something went wrong.
annelo-msft
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
A number of features remain to be added to `DynamicJson and related "JsonData" types:
P0 for GA:
==
operators.
characterStandardFormat
using
all disposable typesP1:
[RequiresUnreferencedCode]
attribute for AOT, per Move DynamicData into Azure.Core package #35777 (comment)EqualsHandlesStringsSpecial
,EqualsForObjectsAndArrays
)- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- DynamicData array Length property #35974 (comment)
CanTestPropertyForNull
)CanEnumerateObject
)Clone()
toMutableJsonElement
to support value semantics+=
works)++
works)IEqualityComparer<DynamicData>
- see details in Add Equals to DynamicData #35733 (comment)Bug fixes:
The text was updated successfully, but these errors were encountered: