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