1 write to RawJson
Aspire.Hosting (1)
Publishing\ContainerImageInspectionResult.cs (1)
86RawJson = rawJson;
2 references to RawJson
Aspire.Hosting.Tests (2)
Publishing\ContainerRuntimeBaseTests.cs (2)
142Assert.Equal("""{"config":true}""", configResult.RawJson); 145Assert.Equal("""{"error":true}""", configFailure.RawJson);