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