Wei Chen

Results 9 issues of Wei Chen

**What type of PR is this?** /kind feature /kind api-change **What this PR does / why we need it**: This PR adds node graceful shutdown Kubelet config items and exposes...

Once the two APIs are available in newer version of `System.Text.Json`, the two custom made methods should be decommissioned (if possible). Track progress in https://github.com/dotnet/runtime/issues/56592. Also related this https://github.com/dotnet/runtime/issues/33388.

blocked
runtime-dependency
breaking-change

Add new `Diff` APIs for `JsonDocument` and `JsonElement`

feature-request

Add `JsonDocument` support by serializing `JsonDocument` to `JsonNode`. - #24 - [ ] #27 - [ ] Add new APIs to `DeepClone` - [ ] Add new APIs to `Patch`...

feature-request

Similar to #9, we need to add new APIs to support `JsonElement` - #24 - #27 - [ ] Add new APIs to `Patch` (need to create new `JsonElement`) -...

feature-request

Currently only `jsondiffpatch` document is supported by `Patch` and `PatchNew` methods. This issue is to add support for [RFC 6902 document](https://www.rfc-editor.org/rfc/rfc6902). The following sub-issues should be addressed: - Add support...

next
feature-request

Add an automation to test if the `main` branch is compatible with latest System.Text.Json package. - [ ] Test runs against latest stable version - [ ] Test runs against...

pipeline

This issue is used to track the tasks to setup for this repository. - [x] Move benchmarks out of `Readme.md` - [x] Add release notes - [ ] Add contributing...

documentation

We should add more tests and make sure at least _90%_ (currently _83%_ in main package, _66%-78%_ in assert packages) overall test coverage. - [ ] Add more test cases...

enhancement
pipeline