Commit Graph

1044 Commits (4adae42e4fc3cdfb0b6b62d38280af77b5d63d7d)

Author SHA1 Message Date
雨宮丶優子 db06e05a5e Fill filter attributes (#1607)
* Fill filter attributes

* Fixed wrong links
2016-07-07 13:42:02 -06:00
Cristian Pop 0af4cab2d9 Adding reference to IISIntegration in the IIS docs (#1609)
* Adding reference to IISIntegration in the IIS docs

The application is required to inject the IISIntegration module. This is not obvious for an ASP.Net Core beginner.
Added the error to the troubleshooting guide.

* Addressing PR comments.

* Addressing PR comments (2)
2016-07-07 13:41:50 -06:00
Lewis Cowles 2312353206 Updated to reflect output of dotnet new (#1631)
* Updated to reflect output of dotnet new

dotnet new seems to produce different output now, this is how it looks from a fresh install this AM

* Updated emphasis of project.json

Updated emphasis of project.json to reflect changes in project.json
2016-07-07 11:02:56 -04: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
RachelAppel 07a4dff1b9 Merge branch 'master' of http://github.com/aspnet/docs 2016-07-06 14:42:33 -04:00
RachelAppel cdea997671 link fix 2016-07-06 14:38:09 -04:00
Aligned 0ac51ef263 Update rc2-to-rtm.rst
fixed formating after comments
2016-07-06 14:38:09 -04:00
Aligned e1962509f1 Update rc2-to-rtm.rst
install comment and global.json note.
2016-07-06 14:38:08 -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
Thiago Majesk Goulart 1955e4609d Update cookie.rst (#1621)
Added explicity description to show that the authentication middleware configuration should be done before Mvc. Avoiding trouble for new users that don't fully understand how the configuration flow works.
2016-07-06 11:37:48 -06:00
Rick Anderson ec3900547a Update startup.rst (#1624) 2016-07-06 11:35:14 -06:00
Pavel Nezhencev 227d8618e5 Fix TodoController Create response
Replaces CreatedAtRoute by CreatedAtAction call, as we use action name in arguments.
2016-07-06 12:48:58 -04:00
Stefan Buehler ca5043f132 fix HtmlHelper method names (#1618) 2016-07-06 09:45:45 -06:00
David Moore 72caeff21b Tiny typo in cors.rst (#1622) 2016-07-06 09:40:26 -06:00
Crystal Qian 9a960682f6 Revised InvokeAsync calls (#1623) 2016-07-06 09:39:38 -06:00
Zeke Lu 7247df37e0 the sample does not configure AppSettings any more (#1628) 2016-07-06 09:37:35 -06:00
Daniel Llewellyn 4e5c3685ab Add link to latest release notes
- fixes #235
2016-07-05 15:55:04 -04:00
Tatsuro Shibamura 2f4701c538 Fix curly braces. (#1606) 2016-07-05 10:24:12 -06:00
Daniel Llewellyn 4c04a3458e Fix incorrect UseCookieAuthentication code snippet (#1611)
Replace lambda argument to `app.UseCookieAuthentication()` with instantiation of a `new CookieAuthenticationOptions()` object.
2016-07-05 09:28:08 -06:00
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
John Luo 4e1e76ea5b Update response caching doc and sample (#1582) 2016-06-30 14:35:38 -07:00
Steve Smith cff1b9e6d2 Views Overview (#1509)
Introduces Views and how to work with them.
2016-06-30 17:33:18 -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
Kiran Challa 651c8c020f Document .Net CLI issue workaround on Nano (#1586) 2016-06-30 11:46:54 -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
Kiran Challa bf82afdf38 Fixed area link code (#1585)
Add an optional extended description…
2016-06-30 10:34:35 -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
John Luo 7f45356770 Update MVC Controller Dependency Injection doc and samples (#1565) 2016-06-28 21:35:29 -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
Victor Hurdugaci f1603d2025 dotnet-watch tutorial (#1515)
* dotnet-watch tutorial

* fix build
2016-06-27 20:32:01 -07:00
Rick Anderson 2ee4f18b03 Update rc1-to-rtm.rst (#1549) 2016-06-27 20:30:03 -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
Troy Dai 679edf025a Update azure continuous deployment doc (#1536) 2016-06-27 15:05:38 -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
Ajay Bhargav Baaskaran 9c682c7c01 Updated FormsTH sample (#1540)
* Updated FormsTH sample

* Missed change
2016-06-27 15:01:32 -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
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
Cesar Blum Silveira a6f25eda28 Update RC1 migration guide with migration to 1.0.0 content. (#1485)
* Update RC1 migration guide with migration to 1.0.0 content.

* Rename rc1-to-rc2.rst to rc1-to-rtm.rst.

* Add document for migration from RC2.

* Tools can be specified without imports.

* fix break

* fix breaks build

* clean up first part

* clean up first part 2

* clean up first part 3

* respond to eilon and final cleanup

* rowan link and json

* fix
2016-06-27 08:28:38 -07:00
danroth27 b03b901687 Update account confirmation article version to 1.0.0-rc2 2016-06-27 08:18:45 -07:00
danroth27 eb6fc8de7d Remove old account confirmation sample 2016-06-27 08:18:45 -07:00
Scifoni Ivano a28d47e61c AccConfirm sample converted to Core 1.0.0-RC2 2016-06-27 08:18:45 -07:00
Daniel Roth 0d6ec4b7fb Revert "Update account confirmation article to RC2" (#1530) 2016-06-27 08:17:42 -07:00
Daniel Roth 7025444d45 Update account confirmation article to RC2 (#1529)
* AccConfirm sample converted to Core 1.0.0-RC2

* Remove old account confirmation sample

* Update account confirmation article version to 1.0.0-rc2
2016-06-27 08:15:07 -07:00
Doug Bunting 350b3fc390 Get validation sample working (#1506)
Get validation sample working
- add files needed to complete the sample
- implement rc2 (and later) `IClientModelValidator` interface
- remove validation TODOs; implement them for real
- remove unused `Movie` properties
- remove and sort `using`s
- adjust `validation.rst` to match new sample
- correct a couple of small typos
- use sample files instead of code blocks where possible
- addresses the remaining bits of #1154
2016-06-27 06:54:33 -07:00
John Luo a5723214ca Update integration testing doc and samples (#1526) 2016-06-27 06:46:07 -07:00
Kiran Challa a4f5cb89c2 Fixing "ASP.NET Core on Nano Server" tutorial 2016-06-26 23:28:23 -07:00
Daniel Roth 08cefb4ec7 Add version warning extension (#1523) 2016-06-26 01:29:27 -07:00
Rick Anderson 3803318aae Guardrex/publishing to iis fix table (#1522)
* Fix wide table

Fix table format

* table fix
2016-06-25 13:20:54 -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
Pranav K 9b709582ee Update sample to work with RTM (#1516)
Modify sample for dependency-injection
2016-06-24 17:23:19 -07:00
BrennanConroy d2eebd2e58 Update DataProtection (#1495) 2016-06-24 17:13:45 -07:00
danroth27 3730a4df49 Merge branch 'master' into dev 2016-06-24 16:53:49 -07:00
Rick Anderson 912787d661 Fix link in app state article (#1507) 2016-06-24 14:04:00 -07:00
あまみや ゆうこ 537c0e066d Update entity-framework-6.rst (#1493) 2016-06-24 13:50:45 -07:00
Luke Latham 57d11bb81d How Web Publishing In VS Works update image (#1501) 2016-06-24 13:49:17 -07:00
Rick Anderson d8e40ce83a fix link (#1505)
Add an optional extended description…
2016-06-24 13:09:35 -07:00
Daniel Roth 4b429e02fc Fix broken WebHostBuilder link (#1503) 2016-06-24 12:43:23 -07:00
Daniel Roth 397d035aba Fix broken links (#1504) 2016-06-24 12:43:10 -07:00
Daniel Roth bdf66eeccd Update controller-methods-views.rst (#1502) 2016-06-24 11:48:29 -07:00
Ajay Bhargav Baaskaran 821fa1c48c Update TagHelpers intro doc and sample (#1491)
* Update TagHelpers doc and sample

* Reverted some changes
2016-06-24 11:47:45 -07:00
Pranav K 24662a1fbb Minor cleanup for Adding View (#1498)
* Minor cleanup for Adding View

* fix link

* fix link
2016-06-24 11:43:57 -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
Troy Dai e15d86c926 Update Unit Testing Samples (#1499)
1. aspnet1 feed is added to NuGet.config temporarily
2. final dotnet-test-xunit version is not determined
2016-06-24 10:47:33 -07:00
Chris R 399eb348ed Update the webroot description (#1500)
* Update the webroot description

* Add a comma
2016-06-24 10:45:41 -07:00
Luke Latham e473651963 Fix broken table (#1494) 2016-06-24 08:36:42 -07:00
Rick Anderson affe6e90bf start of search (#1457)
* start of search

* finished search

* final
2016-06-24 08:35:46 -07:00
Eilon Lipton cf3a12e16a Update MVC layouts topic (#1489) 2016-06-23 22:50:57 -07:00
Luke Latham fb3cd19781 Update Publish to IIS doc (#1446)
* Delete basicsettingscontextmenu.png

* Add files via upload

* Initial update

* Add dotnet not on PATH to Troubleshooting

* Correct path backslashes to double-backslashes

* "json" couldn't be designated for code-block
2016-06-23 19:05:04 -07:00
Chris R c9fcad4fdb Fix caching sample test project (#1490) 2016-06-23 17:39:43 -07:00
Kiran Challa 826be1ba54 Fixing FiltersSample (#1488)
* Fixing FiltersSample

* updated
2016-06-23 17:33:14 -07:00
Hao Kung 5a0e313b6d project => secrets.json (#1484) 2016-06-23 16:22:52 -07:00
Rachel Appel be2434e885 Updated Migrating Auth doc to Core MVC (#1474)
* Updated Migrating Auth doc to Core MVC

* quick fix
2016-06-23 15:58:24 -07:00
Rachel Appel 661f7fa948 Update WebAPI Migration doc (#1479) 2016-06-23 15:57:25 -07:00
Chris R 090db3acb8 Update memory cache sample and docs (#1481)
* Update the memory cache sample to RC2

* Update the memory cache docs
2016-06-23 15:52:12 -07:00
Hao Kung b6f1d7b518 Authorized => Authenticated (#1477) 2016-06-23 15:50:15 -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
Ryan Brandenburg fb500e9dbb Update First Web API (#1475) 2016-06-23 15:46:46 -07:00
Barry Dorrans cfe441c97f Add func based policy fulfillment (#1478)
* Add func based policy fulfillment

Fixes #1456

* Removing simply
2016-06-23 15:40:01 -07:00
Hao Kung 98f0ef69af Remove old db creation workaround (#1466) 2016-06-23 14:21:46 -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
Hao Kung ea4e414f8e Update note 2016-06-23 14:07:28 -07:00
Hao Kung 338b72ce65 AuthZ updates (#1467) 2016-06-23 13:52:35 -07:00
Hao Kung 19dd439f58 Fix property name 2016-06-23 15:48:53 -04:00
RachelAppel 42a832834f Change Hosting:Environment to ASPNETCORE_ENVIRONMENT 2016-06-23 15:39:37 -04:00
Hao Kung 6d5d5c7f3a Minor code cleanup 2016-06-23 15:36:14 -04:00
Hao Kung df6f6a631c Fix Typo The => Then 2016-06-23 12:16:34 -07:00
Hao Kung 07858c8a35 Handle => HandleReq 2016-06-23 15:04:40 -04:00
Rick Anderson 67c7d8fd73 remove diagnoistics (#1451)
* remove diagnoistics

* remove diagnoistics 2

* fix ref

* fix
2016-06-23 11:56:43 -07:00
RachelAppel 7d3e1f007a fix subtitle formatting 2016-06-23 14:43:53 -04:00
BrennanConroy ad22970a81 Update first mac app 2016-06-23 11:29:58 -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
Hao Kung cc003ce4ff Remove key value pair wording 2016-06-23 14:03:13 -04:00
Hao Kung f9af43995d Wording tweaks 2016-06-23 13:52:55 -04:00
RachelAppel 34cd33d346 quick fix 2016-06-23 13:52:15 -04:00
Hao Kung 96fd151b39 Wording tweaks 2016-06-23 13:52:15 -04:00
Hao Kung 64d5db656d Remove old reference to MVC namespace for Authorize 2016-06-23 10:32:45 -07:00
Rachel Appel a2f965be0f Remove imports statements from project.json (#1428)
* remove imports from code

* change imports in project.json
2016-06-22 17:38:45 -07:00
Rachel Appel b34b36e203 modifications (#1445)
Add an optional extended description…
2016-06-22 17:37:20 -07:00
Rachel Appel e0641ed331 moved from error handling doc to model validation (#1413)
Add an optional extended description…
2016-06-22 17:32:55 -07:00
Cesar Blum Silveira 8b946f06a8 Elaborate on logger configuration methods provided by each logger. 2016-06-22 16:08:23 -07:00
Daniel Roth b709a8c07d Update Getting Started for 1.0.0 release (#1443) 2016-06-22 16:01:34 -07:00
Rick Anderson f1e2b8a531 RTM update of part2 Intro to MVC
more updates
2016-06-22 17:39:40 -04:00
Rick Anderson 87510068d5 Update index.rst 2016-06-22 10:33:31 -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
danroth27 cc312dbdb7 Merge branch 'master' into dev 2016-06-21 15:14:27 -07:00
Eilon Lipton 2e9174eb46 Fix logging filter example 2016-06-21 13:06:01 -04:00
Pranav K a792fb75f9 Cleaning up localization docs (#1414)
Add an optional extended description…
2016-06-21 09:06:12 -07:00
Rachel Appel da72ae7427 fixed code formatting error (#1421) 2016-06-21 08:58:41 -07:00
Aftab Ansari 489b4a872d Angular 2 team has approached RC2 (#1415) 2016-06-20 18:09:59 -07:00
Moshe Gutman b6e4bb5bc7 Update cookie.rst (#1417) 2016-06-20 18:08:50 -07:00
Rick Anderson b61915b259 RTM changes to Intro to MVC part 1 (#1416) 2016-06-20 10:14:03 -07:00
Scott Hanselman bcdc16923a Spelling 2016-06-19 01:02:11 -07:00
Scott Hanselman 45855cb28f Changing configure from ASP.NET 5 to Core 1.0. Fixes PDF TITLE 2016-06-19 00:56:11 -07:00
Daniel Roth 3950df8035 Minor fixup to app state article for RC2 (#1394)
* Minor fixup to app state article for RC2
2016-06-17 15:39:14 -07:00
lambidu cc41d3e846 change EF Identity namespace (#1410) 2016-06-17 10:27:41 -07:00
Daniel Roth 1bf573d8cb Cleanup section heading formatting (#1411)
* Cleanup section heading formatting

* Fix method formatting
2016-06-17 10:24:55 -07:00
Rick Anderson 77b1b3505e kill monster run on sentence in auth/claims.rst (#1401) 2016-06-16 21:26:40 -07:00
Steve Smith 534577f866 Partial Views (#1356)
Fixes #126
2016-06-16 19:35:23 -04:00
Rick Anderson 0d123af253 Update app-secrets.rst 2016-06-16 11:04:52 -07:00
Rick Anderson 7dac924d52 auth intro ASP.NET V5 to Core (#1400) 2016-06-16 10:52:33 -07:00
Daniel Roth 026ca53af9 Update to AuthorizationFilterContext (#1393) 2016-06-16 09:36:55 -07:00
Sébastien Ros 5b18d8e39c React to AuthorizationHandler changes (#1388)
* Update policies.rst

* Updating resource based authorization handler examples
2016-06-16 09:34:29 -07:00
RachelAppel 564699ef28 formatting fixes 2016-06-15 14:42:09 -04:00
RachelAppel 26a18ea62a fixes 2016-06-15 13:50:23 -04:00
Sourabh Shirhatti 7ec67df327 Update nano server article for rc2 & tp5 2016-06-15 09:24:05 -04:00
Sourabh Shirhatti 9303369d95 Update nano server article for rc2 & tp5 2016-06-15 09:20:18 -04:00
cparker4486 c8cd3a2d17 correct typo in controller-methods-views.rst (#1391)
Add an optional extended description…
2016-06-14 17:29:29 -07:00
SyniaN b879ed4f29 Update model-binding.rst (#1386)
typo
2016-06-14 17:28:15 -07:00
Daniel Roth d324a77de1 Remove mention of HTTP Platform Handler (#1387)
Remove mention of HTTP Platform Handler
2016-06-14 16:25:36 -07:00
cparker4486 ab5e15a1a4 update adding-controller.rst (#1379)
The instruction to click "Add > New Item" doesn't follow the screenshots. To get to the right place you need to choose "Controller..." like the screenshot shows.
2016-06-14 15:59:00 -07:00
riande@microsoft.com e36c065f5f update static files 2016-06-14 11:26:42 -07:00
riande@microsoft.com 7b104bf545 barry added to authors 2016-06-10 16:53:43 -10:00
Rick Anderson f4b6cadb48 module module -> module
fixes #1369
2016-06-10 16:10:30 -10:00
Micheal Colhoun e7b7dec5a1 correct emphasis for Startup.cs 2016-06-09 10:57:33 -10:00
riande@microsoft.com 3931e5e96e Authoring TH RC1 to RTM 2016-06-09 10:46:06 -10:00
Luke Latham 31c6e65f2d Update title casing
Addresses #1347
2016-06-09 08:42:44 -10:00
RachelAppel 35c3beb93c rename HttpPlatformHandler to ASP.NET Core Module 2016-06-09 13:52:27 -04:00
RachelAppel f5e272ce2b changed Hosting to Guidance for Hosting Providers 2016-06-09 13:47:50 -04:00
riande@microsoft.com c787af039f add Azure publishing to publishing list 2016-06-08 15:58:45 -10:00
riande@microsoft.com 4af260f928 fix cookie text 2016-06-08 12:40:21 -10:00
Anton 6b802bd5d5 Add info about .AspNetCore.Culture 2016-06-08 12:40:19 -10:00
riande@microsoft.com 9e885c7497 Revert "Add info about .AspNetCore.Culture"
This reverts commit c7c2065cb7.
2016-06-08 12:37:19 -10:00
Anton c7c2065cb7 Add info about .AspNetCore.Culture 2016-06-08 12:21:32 -10:00
riande@microsoft.com d069f32676 Revert "update loc cookie info"
This reverts commit b4570c8893.
2016-06-08 12:00:04 -10:00
Steve Smith 9e828897b6 Updated to use StartsWithSegments 2016-06-08 08:42:39 -04:00
Steve Smith c949fe5611 Update for RC2
Conflicts:
	aspnet/fundamentals/routing.rst
	aspnet/fundamentals/routing/sample/RoutingSample/HelloRouter.cs
	aspnet/fundamentals/routing/sample/RoutingSample/Startup.cs
	aspnet/fundamentals/routing/sample/RoutingSample/project.json
2016-06-08 08:37:59 -04:00
Steve Smith f87a9e3952 Fixing C# parse errors 2016-06-08 08:26:06 -04:00
Steve Smith e8b210758d Merge branch 'master' of https://github.com/aspnet/Docs 2016-06-08 08:25:31 -04:00
riande@microsoft.com b4570c8893 update loc cookie info 2016-06-07 12:05:18 -10:00
Samir Patel 19f74c4286 Helpfulness and font-size updates
Updating helpfulness so it only shows on non-index pages; Updating
font-sizes to be the larger 16px size for body, increasing main h1 to
36px since that was looking too small, removing h2 font-size and using
default theme size of 24px.
2016-06-07 14:25:45 -07:00
Samir Patel 3643aefb73 Merge remote-tracking branch 'refs/remotes/origin/master' into helpfulness 2016-06-07 13:41:51 -07:00
Rick Anderson b2a9173ead wordsmithing security/authorization/policies 2016-06-07 09:15:25 -10:00
Petr Onderka 150c967b98 Removed `` in Yeoman
Previously, the command line was escaped twice: both with spaces and ``, which meant that the `` showed.
This change fixes that.
2016-06-07 16:06:06 +02:00
Steve Smith 7037972b15 Update for RC2 2016-06-07 07:53:26 -04:00
Petr Onderka f08368db4c Cleanup of Configuration after RC2 update
Addressed PR feedback

Addressed further PR feedback

Mostly switched source -> provider where appropriate.

More sources -> providers

Addressed PR feedback

Explained requirements of the options pattern

Changed options class -> settings class

Also changed "i.e." to "e.g.".
2016-06-06 13:16:30 -04:00
Travis Boatman 5136eb772e Use Tag-Helpers
Addresses #1284

Add Introduction Link to Tag-Helpers

Update areas.rst
2016-06-06 12:59:10 -04:00
Luke Latham 52d3fc635c Update directory-structure.rst
Addresses #1305

Update directory-structure.rst

Add blank line after table

React to feedback

Escape asterisk under table
2016-06-06 12:16:08 -04:00
riande@microsoft.com 3384735a5a explain main 2016-06-03 08:26:08 -10:00
danroth27 0c31a27300 Enable sphinx .NET domain links 2016-06-02 22:30:57 -07:00
Luke Latham bb77d8e348 Update iis.rst
Added titles to Common Errors
2016-06-02 08:49:32 -10:00
Travis Boatman 31f279bd08 Update accconfirm.rst
The RC2 web app template does not include the dependency 'Microsoft.Extensions.Options.ConfigurationExtensions' which is required to use the configure extension method needed for this tutorial.

Update accconfirm.rst
2016-06-02 20:23:00 +02:00
riande@microsoft.com d394ebf04c hosting:core module config 2016-06-02 20:07:57 +02:00
Brian fe7a562f18 Fix typos under External Login Providers
- Remove trailing 'g' from "loging"
- Change "aleviates" to "alleviates"
- Change "dependant" to "dependent"
- Change "log into to the" to "log in to the"
2016-06-02 18:40:00 +02:00
Joe Audette f4168e8300 Update overview.rst
Hi Rick,

I fixed the parts I could, but I could not find the alternatives for certificates and custom crypto, some of the crypto stuff is available as methods but maybe need different params
2016-06-02 17:59:39 +02:00
Rick Anderson 6a77a7e85f remove UseRuntimeInfoPage from fundamentals/diagnostics
It no longer provides any useful information.
2016-06-02 17:11:37 +02:00
Jake Ginnivan 89e5672883 Include the package the Configure<T>(IConfiguration) extension method comes from in the sample comment
This will make it easier for people migrating to RC2 or reading the docs around configuration to know they need to install an additional package to make the code sample work without checking out the references in the source sample project.
2016-06-02 09:29:15 +08:00
Daniel Roth 6f74158c7f Fix DI line emphasis 2016-06-01 16:29:47 -07:00
Daniel Roth a7f5ef83de Update TypeScript link 2016-06-01 12:51:35 -07:00
Charles Simard-Lecours 25720cc6a1 Update bundling-and-minification.rst
Fixing code display. Some letters where truncated.
2016-06-01 07:44:32 -10:00
David Fowler 4f35f98049 Removed Kestrel.Https
Modified "your first mac" article to not have Kestrel.Https because it seemed pretty irrelevant.
2016-06-01 12:56:37 -04:00
David Fowler cc44a3091a Removed deprecated webroot configuration logic 2016-06-01 12:49:32 -04:00
Daniel Roth 2e8d94b77a Clarify package renames for ASP.NET Core 2016-05-31 11:05:50 -07:00
RachelAppel fd5515676c 1127 fixes 2016-05-31 12:00:29 -04:00
VPashkov 14d0047607 Fix typo in Claims-Based Authorization section 2016-05-31 11:30:21 -04:00
Tom 2f4e09d673 missing TodoItems declaration in TodoController 2016-05-31 11:26:49 -04:00
Petr Onderka 07cc4633ba Corrected name of method
Also marked method names as code
2016-05-31 11:20:51 -04:00
Nathan Phillips 030b0ec248 Spelling mistake 2016-05-31 10:27:19 -04:00
David Fowler 8c3c06f607 Revert "Removed deprecated APIs"
This reverts commit 278923cc9a.
2016-05-30 01:31:02 -07:00
David Fowler 278923cc9a Removed deprecated APIs 2016-05-30 01:28:42 -07:00
danroth27 810a11cf1f Revert "Enable sphinx .NET domain links"
This reverts commit 603381d987.
2016-05-28 19:22:40 -07:00
danroth27 603381d987 Enable sphinx .NET domain links 2016-05-28 19:07:03 -07:00
danroth27 52403413d4 Update API ref docs for RC2 2016-05-27 18:08:54 -07:00
riande@microsoft.com 4d30ad1369 fix merge conflict >>>>> 2016-05-27 14:07:36 -10:00
Howard P. Logsdon 4ff345c45e Updating UnitTest sample app for .NET Core RC2
pick e398752 Updating UnitTest sample app for .NET Core RC2
   s 5bbe87e Fix up wording to reflect commands change to project.json
2016-05-27 11:34:20 -10:00
Luke Latham b5194e7da4 Update Publishing to IIS
Fix sensitive files language and add VC++ redist troubleshooting issue.
2016-05-27 11:16:15 -10:00
riande@microsoft.com e8d7eb3d32 initial deploy to azure tutorial
pick d674641 initial deploy to azure tutorial
    s 0e4a0b8 file name fix
    s bfab236 replaced azure article
2016-05-27 10:36:16 -10:00
riande@microsoft.com f08a7ec45f fix lex errors
pick 73af200 fix lex errors
2016-05-27 09:58:09 -10:00
Steve Smith 8c851bf30b Updated for RC2 2016-05-27 15:09:45 -04:00
riande@microsoft.com 8ee6cca3d1 make PC police happy 2016-05-27 08:16:58 -10:00
Steve Smith 65233a8c84 Updating Configuration for RC2 2016-05-26 21:21:29 -04:00
Rick Anderson 2467cbbe81 typo in secret manage 2016-05-26 11:49:05 -10:00
riande@microsoft.com b92a90c5c2 replace typscript stub with link 2016-05-25 17:25:30 -10:00
mishfit 9ef3004301 update Facebook auth package name 2016-05-25 15:53:28 -10:00
Rick Anderson ad0e663640 Update sociallogins.rst 2016-05-25 13:58:31 -10:00
Rick Anderson 4cf32c695f Use ASP.NET Core MVC on first mention of MVC 2016-05-25 11:21:58 -10:00
riande@microsoft.com 75d814f783 RC2 update for Migrate legacy MVC to Core 2016-05-24 16:02:57 -10:00
Doron Grinzaig fb8a5eecb6 http -> https
Funny thing, the very line that says HTTPS should be used when possible is using HTTP... 😜
2016-05-23 10:25:16 -10:00
Oleg Burov 0cfd6c3e04 Fixed typo for a Note.
..note:: -> .. note::

The following note doesn't render correctly due to missed space between double dots and note keyword.

"Inline markup cannot be nested, nor can surrounded content start or end with whitespace (* foo* is wrong)."
2016-05-23 10:21:42 -10:00
Pawel Kadluczka 6d5211229e Update logging.rst 2016-05-23 10:18:10 -10:00