Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Move some WebHostBuilderExtensions to Hosting.Abstractions #675

Closed
@Tratcher

Description

@Tratcher

IISIntegration was able to depend just on Hosting.Abstractions until it called CaptureStartupErrors.

Move extensions that may be used by extensions from other packages and not just app code. E.g:

  • UseConfiguration
  • CaptureStartupErrors
  • UseEnvironment
  • UseUrls
  • Start

Don't move:

  • UseStartup
  • UseDefaultHostingConfiguration
  • UseServer? - What if I wanted a UseKestrel extension?
  • UseContentRoot
  • UseWebRoot

https://github.com/aspnet/Hosting/blob/dev/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs

@JunTaoLuo @davidfowl

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions