3 references to GetDevCertsPath
aspire (3)
Certificates\BundleCertificateToolRunner.cs (2)
25
var devCertsPath = layout.
GetDevCertsPath
();
134
var devCertsPath = layout.
GetDevCertsPath
();
Program.cs (1)
232
if (layout is not null && layout.
GetDevCertsPath
() is string devCertsPath && File.Exists(devCertsPath))