3 references to OpenRead
Aspire.Hosting (1)
IInteractionService.cs (1)
584
var stream =
OpenRead
();
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (2)
1151
await using var stream = file.
OpenRead
();
1164
Assert.Throws<ObjectDisposedException>(file.
OpenRead
);