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