Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add new JsonIgnoreAttribute WhenWriting/WhenReading #104562

Merged
merged 7 commits into from
Nov 1, 2024
Merged

add new JsonIgnoreAttribute WhenWriting/WhenReading #104562

merged 7 commits into from
Nov 1, 2024

Conversation

WeihanLi
Copy link
Contributor

@WeihanLi WeihanLi commented Jul 8, 2024

feat: add new JsonIgnoreAttribute WhenWriting/WhenReading

fixes #66490

  • test cases

Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

1 similar comment
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@WeihanLi WeihanLi marked this pull request as ready for review July 31, 2024 23:00
@eiriktsarpalis
Copy link
Member

@WeihanLi thanks for submitting the PR, however since we're currently in the process of finishing up .NET 9 we are no longer merging PRs adding new features. We can revisit this in a couple weeks' time once the .NET 9 branch has been snapped from main.

@eiriktsarpalis eiriktsarpalis added this to the 10.0.0 milestone Aug 2, 2024
@eiriktsarpalis eiriktsarpalis added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Aug 2, 2024
@eiriktsarpalis eiriktsarpalis removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Sep 11, 2024
@eiriktsarpalis
Copy link
Member

Apologies for the delay getting back to you, we can continue work on this PR for .NET 10 now.

Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eiriktsarpalis eiriktsarpalis merged commit 357b09d into dotnet:main Nov 1, 2024
83 checks passed
@WeihanLi WeihanLi deleted the extended-json-ignore-condition branch November 1, 2024 12:18
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-System.Text.Json community-contribution Indicates that the PR has been added by a community member new-api-needs-documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Extend JsonIgnoreCondition
3 participants