Artiom Chilaru
36fc584925
Bugfix/routing regex ( #1738 )
...
* Fix the regex route in Startup.cs
* Fix the regex route in routing.rst
2016-08-01 13:02:31 -07:00
Charmis Varghese
ae710428b6
Typo "genenerate" fixed.
2016-07-29 15:36:59 -04:00
Borislav Kosharov
20c866bd53
fix MapDelete typo ( #1736 )
...
MapRoute was listed twice and MapDelete wasn't listed
2016-07-28 14:06:31 -07:00
Simone Chiaretta
9569a559df
Removed reference to IApplicationEnvironment ( #1726 )
...
IApplicationEnvironment doesn't exist anymore: https://github.com/aspnet/Announcements/issues/171
2016-07-26 12:04:50 -07:00
Aftab Ansari
46a1f69c38
QueryString---->query string. ( #1719 )
...
Add an optional extended description…
2016-07-25 10:59:37 -07:00
Nicholas Blumhardt
7326259199
Add available logging providers ( #1699 )
2016-07-21 12:06:12 -07:00
Dong Liu
f6d4f54ab0
Fix logging console log image. ( #1701 )
2016-07-21 11:44:21 -07:00
Daniel Roth
f5584257f4
Remove Mono ( #1688 )
2016-07-15 13:49:24 -07:00
Daniel Roth
757722e419
Clarify guidance for using Kestrel ( #1686 )
...
* Clarify guidance for using Kestrel
Eventually we will have a complete discussion of Kestrel and ASP.NET hosting (#929 ), but adding a warning to the Servers doc for now.
* Doc cleanup
* Update servers.rst
2016-07-15 13:05:47 -07:00
Derek
b7c231160e
Update configuration.rst ( #1669 )
...
- Make it a little more obvious that `IConfigureOptions<TOptions>` can be implemented in order to configure some options using things from the service container.
- Correct the reference to the extension method used to register an instance of `IConfigureOptions<TOptions>`.
- Fix a grammatical error.
2016-07-15 12:53:22 -07:00
Zeke Lu
169da99c89
several minor fixes ( #1656 )
2016-07-12 16:44:19 -07:00
Troy Dai
b121a9b57c
Fix configuration sample ( #1649 )
2016-07-10 11:39:11 -06:00
Chad Wach
7c3e766b79
Response location missing My prefix ( #1647 )
2016-07-09 14:29:40 -06:00
Zeke Lu
9d52cbae8c
fix the un-fixed merge conflict ( #1641 )
...
The merge conflict is not fixed when merging the PR #1613
2016-07-08 13:27:30 -06:00
Rick Anderson
4f42dbd198
Ryan updates/rick UE edit ( #1636 )
2016-07-07 14:47:40 -06:00
Daniel Llewellyn
3e4ba2bebe
Show how to bind options to a specific config section
...
- fixes issue #867 .
- Based on suggested code from @danroth27.
2016-07-07 10:58:24 -04:00
Zeke Lu
8f2e51fd35
fix the issue that the code doesn't do as stated in the doc ( #1616 )
...
The doc states that:
the value of Option1 is overridden by the configured delegate
with the value “value1_from_action”
In order to make this statement true, the configurd delegate should be put last.
This issue is introducted by PR #1331
2016-07-06 12:15:56 -06:00
Zou Jian
555025711a
Typos lamba expression=> lamdba expression ( #1629 )
2016-07-06 11:38:32 -06:00
Rick Anderson
ec3900547a
Update startup.rst ( #1624 )
2016-07-06 11:35:14 -06:00
Zeke Lu
7247df37e0
the sample does not configure AppSettings any more ( #1628 )
2016-07-06 09:37:35 -06:00
Johannes Rudolph
2fa403e3d2
IApplicationEnvironment is now longer available in Startup ( #1603 )
...
See https://docs.asp.net/en/latest/migration/rc1-to-rtm.html#hosting-service-changes
2016-07-02 11:50:53 -07:00
David Moore
e6bae0e3c7
Small typo in static-files.rst ( #1590 )
...
Changed "severed" to intended "served"
2016-06-30 20:52:13 -07:00
Chris R
842dc35bb2
Update the OWIN doc and samples for 1.0.0 ( #1564 )
...
* Update the OWIN doc and samples for 1.0.0
* word smith
* last fix
2016-06-30 11:00:07 -07:00
RachelAppel
819a908b81
Revert "links"
...
This reverts commit 2ca29c4552
.
2016-06-29 13:03:26 -04:00
RachelAppel
6cb37edb59
links
2016-06-29 13:03:25 -04:00
Andrew Stanton-Nurse
8c8771f2b7
update environments article
...
* update screenshots
* update environment variable name
* add note regarding legacy environment variable name
* remove convention-based Startup example (it seemed unnecessary and added to maintenence burden)
* changed code snippets to use markers
* API-linkified references to APIs
Update environments.rst
2016-06-27 20:21:02 -04:00
Rick Anderson
5ee980aecf
remove conceptual ( #1535 )
...
* remove conceptual
* move api
* fix stuff
* INtroduction
2016-06-27 15:04:08 -07:00
Rachel Appel
c4fd5ee8d1
Fixed API ref links in OWIN doc ( #1534 )
2016-06-27 10:51:03 -07:00
Andrew Stanton-Nurse
0566cbd11c
update configuration samples and docs
2016-06-27 08:49:37 -07:00
Troy Dai
9df28d2f98
Update session sample and documentation ( #1517 )
2016-06-27 08:29:35 -07:00
Daniel Roth
08cefb4ec7
Add version warning extension ( #1523 )
2016-06-26 01:29:27 -07:00
Pavel Krymets
35072bdf7c
Fix static files samples and docs ( #1511 )
2016-06-25 12:13:50 -07:00
Pavel Krymets
bda750bde7
Migrate middlware docs ( #1513 )
2016-06-25 11:08:06 -07:00
Cesar Blum Silveira
3e03bf4d1e
Update screenshots in Configuration. ( #1519 )
2016-06-25 11:01:35 -07:00
Cesar Blum Silveira
3f4ca79ee9
Update Configuration samples. ( #1518 )
2016-06-24 22:34:45 -07:00
Rick Anderson
912787d661
Fix link in app state article ( #1507 )
2016-06-24 14:04:00 -07:00
Rick Anderson
d8e40ce83a
fix link ( #1505 )
...
Add an optional extended description…
2016-06-24 13:09:35 -07:00
Daniel Roth
397d035aba
Fix broken links ( #1504 )
2016-06-24 12:43:10 -07:00
Daniel Roth
1cf193e0c0
Update api ref docs for 1.0.0 ( #1497 )
...
* Update api ref docs for 1.0.0
* Fix UseWebRoot link
* Enable nit-picky mode
2016-06-24 11:07:05 -07:00
Daniel Roth
5837fb8137
Update common samples to 1.0.0 ( #1480 )
...
* Update common samples
* Update bundling and minification to not use common samples
* Fix line numbers in DI
* Remove line numbers from environments doc
* Remove line numbers from middleware article
* Simplify paths to common samples
2016-06-23 15:49:29 -07:00
Rick Anderson
d2f81fdc6b
Update index.rst
...
moved from error handling doc to model validation (#1413 )
Add an optional extended description…
Remove imports statements from project.json (#1428 )
* remove imports from code
* change imports in project.json
Changed error handling doc to UseKestrelHttps to KestrelServerOptions.UseHttps
2016-06-23 17:15:01 -04:00
RachelAppel
42a832834f
Change Hosting:Environment to ASPNETCORE_ENVIRONMENT
2016-06-23 15:39:37 -04:00
Rick Anderson
67c7d8fd73
remove diagnoistics ( #1451 )
...
* remove diagnoistics
* remove diagnoistics 2
* fix ref
* fix
2016-06-23 11:56:43 -07:00
Cesar Blum Silveira
b48611fffd
Scopes are created by calling BeginScope. ( #1434 )
2016-06-23 11:13:58 -07:00
Cesar Blum Silveira
9939a5885f
Update logging code sample. ( #1437 )
2016-06-23 11:13:24 -07:00
Cesar Blum Silveira
a014f47540
Reword paragraph about LogLevel overloads to Log. ( #1444 )
2016-06-23 11:12:41 -07:00
Cesar Blum Silveira
8b946f06a8
Elaborate on logger configuration methods provided by each logger.
2016-06-22 16:08:23 -07:00
Cesar Blum Silveira
4bbc54a20b
Update screenshots containing console logger output. ( #1432 )
...
Add an optional extended description…
2016-06-22 10:16:13 -07:00
Cesar Blum Silveira
ca878b63fa
Add missing period. ( #1438 )
2016-06-22 09:58:17 -07:00
Cesar Blum Silveira
74ed6b8844
Update eventId argument type to EventId. ( #1433 )
2016-06-22 09:45:35 -07:00