Skip to content

Conversation

WeihanLi
Copy link
Contributor

@WeihanLi WeihanLi commented Jul 8, 2024

feat: add new JsonIgnoreAttribute WhenWriting/WhenReading

fixes #66490

  • test cases

@ghost
Copy link

ghost commented Jul 8, 2024

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
@ghost
Copy link

ghost commented Jul 8, 2024

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.

@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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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