1 write to _certificateService
aspire (1)
Commands\InitCommand.cs (1)
89
_certificateService
= certificateService;
2 references to _certificateService
aspire (2)
Commands\InitCommand.cs (2)
535
_ = await
_certificateService
.EnsureCertificatesTrustedAsync(_runner, cancellationToken);
599
_ = await
_certificateService
.EnsureCertificatesTrustedAsync(_runner, cancellationToken);