Luke Latham
a417ad96a6
App key/name enhancements to host topics ( #7493 )
2018-07-06 13:12:11 -05:00
Luke Latham
e98a4ec6bc
Update Handle Errors topic sample to 2.1 ( #7479 )
2018-07-06 10:51:29 -05:00
Luke Latham
ee6cf413ad
Move settings files update ( #7472 )
2018-07-05 19:29:57 -05:00
Luke Latham
ca3da662a4
Environments sample 2.1 update ( #7437 )
2018-07-03 13:00:07 -05:00
Rick Anderson
7ead88e4e0
Update localization.md ( #7436 )
2018-07-03 11:38:37 -06:00
Rachel Appel
3561947702
modify websockets doc to reflect signalr core status ( #7433 )
2018-07-03 12:44:07 -04:00
Liqueur Librazy
ff6c4229a2
Introduce Microsoft.AspNetCore.App metapackage instead of All in fundamentals/index.md ( #7368 )
...
`Microsoft.AspNetCore.App` metapackage is recommend for applications targeting ASP.NET Core 2.1.
2018-07-02 09:58:43 -05:00
Cory Kroll
85b848498e
Note Styling ( #7393 )
2018-06-30 10:38:29 -05:00
Luke Latham
24e5e00713
Logging topic enhancements ( #7386 )
...
Fixes #7371
[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/index?view=aspnetcore-1.0&branch=pr-en-us-7386 )
Will be doing more to this topic when it comes up for the sample update. For now, surface more info on the appsettings config, update info on `IncludeScopes`, and drop the tabs.
For engineering review, the main update is the section that starts at Line 74.
Thanks @totht91 for surfacing the lack of coverage here. 🎸
2018-06-29 15:17:11 -05:00
Luke Latham
30aad6a66f
Enhance settings file content in options topic ( #7383 )
...
Fixes #7377
Thanks @andriialbumentormate for opening the issue. 🏎
2018-06-29 13:53:43 -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
Luke Latham
c463823011
Add AI SDK trace logging wiki link to Logging ( #7321 )
2018-06-27 12:57:04 -05:00
Miroslav Popovic
b3366bba2b
Fix a typo in service container registration sample ( #7324 )
2018-06-27 08:28:18 -05:00
Miroslav Popovic
04f7493738
Fix another typo in text for IApplicationLifetime interface ( #7325 )
2018-06-27 08:26:23 -05:00
Luke Latham
4ced417e0f
Update PerfView link ( #7315 )
2018-06-26 19:47:14 -05:00
Scott Addie
d9e0e596a7
Update IHttpClientFactory sample app to 2.1 RTM ( #7243 )
...
* Update IHttpClientFactory sample app to 2.1 RTM
* Add API ref link
* Update date
2018-06-22 11:49:10 -05:00
davidich
241e75df8e
Update routing.md ( #6825 )
...
* Update routing.md
Routing won't work with an example provided in that doc. Change '/Products/5' to '/en-US/Products/5'
* Minor verbiage tweaks
2018-06-21 15:22:37 -07:00
Luke Latham
eef1521324
Update Multiple environments topic ( #7148 )
2018-06-21 12:32:07 -05:00
Luke Latham
f58d010a92
Fix code block link ( #7183 )
2018-06-20 11:23:14 -05:00
Scott Addie
675e659111
Metadata updates for ASP.NET Core fundamentals docs ( #7181 )
2018-06-20 11:11:27 -05:00
Rick Anderson
fe5145e6c6
Resevered routing names ( #6891 )
...
* Resevered routing names
* Update routing.md
* Update routing.md
2018-06-19 13:46:05 -07:00
Scott Addie
645d057bbb
Metadata updates for the Razor Pages docs ( #7127 )
...
* Metadata updates for the Razor Pages docs
* Update sample download links
* Change uid values
* Remove unnecessary redirection rule
* Fix date metadata warnings
* Add redirect entries
* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Luke Latham
df572aa412
Improve web host configuration content ( #7098 )
2018-06-19 12:43:41 -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
898f5e6c8c
Session and app state topic overhaul ( #7029 )
...
* Session and app state topic overhaul
Update
Updates
* React to feedback
* Updates
* Add info on the ISession extension methods
* Drop App package of last commit for 1.x
* Updates
* Session not supported by SignalR
* Enhance SignalR NOTE
* React to feedback
2018-06-19 09:40:25 -05:00
Rick Anderson
e398337550
Update metapackage-app.md ( #7109 )
2018-06-18 16:46:11 -07:00
Alfred Myers
5b42402090
Minor tweaks ( #7119 )
...
When creating a new PR, please do the following and delete this template text:
* Reference the issue number if there is one:
Fixes #Issue_Number
> The "Fixes #nnn" syntax in the PR description causes
> GitHub to automatically close the issue when this PR is merged.
2018-06-18 17:59:49 -05:00
Luke Latham
886c8aa707
Update configuration samples ( #7094 )
2018-06-16 17:00:34 -05:00
Rick Anderson
a1899b46ee
Add GELF to list of 3rd party loggers ( #7066 )
...
* Add GELF to list of 3rd party loggers
* Alphabetize
2018-06-14 18:31:35 -07:00
Luke Latham
4ea8ca22cc
Link to URL Rewriting Middleware ( #7062 )
2018-06-14 15:12:40 -05:00
Luke Latham
c18f29fb55
Host in a Windows Service update ( #7048 )
2018-06-14 12:37:38 -05:00
Rick Anderson
ed7e1b99e3
Update index.md ( #7038 )
2018-06-14 08:25:51 -07:00
Luke Latham
d3ab1e30f3
Update dev-certs tool link ( #7030 )
2018-06-13 15:47:14 -05:00
Luke Latham
197fd1c607
Order of IHostingStartup Configure calls ( #6969 )
2018-06-12 14:42:40 -05:00
davidich
bf2248ea85
Update route.md ( #6826 )
...
Remove invalid route example: '/files/myFile.' as the router doesn't match it.
2018-06-11 15:38:31 -05:00
Daniel Moncada
1afce7712f
fix logger type in LifetimeEventsHostedService example ( #6987 )
2018-06-11 13:25:36 -05:00
Greg Ingram
3fc974194c
Update hosted-services.md ( #6983 )
2018-06-11 07:49:26 -05:00
Luke Latham
49f06eedc5
Update Options topic sample links ( #6936 )
2018-06-07 22:24:10 -05:00
Luke Latham
be7b564cd7
Repair Configuration index page sample links ( #6934 )
2018-06-07 22:06:05 -05:00
Luke Latham
f24f625478
Update Generic Host language ( #6922 )
2018-06-07 12:55:07 -05:00
Luke Latham
b84e28f124
Use AddHostedService ( #6901 )
2018-06-06 14:49:41 -05:00
Luke Latham
13865e46a8
Update appsettings.json for logging topic ( #6884 )
2018-06-05 15:10:37 -05:00
Avinash Barnwal
adf9e21e06
Update index.md ( #6877 )
2018-06-05 14:13:08 -05:00
Luke Latham
b1c6b25eda
Package language updates ( #6824 )
2018-06-02 19:04:59 -05:00
Luke Latham
f350475938
2.1 Sample Updates (Round 5) ( #6803 )
2018-06-01 22:36:04 -05:00
Luke Latham
a1b473ab4d
Enforce HTTPS update ( #6793 )
2018-06-01 17:18:56 -05:00
Marcel Kirchhoff
c6a7a5b5c9
Fixed typo ( #6780 )
2018-06-01 05:27:49 -05:00
Edward Brey
a9542fafe8
Fix link to metapackage ( #6775 )
...
The link in the note that was supposed to be to the new metapackage was instead to the same page that contained the note.
2018-05-31 20:47:34 -05:00
Rick Anderson
d5676673d9
Test PR ( #6774 )
2018-05-31 15:17:24 -10:00
Luke Latham
2c93f15b02
2.1 Sample Updates (Round 4) ( #6771 )
2018-05-31 20:03:31 -05:00