3 references to OpenPayload
aspire (1)
Bundles\BundleService.cs (1)
240
using var payloadStream =
OpenPayload
() ?? throw new InvalidOperationException("No embedded bundle payload.");
Aspire.Cli.Tests (2)
BundleServiceTests.cs (2)
14
Assert.Null(BundleService.
OpenPayload
());
20
Assert.Null(BundleService.
OpenPayload
());