5 references to Success
Aspire.Hosting.Tests (4)
ResourceCommandServiceTests.cs (3)
1791return CommandResults.Success("Cleanup completed."); 1835return Task.FromResult(CommandResults.Success("Done")); 1866return Task.FromResult(CommandResults.Success("Operation completed successfully."));
WithHttpCommandTests.cs (1)
769return Task.FromResult(CommandResults.Success(resultContext.Arguments.GetString("message")!));
Stress.AppHost (1)
InteractionCommands.cs (1)
1025return CommandResults.Success($"Successfully imported **{file.Name}** ({content.Length:N0} bytes).");