Commit Graph

9 Commits (707cadd9a2b020aa9455fe53adb388713eddd8a3)

Author SHA1 Message Date
Luke Latham d0ab5e5f44 Add namespace to Generic Host example (#14852) 2019-10-05 15:36:18 -10:00
Tom Dykstra b0c139f192
Generic Host 3.0 update (#13072) 2019-07-09 08:39:55 -07:00
Luke Latham 0ea501cde5
Generic Host topic+sample to 2.2 (#11766) 2019-03-31 12:11:48 -05:00
Luke Latham 1f3698ba45 List default services for Generic Host (#9061)
Fixes #8893 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-2.1&branch=pr-en-us-9061)

* Remove Logging from service config (given it's a default service).
* List the default services (too literal here? ... trimming needed??? 🔪)
2018-10-17 19:58:19 -05:00
Maxim Kornilov eb767b9464 Use the correct type as a parameter for the generic (#8724) 2018-09-26 20:54:56 -05:00
Mike McFarland d698d150e0 Fixed invalid variable name in generic host snippet (#7347)
Snippet `ConfigureAppConfiguration` in the generic host fundamental page was referencing an invalid variable name in the context of the scope. Updated to use the correct variable name.
2018-06-28 09:53:49 -05:00
Miroslav Popovic b3366bba2b Fix a typo in service container registration sample (#7324) 2018-06-27 08:28:18 -05:00
Luke Latham 3ef776e724 Improve environment variable coverage (#7092)
Fixes #6760 

The goals are ...

* Surface that env vars aren't added by default with the Generic Host.
* Describe `AddEnvironmentVariables`.
* Deal with env var prefix issue.
* Explain how to set env vars for dev (shoot reader to *Multiple environments* topic for more info). Mention VS, command-line, and VSC config.
* Add VSC example to the *Multiple environments* topic.
* Update the sample app and snippets for the topic.
2018-06-19 09:47:55 -05:00
Luke Latham 7c30c9bdf7
Host updates (Generic Host topic) (#6428) 2018-05-16 16:09:24 -05:00