-
Notifications
You must be signed in to change notification settings - Fork 4
Add Hosting for Encapsulating an App's Resources and Lifetime #16
Copy link
Copy link
Open
Labels
Priority: CriticalThe issue or pull request has a critical priority.The issue or pull request has a critical priority.Type: DocumentationThe issue or pull request concerns the updating or adding of content to the documentation.The issue or pull request concerns the updating or adding of content to the documentation.Type: ImplementationThe issue or pull request concerns the implementation of a new feature.The issue or pull request concerns the implementation of a new feature.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Priority: CriticalThe issue or pull request has a critical priority.The issue or pull request has a critical priority.Type: DocumentationThe issue or pull request concerns the updating or adding of content to the documentation.The issue or pull request concerns the updating or adding of content to the documentation.Type: ImplementationThe issue or pull request concerns the implementation of a new feature.The issue or pull request concerns the implementation of a new feature.
Use the
Microsoft.Extensions.HostingNuGet package to create a custom application builder and application to allow users to configure dependency injection, logging and configuration, and add handlers to application lifecycle events. This should mirror the way that ASP.NET Core handles hosting.