3 references to InteractionFile
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
330
.Select(f => new
InteractionFile
(f.Id, f.Name, f.FilePath))
Aspire.Hosting.RemoteHost.Tests (1)
AtsExportsTests.cs (1)
143
[new
InteractionFile
("file-1", "artifact.zip", tempFile)],
Aspire.Hosting.Tests (1)
Dashboard\InteractionFileUploadStoreTests.cs (1)
565
var interactionFile = new
InteractionFile
(fileId, "temp.bin", filePath);