6 references to ICertificateService
aspire (6)
Certificates\CertificatesHelper.cs (1)
14internal sealed class CertificateService(IInteractionService interactionService) : ICertificateService
Commands\NewCommand.cs (2)
15private readonly ICertificateService _certificateService; 19public NewCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache, INewCommandPrompter prompter, IInteractionService interactionService, ICertificateService certificateService)
Commands\RunCommand.cs (2)
23private readonly ICertificateService _certificateService; 27public RunCommand(IDotNetCliRunner runner, IInteractionService interactionService, ICertificateService certificateService, IProjectLocator projectLocator, IAnsiConsole ansiConsole)
Program.cs (1)
85builder.Services.AddSingleton<ICertificateService, CertificateService>();