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
Daniel Roth
efaa0ece84
Fix up generics
2016-06-02 12:01:50 -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
Daniel Roth
b858b48d86
Update index.rst
2016-05-28 12:23:08 -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
Christian Weiss
87b944473b
AspNet -> AspNetCore update for package names
...
* AspNetCore instead of AspNet in package names
* The Interfaces-library was renamed to Abstractions
* minor ASP.NET Core fix in text
2016-05-23 10:15:32 -10:00
Robert Haken
33fa1861a0
EmailTagHelper.cs: context.GetChildContentAsync() => output.GetChildContentAsync()
2016-05-23 10:06:02 -10:00
Samir Patel
b6e86cf0b1
Updating helpfulness text and positioning
2016-05-23 12:17:14 -07:00
Samir Patel
6ab24189b0
Merge remote-tracking branch 'refs/remotes/origin/master' into helpfulness
2016-05-23 12:16:44 -07:00