csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Enable JSON Patch in AOT

Open hwoodiwiss opened this issue 5 months ago • 4 comments

Updates KubernetesJson.Serialize with a special case for seializing V1Patch when the content is string, as based on the examples and the converter implementation, the expectation in this case is that the conent already be JSON.

fixes #1587

hwoodiwiss avatar Sep 18 '24 19:09 hwoodiwiss