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