1 implementation of ICertificateService
aspire (1)
Certificates\CertificateService.cs (1)
18
internal sealed class CertificateService(IInteractionService interactionService, AspireCliTelemetry telemetry) :
ICertificateService
6 references to ICertificateService
aspire (6)
Commands\NewCommand.cs (2)
21
private readonly
ICertificateService
_certificateService;
32
ICertificateService
certificateService,
Commands\RunCommand.cs (2)
25
private readonly
ICertificateService
_certificateService;
34
ICertificateService
certificateService,
Program.cs (1)
100
builder.Services.AddSingleton<
ICertificateService
, CertificateService>();
Templating\DotNetTemplateFactory.cs (1)
16
internal class DotNetTemplateFactory(IInteractionService interactionService, IDotNetCliRunner runner,
ICertificateService
certificateService, INuGetPackageCache nuGetPackageCache, INewCommandPrompter prompter) : ITemplateFactory