1 write to RawJson
Aspire.Hosting (1)
Publishing\ContainerImageInspectionResult.cs (1)
245RawJson = rawJson;
3 references to RawJson
Aspire.Hosting.Tests (3)
Publishing\ContainerRuntimeBaseTests.cs (3)
152Assert.Equal("""{"manifest":true}""", manifestResult.RawJson); 155Assert.Equal("""{"error":true}""", manifestFailure.RawJson); 252Assert.Contains("\"manifests\"", result.RawJson);