Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split dynamic loading section into separate document #6896

Closed
davidfowl opened this issue Jun 6, 2018 — with docs.microsoft.com · 3 comments
Closed

Split dynamic loading section into separate document #6896

davidfowl opened this issue Jun 6, 2018 — with docs.microsoft.com · 3 comments
Assignees
Labels
Pri1 Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

Copy link
Member

This document describes how to use IHostingStartup in a completely dynamic way but fails to describe the HostingStartup assembly attribute that can point to types in existing referenced libraries. https://github.com/aspnet/Hosting/blob/8377d226f1e6e1a97dabdb6769a845eeccc829ed/samples/SampleStartups/StartupInjection.cs#L8

We should talk to about the IHostingStartup feature, what it does and then describe the various ways to consume it starting from the very simple attribute to the dynamic additional deps way.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@davidfowl
Copy link
Member Author

Also how did this topic end up under Configuration? It's a hosting feature and has nothing to do with configuration. We should move it as well.

@guardrex guardrex self-assigned this Jun 6, 2018
@guardrex guardrex added the Pri2 label Jun 6, 2018
@guardrex
Copy link
Collaborator

guardrex commented Jun 6, 2018

@davidfowl Move it to the Host node? https://docs.microsoft.com/aspnet/core/fundamentals/host

Offline answer: Yes

@scottaddie scottaddie added the Source - Docs.ms Docs Customer feedback via GitHub Issue label Jun 6, 2018
@guardrex
Copy link
Collaborator

guardrex commented Jun 9, 2018

Also need to describe the new exclusion machinery. aspnet/Hosting#1243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pri1 Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

4 participants