1 instantiation of FoundryCommandResult
Aspire.Hosting.Foundry (1)
FoundryLocalService.cs (1)
465
return
new
(process.ExitCode, output, error);
5 references to FoundryCommandResult
Aspire.Hosting.Azure.Tests (1)
FoundryExtensionsTests.cs (1)
188
var
result = await FoundryLocalService.RunProcessAsync(
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
79
var
loadResult = await RunFoundryCommandCoreAsync(
356
var
result = await RunFoundryCommandCoreAsync(
370
private static async Task<
FoundryCommandResult
> RunFoundryCommandCoreAsync(
391
internal static async Task<
FoundryCommandResult
> RunProcessAsync(