5 references to Apply
Aspire.Hosting.Tests (5)
Dcp\JsonPatchTests.cs (4)
24
Assert.True(JsonNode.DeepEquals(changed, JsonPatch.
Apply
(current, patch)));
38
Assert.True(JsonNode.DeepEquals(changed, JsonPatch.
Apply
(current, patch)));
62
Assert.True(JsonNode.DeepEquals(changed, JsonPatch.
Apply
(current, patch)));
76
Assert.True(JsonNode.DeepEquals(changed, JsonPatch.
Apply
(current, patch)));
Dcp\TestKubernetesService.cs (1)
351
var resultNode = JsonPatch.
Apply
(JsonSerializer.SerializeToNode(res, resourceType), jsonPatch);