Scott Register
e4c547e197
Balance Parentheses ( #1605 )
...
Small typo fix
2016-07-05 09:22:16 -06:00
Zeke Lu
00aac4dff3
fix a small typo in intro.rst ( #1615 )
...
remove the word "the"
2016-07-05 09:15:25 -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
Cesar Blum Silveira
1f83249f95
Update tutorial on Azure publishing in Visual Studio. ( #1602 )
2016-07-01 18:06:39 -07:00
Rick Anderson
bce55bdef5
fix index ( #1601 )
2016-07-01 16:15:44 -07:00
Rick Anderson
25ae5a928b
fix dirs ( #1600 )
...
Add an optional extended description…
2016-07-01 16:05:51 -07:00
Rick Anderson
89655014f9
fixes 1592 ( #1597 )
2016-07-01 12:51:25 -07:00
stukselbax
2916bb2d55
Typo fixed ( #1593 )
...
Add an optional extended description…
2016-07-01 10:38:17 -07:00
Søren Pedersen
bf87d35ecd
Fix tools example ( #1595 )
...
Add an optional extended description…
2016-07-01 10:35:47 -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
Steve Smith
5ca9be38cd
Fix typos
...
Per @Eilon
2016-06-30 20:20:35 -04:00
Steve Smith
7af5bdd8f6
Views Overview (RTM Branch) ( #1588 )
...
Provides an overview of views and how to work with them.
2016-06-30 17:40:30 -04:00
Anton
0bc4e98951
AuthorizationHandler<T>.Handle -> HandleRequirementAsync ( #1575 )
...
Change to `AuthorizationHandler<T>.Handle` to `HandleRequirementAsync`
34ee0212d0/src/Microsoft.AspNetCore.Authorization/AuthorizationHandler.cs
2016-06-30 14:12:07 -07:00
gitchomik
0d6d6ad4a2
Coping files from share to Windows locations ( #1583 )
...
Coping aspnetcore.dll, aspnetcore_schema.xml from file share to valid Windows locations.
2016-06-30 11:57:20 -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
Fabian Parzefall
666e0beff6
Fixed code snippet include in first Web API tutorial ( #1578 )
2016-06-30 10:29:12 -04:00
Sourabh Shirhatti
5ab5d8d0ff
ANCM schema changes
2016-06-29 10:44:21 -07:00
RachelAppel
d968bb3e3f
link modifications
2016-06-29 13:03:28 -04:00
RachelAppel
f5136cd63f
changed link
2016-06-29 13:03:27 -04: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
RachelAppel
4a6e71218b
modifications
2016-06-29 13:03:25 -04:00
RachelAppel
ba8bf4d016
fix links again
2016-06-29 13:03:24 -04:00
RachelAppel
afe2c11e11
fix link
2016-06-29 13:03:23 -04:00
RachelAppel
535485de40
Update unit testing for RTM
2016-06-29 13:03:22 -04:00
RachelAppel
1430cae477
Update unit testing for RTM
2016-06-29 13:03:21 -04:00
damccull
2daba238cd
Fix code block on line 36 so it renders properly. ( #1574 )
2016-06-29 09:45:48 -07:00
Jonas Bush
4fc55657fd
Fix typo in start-mvc.rst ( #1566 )
...
Change "theses" to "these"
2016-06-28 16:33:23 -07:00
Jensen
8b9cc19d53
Fix non-compiling code sample. ( #1562 )
...
Add an optional extended description…
2016-06-28 13:04:36 -07:00
Victor Hurdugaci
e4c770d2d0
Update dotnet-watch.rst
...
Since this doc exists only in dev, there's a broken link pointing to master.
2016-06-28 14:44:20 -04:00
Rick-Anderson
79ee7cb14a
fix build
2016-06-28 14:40:46 -04:00
Victor Hurdugaci
2761359329
dotnet-watch tutorial
2016-06-28 14:40:46 -04:00
Kiran Challa
3f485f215c
Fixing Testing Controller sample ( #1541 )
2016-06-28 09:58:48 -07:00
Søren Pedersen
41b8f93c66
Fix example that uses a custom requirement ( #1553 )
2016-06-28 09:58:05 -07:00
amankhoza
9dd45efd39
Update adding-view.rst ( #1555 )
...
Grammatical error - missing word
2016-06-28 09:15:10 -07:00
Luke Latham
502e5f0631
Update publish-iis tooling code block ( #1547 )
2016-06-28 08:44:41 -07:00
Travis Boatman
ce2bb4d36e
Clarify Tooling Commands ( #1552 )
2016-06-28 08:43:24 -07:00
Andrew Stanton-Nurse
f50adcbc63
Update servicing.rst ( #1551 )
2016-06-27 20:33:52 -07: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
Steve Smith
d36a05eeb0
Formatting Response Data ( #1327 )
...
* Formatting Response Data
* Formatting Response Data
* Adding sample project
* format-specific action results done with code and screenshots
* small progress
* Cleaned up document after rebase on RC2 master.
* Updated sample to RC2
* Adding search method which uses Ok and NotFound
* Working on Conneg section
* Working on response format url mappings.
* Ready for review
* Responding to feedback
* Responding to feedback
* Fixing typo
* Fixing link
* Fixing (another) link
2016-06-27 16:46:53 -07:00
Daniel Roth
053c237fb5
Update .NET Core Windows Server Hosting installer link ( #1544 )
2016-06-27 15:32:34 -07:00
Eilon Lipton
23350aaaba
Update 'partial' topic to .NET Core RTM ( #1538 )
...
* Update 'partial' topic to .NET Core RTM
* Remove 'both'.
2016-06-27 15:04:33 -07:00
Rick Anderson
5ee980aecf
remove conceptual ( #1535 )
...
* remove conceptual
* move api
* fix stuff
* INtroduction
2016-06-27 15:04:08 -07:00
Daniel Roth
3424d5e985
Update rc1-to-rtm.rst ( #1539 )
2016-06-27 15:03:38 -07:00
Crystal Qian
1d61f41d06
Update class name in authoring.rst ( #1537 )
2016-06-27 15:02:20 -07:00
danroth27
638cd89198
Merge branch 'dev'
2016-06-27 11:06:00 -07:00
Rachel Appel
c4fd5ee8d1
Fixed API ref links in OWIN doc ( #1534 )
2016-06-27 10:51:03 -07:00
Kiran Challa
44844189d5
Fix to link generation ( #1533 )
2016-06-27 10:50:03 -07:00
Rachel Appel
1e3b2a28a6
Fix API ref links in filters doc ( #1532 )
2016-06-27 10:48:28 -07:00
danroth27
9383b441da
Merge branch 'dev'
2016-06-27 08:54:22 -07:00