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