3 writes to ExcludeKestrelEndpoints
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
450target.ExcludeKestrelEndpoints = source.ExcludeKestrelEndpoints;
Aspire.Hosting.Dotnet (1)
DotnetProjectHostingExtensions.cs (1)
436target.ExcludeKestrelEndpoints = source.ExcludeKestrelEndpoints;
Aspire.Hosting.Tests (1)
KestrelConfigTests.cs (1)
59options => { options.ExcludeKestrelEndpoints = true; });
3 references to ExcludeKestrelEndpoints
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
450target.ExcludeKestrelEndpoints = source.ExcludeKestrelEndpoints; 643var kestrelEndpoints = options.ExcludeKestrelEndpoints ? [] : config.GetSection("Kestrel:Endpoints").GetChildren();
Aspire.Hosting.Dotnet (1)
DotnetProjectHostingExtensions.cs (1)
436target.ExcludeKestrelEndpoints = source.ExcludeKestrelEndpoints;