1 write to ExcludeKestrelEndpoints
Aspire.Hosting.Tests (1)
KestrelConfigTests.cs (1)
59
options => { options.
ExcludeKestrelEndpoints
= true; });
1 reference to ExcludeKestrelEndpoints
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
346
var kestrelEndpoints = options.
ExcludeKestrelEndpoints
? [] : config.GetSection("Kestrel:Endpoints").GetChildren();